Skip to content

Commit 048592a

Browse files
committed
Move on rc1
1 parent 81b5a2c commit 048592a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

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

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

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.beta1"
7-
gem "railties", "4.0.0.beta1"
6+
gem "actionpack", "4.0.0.rc1"
7+
gem "railties", "4.0.0.rc1"

0 commit comments

Comments
 (0)