Skip to content

Commit 2840ce6

Browse files
author
Rafael Mendonça França
committed
Test against released gem
1 parent 695c4f9 commit 2840ce6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/gemfiles/Gemfile.rails-4.0.x

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

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

0 commit comments

Comments
 (0)