Skip to content

Commit

Permalink
Merge pull request andreapavoni#8 from jcypret/master
Browse files Browse the repository at this point in the history
Allow gem to work with Rails 4.1.0
  • Loading branch information
andreapavoni committed Apr 8, 2014
2 parents 3646583 + 8d08329 commit 7723955
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 7723955

Please sign in to comment.