Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6 from ccarruitero/dependencies
Browse files Browse the repository at this point in the history
fix dependencies from strong_parameters
  • Loading branch information
Gustavo Beathyate committed Jul 8, 2013
2 parents 07779b6 + fd05412 commit c48fe2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guachiman.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test)/})
spec.require_paths = ['lib']

spec.add_dependency 'railties', '>= 3.2'
spec.add_dependency 'activerecord', '>= 3.2'
spec.add_dependency 'railties', '>= 3.0'
spec.add_dependency 'activerecord', '>= 3.0'
spec.add_dependency 'strong_parameters', '>= 0.2.1'
spec.add_development_dependency 'minitest'
spec.add_development_dependency 'minitest-focus'
Expand Down

0 comments on commit c48fe2e

Please sign in to comment.