Move Rails 6.1 to the main Gemfile instead of an extra one

We have the gemfiles/* to test other versions of Rails, but keep the
most recent one in the main Gemfile.
This commit is contained in:
Carlos Antonio da Silva
2021-01-16 16:57:45 -03:00
parent 98fc5e8e39
commit fb17e2755f
5 changed files with 87 additions and 339 deletions

View File

@@ -4,7 +4,7 @@ source "https://rubygems.org"
gemspec
gem "rails", "~> 6.0.0"
gem "rails", "~> 6.1.0"
gem "omniauth"
gem "omniauth-oauth2"
gem "rdoc"