We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b5a2c commit 048592aCopy full SHA for 048592a
Gemfile
@@ -2,5 +2,5 @@ source 'https://rubygems.org'
2
gemspec
3
4
# Roll w/ master until 4.0 is cut
5
-gem 'actionpack', :github => 'rails/rails', branch: 'master'
6
-gem 'railties', :github => 'rails/rails', branch: 'master'
+gem 'actionpack', '4.0.0.rc1'
+gem 'railties', '4.0.0.rc1'
test/gemfiles/Gemfile.rails-4.0.x
@@ -3,5 +3,5 @@ gemspec :path => "./../.."
# gem "actionpack", "~> 4.0.0"
# gem "railties", "~> 4.0.0"
-gem "actionpack", "4.0.0.beta1"
7
-gem "railties", "4.0.0.beta1"
+gem "actionpack", "4.0.0.rc1"
+gem "railties", "4.0.0.rc1"
0 commit comments