diff --git a/gemfiles/Gemfile-rails-6-0 b/gemfiles/Gemfile-rails-6-0 index f840fc8d7a..bc9c83d008 100644 --- a/gemfiles/Gemfile-rails-6-0 +++ b/gemfiles/Gemfile-rails-6-0 @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec path: ".." -gem "rails", '~> 6.0.0' +gem "rails", '~> 6.0.0', github: 'rails/rails', branch: '6-0-stable' gem "omniauth" gem "omniauth-oauth2" gem "rdoc"