Skip to content

Commit

Permalink
update gemspec required gems (rails 4.0.0, simple_form 3.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapavoni committed Oct 7, 2013
1 parent a807520 commit d17d9c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simple_form_fancy_uploads.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Gem::Specification.new do |s|

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", "~> 3.0.0"
s.add_dependency "carrierwave"
end

0 comments on commit d17d9c2

Please sign in to comment.