Skip to content

Commit 0d24dff

Browse files
committed
Merge branch 'master' into fix-build
2 parents 048592a + cba0f21 commit 0d24dff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/gemfiles/Gemfile.rails-3.2.x

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

4-
gem "actionpack", "~> 3.2.0"
5-
gem "railties", "~> 3.2.0"
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"
67
gem "tzinfo"

0 commit comments

Comments
 (0)