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

Commit

Permalink
Merge pull request #19 from d11wtq/fix-activesupport-deprecation-warning
Browse files Browse the repository at this point in the history
Allow 'carrierwave' dependency to be updated to 0.6.x
  • Loading branch information
solnic committed Apr 16, 2012
2 parents 0975d99 + e6bc776 commit c3d68fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carrierwave-datamapper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency "dm-core", ["~> 1.1"]
s.add_dependency "carrierwave", ["~> 0.5.6"]
s.add_dependency "carrierwave", ["~> 0.6.0"]

s.add_development_dependency "rake", ["~> 0.9.2"]
s.add_development_dependency "rspec", ["~> 2.8"]
Expand Down

0 comments on commit c3d68fe

Please sign in to comment.