Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
update rails version in 3.2 appraisal to ~> 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu authored and Jon Yurek committed May 18, 2012
1 parent 0590905 commit c0e9b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Appraisals
Expand Up @@ -9,6 +9,6 @@ appraise "3.1" do
end

appraise "3.2" do
gem "rails", "~> 3.2.2"
gem "rails", "~> 3.2.3"
gem "paperclip", :path => "../"
end
2 changes: 1 addition & 1 deletion gemfiles/3.2.gemfile
Expand Up @@ -5,7 +5,7 @@ source "http://rubygems.org"
gem "jruby-openssl", :platform=>:jruby
gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby
gem "sqlite3", :platform=>:ruby
gem "rails", "~> 3.2.2"
gem "rails", "~> 3.2.3"
gem "paperclip", :path=>"../"

gemspec :path=>"../"

0 comments on commit c0e9b35

Please sign in to comment.