Skip to content

Commit 9c3f2db

Browse files
committed
Test back on 2.3.x stable
1 parent 538c196 commit 9c3f2db

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/gemfiles/Gemfile.rails-3.2.x

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

4-
# Wating for 3.2.9
5-
gem "actionpack", "~> 3.2.0", :github => "rails/rails", :branch => "3-2-stable"
6-
gem "railties", "~> 3.2.0", :github => "rails/rails", :branch => "3-2-stable"
4+
gem "actionpack", "~> 3.2.0"
5+
gem "railties", "~> 3.2.0"
76
gem "tzinfo"

0 commit comments

Comments
 (0)