Skip to content

Commit

Permalink
Update the Appraisals so my environment tests correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Mar 15, 2013
1 parent 525d66f commit 6687522
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
appraise "3.0" do
gem "rails", "~> 3.0.15"
gem "paperclip", :path => "../"
end
# appraise "3.0" do
# gem "rails", "~> 3.0.15"
# gem "paperclip", :path => "../"
# end

appraise "3.1" do
gem "rails", "~> 3.1.6"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.0.gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was generated by Appraisal

source "http://rubygems.org"
source "https://rubygems.org"

gem "jruby-openssl", :platform=>:jruby
gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.1.gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was generated by Appraisal

source "http://rubygems.org"
source "https://rubygems.org"

gem "jruby-openssl", :platform=>:jruby
gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.2.gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was generated by Appraisal

source "http://rubygems.org"
source "https://rubygems.org"

gem "jruby-openssl", :platform=>:jruby
gem "activerecord-jdbcsqlite3-adapter", :platform=>:jruby
Expand Down

0 comments on commit 6687522

Please sign in to comment.