From b49594dbe84748759d7379b0c35166140b33c5a4 Mon Sep 17 00:00:00 2001 From: Craig Hills Date: Mon, 26 Mar 2018 09:38:36 -0400 Subject: [PATCH] Update to omniauth-oauth2 1.5 --- omniauth-auth0.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniauth-auth0.gemspec b/omniauth-auth0.gemspec index 43b9fce..6553050 100644 --- a/omniauth-auth0.gemspec +++ b/omniauth-auth0.gemspec @@ -23,7 +23,7 @@ omniauth-auth0 is the omniauth strategy for Auth0. s.executables = `git ls-files -- bin/*`.split('\n').map{ |f| File.basename(f) } s.require_paths = ['lib'] - s.add_runtime_dependency 'omniauth-oauth2', '~> 1.4' + s.add_runtime_dependency 'omniauth-oauth2', '~> 1.5' s.add_development_dependency 'bundler', '~> 1.9'