Skip to content

Commit

Permalink
Require gem activesupport
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Oct 3, 2014
1 parent 309a2af commit 4ae793d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions attr_accessible2strong_params.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ Gem::Specification.new do |spec|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
spec.add_runtime_dependency(%q<astrolabe>, ["~> 1.3"])
spec.add_runtime_dependency(%q<unparser>, ["~> 0.1.15"])
spec.add_runtime_dependency(%q<activesupport>, ['>= 3.2', '< 5.0'])
else
spec.add_dependency(%q<astrolabe>, ["~> 1.3"])
spec.add_dependency(%q<unparser>, ["~> 0.1.15"])
spec.add_dependency(%q<activesupport>, ['>= 3.2', '< 5.0'])
end
else
spec.add_dependency(%q<astrolabe>, ["~> 1.3"])
spec.add_dependency(%q<unparser>, ["~> 0.1.15"])
spec.add_dependency(%q<activesupport>, ['>= 3.2', '< 5.0'])
end
end

0 comments on commit 4ae793d

Please sign in to comment.