We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed505c commit d1eaafcCopy full SHA for d1eaafc
VERSION
@@ -1 +1 @@
1
-0.7.2
+0.7.3
openid_connect.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
s.add_runtime_dependency "json", ">= 1.4.3"
14
s.add_runtime_dependency "tzinfo"
15
s.add_runtime_dependency "attr_required", ">= 0.0.5"
16
- s.add_runtime_dependency "activemodel", "< 4"
+ s.add_runtime_dependency "activemodel"
17
s.add_runtime_dependency "validate_url"
18
s.add_runtime_dependency "validate_email"
19
s.add_runtime_dependency "json-jwt", ">= 0.5.5"
0 commit comments