Skip to content

Commit

Permalink
bump to ruby 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sethherr committed Jul 28, 2018
1 parent 00ccebd commit 2c0d80a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ services:
addons:
postgresql: '9.4'
rvm:
- 2.5.0
- 2.5.1
before_install:
- gem install bundler -v 1.9.10
script:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby "2.5.0"
ruby "2.5.1"
gem "rails", "4.2.10"

gem 'pg'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -778,7 +778,7 @@ DEPENDENCIES
wkhtmltopdf-binary

RUBY VERSION
ruby 2.5.0p0
ruby 2.5.1p57

BUNDLED WITH
1.16.3

0 comments on commit 2c0d80a

Please sign in to comment.