Skip to content

Commit

Permalink
Explicitly lock activemodel to '>= 4.2'
Browse files Browse the repository at this point in the history
This way it will work on Ruby less than 2.2, and brings it in line with
the supported versions of rails
  • Loading branch information
hotgazpacho committed Sep 25, 2016
1 parent c6588d3 commit b6096b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions omniauth-openid-connect.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'omniauth', '~> 1.1'
spec.add_dependency 'openid_connect', '~> 0.9.2'
spec.add_dependency 'addressable', '~> 2.3'
spec.add_dependency 'activemodel', '>= 4.2'
spec.add_development_dependency "bundler", "~> 1.5"
spec.add_development_dependency "minitest"
spec.add_development_dependency "mocha"
Expand Down

0 comments on commit b6096b9

Please sign in to comment.