Skip to content
This repository has been archived by the owner on Aug 17, 2017. It is now read-only.

Commit

Permalink
Doesn't permit this gem to be instaled in a Rails 4 application.
Browse files Browse the repository at this point in the history
It is already merged in the Rails Core master.

Closes #45
  • Loading branch information
Rafael Mendonça França committed Oct 12, 2012
1 parent 0e65417 commit 41053eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions strong_parameters.gemspec
Expand Up @@ -14,9 +14,9 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
s.test_files = Dir["test/**/*"]

s.add_dependency "actionpack", ">= 3.2.0"
s.add_dependency "activemodel", ">= 3.2.0"
s.add_dependency "railties", ">= 3.2.0"
s.add_dependency "actionpack", "~> 3.2"
s.add_dependency "activemodel", "~> 3.2"
s.add_dependency "railties", "~> 3.2"

s.add_development_dependency "rake"
end

0 comments on commit 41053eb

Please sign in to comment.