From 2397b1415896e2639a7582a36e26c90b9211f99f Mon Sep 17 00:00:00 2001 From: Will Green Date: Thu, 2 Mar 2017 12:30:33 -0500 Subject: [PATCH] Update openid-connect to 1.0.3 This gets rid of `DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super.` --- omniauth-openid-connect.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniauth-openid-connect.gemspec b/omniauth-openid-connect.gemspec index 5fad920c..1b541b5b 100644 --- a/omniauth-openid-connect.gemspec +++ b/omniauth-openid-connect.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_dependency 'omniauth', '~> 1.1' - spec.add_dependency 'openid_connect', '~> 0.9.2' + spec.add_dependency 'openid_connect', '~> 1.0', '>= 1.0.3' spec.add_dependency 'addressable', '~> 2.3' spec.add_development_dependency "bundler", "~> 1.5" spec.add_development_dependency "minitest"