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 d7df421 commit 8dd3016Copy full SHA for 8dd3016
Gemfile
@@ -1,6 +1,6 @@
1
source 'https://rubygems.org'
2
gemspec
3
4
-# Roll w/ master until 4.0 is cut
5
-gem 'actionpack', '4.0.0.rc1'
6
-gem 'railties', '4.0.0.rc1'
+# Roll w/ branch until 4.0 is cut
+gem 'actionpack', :github => 'rails/rails', branch: '4-0-stable'
+gem 'railties', :github => 'rails/rails', branch: '4-0-stable'
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.rc1"
7
-gem "railties", "4.0.0.rc1"
0 commit comments