Skip to content

Commit d985134

Browse files
committed
Use 4.0.0.beta1
1 parent 9c3f2db commit d985134

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/gemfiles/Gemfile.rails-4.0.x

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
source :rubygems
22
gemspec :path => "./../.."
33

4-
gem "actionpack", "~> 4.0.0"
5-
gem "railties", "~> 4.0.0"
4+
# gem "actionpack", "~> 4.0.0"
5+
# gem "railties", "~> 4.0.0"
6+
gem "actionpack", "4.0.0.beta1"
7+
gem "railties", "4.0.0.beta1"

0 commit comments

Comments
 (0)