Skip to content

Commit

Permalink
Allow gem to work with Rails 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcypret committed Apr 7, 2014
1 parent 3646583 commit 8d08329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_form_fancy_uploads.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

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

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

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

0 comments on commit 8d08329

Please sign in to comment.