Skip to content

Commit

Permalink
Merge pull request #208 from deivid-rodriguez/update_rails_6_branch
Browse files Browse the repository at this point in the history
Point Rails 6 Gemfile to 6-0-stable
  • Loading branch information
rafaelfranca authored Jun 21, 2019
2 parents 7eb2d55 + 9924b48 commit 89756b1
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 89756b1

Please # to comment.