Skip to content

Commit

Permalink
Shouldn't depend on activesupport =2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Apr 6, 2011
1 parent c455f5e commit 8327d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paperclip.gemspec
Expand Up @@ -26,7 +26,7 @@ spec = Gem::Specification.new do |s|
s.rdoc_options << '--line-numbers' << '--inline-source'
s.requirements << "ImageMagick"
s.add_dependency 'activerecord', '~>2.3.0'
s.add_dependency 'activesupport', '=2.3.2'
s.add_dependency 'activesupport', '~>2.3.2'
s.add_development_dependency 'shoulda'
s.add_development_dependency 'appraisal'
s.add_development_dependency 'mocha'
Expand Down

0 comments on commit 8327d92

Please sign in to comment.