Skip to content

Commit cf87c8f

Browse files
committed
Try jumping on stable gems
1 parent 5fbf78d commit cf87c8f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

test/gemfiles/Gemfile.rails-3.1.x

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

4-
# Patch 3-1-stable to allow new sprockets
5-
gem "actionpack", "~> 3.1.0", :github => "josh/rails", :branch => "3-1-stable-sprockets"
6-
gem "railties", "~> 3.1.0", :github => "josh/rails", :branch => "3-1-stable-sprockets"
4+
gem "actionpack", "~> 3.1.0"
5+
gem "railties", "~> 3.1.0"
76
gem "tzinfo"
87

98
gem 'minitest', '= 4.7.3'

test/gemfiles/Gemfile.rails-3.2.x

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

4-
# Patch 3-2-stable to allow new sprockets
5-
gem "actionpack", "~> 3.2.0", :github => "josh/rails", :branch => "3-2-stable-sprockets"
6-
gem "railties", "~> 3.2.0", :github => "josh/rails", :branch => "3-2-stable-sprockets"
4+
gem "actionpack", "~> 3.2.0"
5+
gem "railties", "~> 3.2.0"
76
gem "tzinfo"
87

98
gem 'minitest', '= 4.7.3'

0 commit comments

Comments
 (0)