Skip to content

Commit

Permalink
Point Rails 6 Gemfile to 6-0-stable
Browse files Browse the repository at this point in the history
Because master is now 6.1.0.alpha.
  • Loading branch information
deivid-rodriguez committed Jun 21, 2019
1 parent 9d0c98b commit 9924b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gemfiles/Gemfile-rails.6.0.x
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ source 'https://rubygems.org'

gemspec path: '..'

gem 'activemodel', github: 'rails/rails'
gem 'railties', github: 'rails/rails'
gem 'activemodel', github: 'rails/rails', branch: '6-0-stable'
gem 'railties', github: 'rails/rails', branch: '6-0-stable'
gem 'mocha'
gem 'rails-controller-testing'
gem 'rack', github: 'rack/rack'

0 comments on commit 9924b48

Please # to comment.