Skip to content

Commit

Permalink
Bump the rails 3.2.8 appraisal to 3.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Dec 13, 2012
1 parent 89a257c commit e43f18d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ appraise "rails3.1" do
end

appraise "rails3.2" do
gem "rails", "~> 3.2.8"
gem "rails", "~> 3.2.9"
gem "sqlite3", ">= 1.3.4"
end
2 changes: 1 addition & 1 deletion gemfiles/rails3.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "http://rubygems.org"

gem "rails", "~> 3.2.8"
gem "rails", "~> 3.2.9"
gem "sqlite3", ">= 1.3.4"

gemspec :path=>"../"
2 changes: 1 addition & 1 deletion gemfiles/rails3.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ DEPENDENCIES
aruba (~> 0.5.1)
cucumber (~> 1.2.1)
factory_girl_rails!
rails (~> 3.2.8)
rails (~> 3.2.9)
rake
rspec (~> 2.11.0)
sqlite3 (>= 1.3.4)

0 comments on commit e43f18d

Please sign in to comment.