Skip to content

Commit

Permalink
Update spec/gemfiles/rails_5_0.gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Mar 14, 2017
1 parent 9f3b221 commit 7bf2e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/gemfiles/rails_5_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ source 'http://rubygems.org'

gemspec path: '../..'

gem 'rails', '~> 5.0.0.rc1'
gem 'rails', '~> 5.0.2'

gem 'sass-rails', '~> 6.0.0.beta1'
group :test do
gem 'rspec-rails', '~> 3.5.0.beta3'
gem 'rspec-rails', '~> 3.5.2'
end

eval_gemfile './shared.gemfile'

0 comments on commit 7bf2e92

Please sign in to comment.