Skip to content

Commit ff4b95f

Browse files
authored
Merge pull request #372 from tip4commit/feature/ruby-2.4.5
upgraded ruby ro 2.4.5
2 parents ac5442d + 6500bd0 commit ff4b95f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git:
66
depth: 10
77

88
rvm:
9-
- 2.4.2
9+
- 2.4.5
1010

1111
bundler_args: --without development --jobs=9 --retry=2 --quiet
1212

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '2.4.2'
3+
ruby '2.4.5'
44

55
gem 'rails', '4.2.11'
66

0 commit comments

Comments
 (0)