Skip to content

Commit

Permalink
update ruby to 2.6.3, unversion bundler
Browse files Browse the repository at this point in the history
without a gemfile.lock, bundler auto-switching doesn't work and it appears that travis auto installs bundler 2 now
  • Loading branch information
blowfishpro committed Aug 18, 2019
1 parent 4945d69 commit bb38d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-2.5.1
ruby-2.6.3
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

group :development, :test do
gem 'bundler', '~> 1.16'
gem 'bundler'
gem 'rake', '~> 12.3'
gem 'rest-client', '~> 2.0'
gem 'rspec', '~> 3.8'
Expand Down

0 comments on commit bb38d35

Please sign in to comment.