Skip to content

Commit

Permalink
Merge pull request #181 from heroku/hf/update-ruby
Browse files Browse the repository at this point in the history
bump ruby to 2.5.1
  • Loading branch information
raul committed Apr 9, 2018
2 parents 4bd99be + cb19dba commit c6231c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: ruby
rvm:
- 2.4.3
- 2.5.1
script: exit 0
sudo: false
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'http:https://rubygems.org'

ruby '2.4.3'
ruby '2.5.1'

gem 'sinatra'
gem 'thin'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ DEPENDENCIES
thin

RUBY VERSION
ruby 2.4.3p205
ruby 2.5.1p57

BUNDLED WITH
1.16.1

0 comments on commit c6231c3

Please sign in to comment.