Skip to content

Commit

Permalink
Rails 4 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
drewmca committed Jul 26, 2013
1 parent 1b9c3aa commit 7b7752e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_form_fancy_uploads.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|


s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"] s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]


s.add_dependency "rails", "~> 3.2.1" s.add_dependency "rails", "~> 4.0.0"


s.add_dependency "simple_form", "~> 2.0.1" s.add_dependency "simple_form", "~> 2.0.1"
s.add_dependency "carrierwave" s.add_dependency "carrierwave"
Expand Down

0 comments on commit 7b7752e

Please sign in to comment.