Skip to content

Commit

Permalink
Merge remote-tracking branch 'bobbyw/patch-1'
Browse files Browse the repository at this point in the history
# By Bobby Wilson
# Via Bobby Wilson
* bobbyw/patch-1:
  bump carrierwave version

Conflicts:
	carrierwave-mongoid.gemspec
  • Loading branch information
rmm5t committed Dec 16, 2012
2 parents 2c7a185 + dd2a4f1 commit e77c770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carrierwave-mongoid.gemspec
Original file line number Original file line Diff line number Diff line change
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.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"] s.require_paths = ["lib"]


s.add_dependency "carrierwave", ["~> 0.6"] s.add_dependency "carrierwave", ["~> 0.7.1"]
s.add_dependency "mongoid", ["~> 3.0.0"] s.add_dependency "mongoid", ["~> 3.0.0"]
s.add_dependency "mongoid-grid_fs", ["~> 1.3.1"] s.add_dependency "mongoid-grid_fs", ["~> 1.3.1"]
s.add_development_dependency "rspec", ["~> 2.6"] s.add_development_dependency "rspec", ["~> 2.6"]
Expand Down

0 comments on commit e77c770

Please sign in to comment.