Skip to content

Commit 8dd3016

Browse files
committed
Track 4-0-stable branch
1 parent d7df421 commit 8dd3016

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22
gemspec
33

4-
# Roll w/ master until 4.0 is cut
5-
gem 'actionpack', '4.0.0.rc1'
6-
gem 'railties', '4.0.0.rc1'
4+
# Roll w/ branch until 4.0 is cut
5+
gem 'actionpack', :github => 'rails/rails', branch: '4-0-stable'
6+
gem 'railties', :github => 'rails/rails', branch: '4-0-stable'

test/gemfiles/Gemfile.rails-4.0.x

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ gemspec :path => "./../.."
33

44
# gem "actionpack", "~> 4.0.0"
55
# gem "railties", "~> 4.0.0"
6-
gem "actionpack", "4.0.0.rc1"
7-
gem "railties", "4.0.0.rc1"
6+
gem 'actionpack', :github => 'rails/rails', branch: '4-0-stable'
7+
gem 'railties', :github => 'rails/rails', branch: '4-0-stable'

0 commit comments

Comments
 (0)