Skip to content

Commit

Permalink
also support activemodel 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Lee committed Aug 10, 2015
1 parent 549e2de commit d8631d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postcodeanywhere-emailvalidation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 1.9.3'

spec.add_dependency 'rest-client', '~> 1.6'
spec.add_dependency 'activemodel', '~> 3.2'
spec.add_dependency 'activemodel', '>= 3.2'

spec.add_development_dependency 'bundler', '~> 1.2'
spec.add_development_dependency 'capybara', '~> 2.1'
Expand Down

0 comments on commit d8631d9

Please sign in to comment.