Skip to content

Commit

Permalink
update paperclip gem because reprocess! wasn't working on heroku/s3
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwelder committed Dec 27, 2010
1 parent 94eeb5c commit f9f6d0b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ gem "rack"
gem "haml"
gem "high_voltage"
gem "hoptoad_notifier"
gem "paperclip"
gem "paperclip", "2.3.8"
gem "formtastic"
gem "pg"
gem "flutie"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -128,7 +128,7 @@ GEM
mocha (0.9.8)
rake
nokogiri (1.4.3.1)
paperclip (2.3.4)
paperclip (2.3.8)
activerecord
activesupport
pg (0.9.0)
Expand Down Expand Up @@ -222,7 +222,7 @@ DEPENDENCIES
http_accept_language!
launchy
nokogiri
paperclip
paperclip (= 2.3.8)
pg
rack
rails (= 3.0.1)
Expand Down
Binary file removed vendor/cache/paperclip-2.3.4.gem
Binary file not shown.
Binary file added vendor/cache/paperclip-2.3.8.gem
Binary file not shown.

0 comments on commit f9f6d0b

Please sign in to comment.