Skip to content

Commit

Permalink
Merge pull request #270 from heroku/raul/ruby-2-6-6
Browse files Browse the repository at this point in the history
Ruby 2.6.6
  • Loading branch information
raul committed Jun 24, 2020
2 parents 5aa3c9c + 54af32e commit 744e322
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.5
2.6.6
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.6.5
- 2.6.6
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.6.5'
ruby '2.6.6'

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.6.5p114
ruby 2.6.6p146

BUNDLED WITH
1.17.2

0 comments on commit 744e322

Please sign in to comment.