Skip to content

Commit

Permalink
Ruby 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
raul committed Jun 23, 2020
1 parent 5aa3c9c commit 54af32e
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 54af32e

Please sign in to comment.