From 19d6a94a9cf5848c35d39913ca15ccd5b07ff00b Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Thu, 12 May 2016 02:08:05 +0200 Subject: [PATCH] Bump openid_connect --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 8a55b004a..ee4e95837 100644 --- a/Gemfile +++ b/Gemfile @@ -150,7 +150,7 @@ gem "twitter", "5.16.0" gem "omniauth-wordpress", "0.2.2" # OpenID Connect -gem "openid_connect", "0.10.0" +gem "openid_connect", "0.11.2" # Serializers diff --git a/Gemfile.lock b/Gemfile.lock index e50f07dbc..49fbe9a1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,7 +64,7 @@ GEM jquery-rails railties bcrypt (3.1.11) - bindata (2.2.0) + bindata (2.3.0) bootstrap-sass (3.3.6) autoprefixer-rails (>= 5.2.1) sass (>= 3.3.4) @@ -429,7 +429,7 @@ GEM httparty (0.13.7) json (~> 1.8) multi_xml (>= 0.5.2) - httpclient (2.7.1) + httpclient (2.8.0) i18n (0.7.0) i18n-inflector (2.6.7) i18n (>= 0.4.1) @@ -557,7 +557,7 @@ GEM open_graph_reader (0.6.1) faraday (~> 0.9.0) nokogiri (~> 1.6) - openid_connect (0.10.0) + openid_connect (0.11.2) activemodel attr_required (>= 1.0.0) json (>= 1.4.3) @@ -609,7 +609,7 @@ GEM activesupport rack-mobile-detect (0.4.0) rack - rack-oauth2 (1.2.3) + rack-oauth2 (1.3.0) activesupport (>= 2.3) attr_required (>= 0.0.5) httpclient (>= 2.4) @@ -976,7 +976,7 @@ DEPENDENCIES omniauth-twitter (= 1.2.1) omniauth-wordpress (= 0.2.2) open_graph_reader (= 0.6.1) - openid_connect (= 0.10.0) + openid_connect (= 0.11.2) pg (= 0.18.4) pronto (= 0.6.0) pronto-haml (= 0.6.0)