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

Commit

Permalink
Update Rails dependency, add Rails 3.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed Feb 17, 2012
1 parent 4b79530 commit 77c5268
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ gemfile:
- gemfiles/rails2.gemfile - gemfiles/rails2.gemfile
- gemfiles/rails3.gemfile - gemfiles/rails3.gemfile
- gemfiles/rails3_1.gemfile - gemfiles/rails3_1.gemfile
- gemfiles/rails3_2.gemfile
6 changes: 6 additions & 0 deletions Appraisals
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ appraise "rails3_1" do
gem "rails", "~> 3.1.0" gem "rails", "~> 3.1.0"
gem "paperclip", :path => "../" gem "paperclip", :path => "../"
end end

appraise "rails3_2" do
gem "rails", "~> 3.2.0"
gem "paperclip", :path => "../"
end

10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GEM
activesupport (3.2.1) activesupport (3.2.1)
i18n (~> 0.6) i18n (~> 0.6)
multi_json (~> 1.0) multi_json (~> 1.0)
appraisal (0.4.0) appraisal (0.4.1)
bundler bundler
rake rake
arel (3.0.0) arel (3.0.0)
Expand All @@ -31,7 +31,7 @@ GEM
cucumber (>= 1.0.2) cucumber (>= 1.0.2)
rdiscount (>= 1.6.8) rdiscount (>= 1.6.8)
rspec (>= 2.6.0) rspec (>= 2.6.0)
aws-sdk (1.2.1) aws-sdk (1.3.4)
httparty (~> 0.7) httparty (~> 0.7)
json (~> 1.4) json (~> 1.4)
nokogiri (>= 1.4.4) nokogiri (>= 1.4.4)
Expand Down Expand Up @@ -76,13 +76,13 @@ GEM
multi_json multi_json
multi_xml multi_xml
i18n (0.6.0) i18n (0.6.0)
json (1.6.3) json (1.6.5)
json_pure (1.6.1) json_pure (1.6.1)
metaclass (0.0.1) metaclass (0.0.1)
mime-types (1.16) mime-types (1.16)
mocha (0.10.0) mocha (0.10.0)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
multi_json (1.0.3) multi_json (1.0.4)
multi_xml (0.4.1) multi_xml (0.4.1)
net-scp (1.0.4) net-scp (1.0.4)
net-ssh (>= 1.99.1) net-ssh (>= 1.99.1)
Expand All @@ -91,7 +91,7 @@ GEM
rack (1.3.3) rack (1.3.3)
rack-test (0.6.1) rack-test (0.6.1)
rack (>= 1.0) rack (>= 1.0)
rake (0.9.2) rake (0.9.2.2)
rdiscount (1.6.8) rdiscount (1.6.8)
rspec (2.6.0) rspec (2.6.0)
rspec-core (~> 2.6.0) rspec-core (~> 2.6.0)
Expand Down
9 changes: 9 additions & 0 deletions gemfiles/rails3_2.gemfile
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,9 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "jruby-openssl", :platform=>:jruby
gem "rails", "~> 3.2.0"
gem "paperclip", :path=>"../"

gemspec :path=>"../"

0 comments on commit 77c5268

Please sign in to comment.