Skip to content

Commit

Permalink
Merge pull request #206 from lkiesow/ruby-2.7
Browse files Browse the repository at this point in the history
Allow Ruby 2.7
  • Loading branch information
farhatahmad authored Jun 5, 2020
2 parents e8c3822 + b8b744a commit 8b4830c
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
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '~> 2.6.5'
ruby '>= 2.6.5'

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

0 comments on commit 8b4830c

Please sign in to comment.