Skip to content

Commit

Permalink
bump carrierwave version
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbywilson0 committed Dec 14, 2012
1 parent 369a6df commit dd2a4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carrierwave-mongoid.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "carrierwave", ["~> 0.6.1"]
s.add_dependency "carrierwave", ["~> 0.7.1"]
s.add_dependency "mongoid", ["~> 2.1"]
s.add_development_dependency "rspec", ["~> 2.6"]
s.add_development_dependency "bson_ext", ["~> 1.3"]
Expand Down

0 comments on commit dd2a4f1

Please sign in to comment.