Skip to content

Commit

Permalink
Gemfile: start using Ruby 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rgenchev committed May 24, 2020
1 parent fb1a73e commit 30f5e96
Showing 1 changed file with 1 addition and 1 deletion.
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'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.5.3'
ruby '2.6.5'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.2'
Expand Down

0 comments on commit 30f5e96

Please sign in to comment.