Bump openid_connect
This commit is contained in:
parent
5284cd2fff
commit
19d6a94a9c
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -150,7 +150,7 @@ gem "twitter", "5.16.0"
|
||||||
gem "omniauth-wordpress", "0.2.2"
|
gem "omniauth-wordpress", "0.2.2"
|
||||||
|
|
||||||
# OpenID Connect
|
# OpenID Connect
|
||||||
gem "openid_connect", "0.10.0"
|
gem "openid_connect", "0.11.2"
|
||||||
|
|
||||||
# Serializers
|
# Serializers
|
||||||
|
|
||||||
|
|
|
||||||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -64,7 +64,7 @@ GEM
|
||||||
jquery-rails
|
jquery-rails
|
||||||
railties
|
railties
|
||||||
bcrypt (3.1.11)
|
bcrypt (3.1.11)
|
||||||
bindata (2.2.0)
|
bindata (2.3.0)
|
||||||
bootstrap-sass (3.3.6)
|
bootstrap-sass (3.3.6)
|
||||||
autoprefixer-rails (>= 5.2.1)
|
autoprefixer-rails (>= 5.2.1)
|
||||||
sass (>= 3.3.4)
|
sass (>= 3.3.4)
|
||||||
|
|
@ -429,7 +429,7 @@ GEM
|
||||||
httparty (0.13.7)
|
httparty (0.13.7)
|
||||||
json (~> 1.8)
|
json (~> 1.8)
|
||||||
multi_xml (>= 0.5.2)
|
multi_xml (>= 0.5.2)
|
||||||
httpclient (2.7.1)
|
httpclient (2.8.0)
|
||||||
i18n (0.7.0)
|
i18n (0.7.0)
|
||||||
i18n-inflector (2.6.7)
|
i18n-inflector (2.6.7)
|
||||||
i18n (>= 0.4.1)
|
i18n (>= 0.4.1)
|
||||||
|
|
@ -557,7 +557,7 @@ GEM
|
||||||
open_graph_reader (0.6.1)
|
open_graph_reader (0.6.1)
|
||||||
faraday (~> 0.9.0)
|
faraday (~> 0.9.0)
|
||||||
nokogiri (~> 1.6)
|
nokogiri (~> 1.6)
|
||||||
openid_connect (0.10.0)
|
openid_connect (0.11.2)
|
||||||
activemodel
|
activemodel
|
||||||
attr_required (>= 1.0.0)
|
attr_required (>= 1.0.0)
|
||||||
json (>= 1.4.3)
|
json (>= 1.4.3)
|
||||||
|
|
@ -609,7 +609,7 @@ GEM
|
||||||
activesupport
|
activesupport
|
||||||
rack-mobile-detect (0.4.0)
|
rack-mobile-detect (0.4.0)
|
||||||
rack
|
rack
|
||||||
rack-oauth2 (1.2.3)
|
rack-oauth2 (1.3.0)
|
||||||
activesupport (>= 2.3)
|
activesupport (>= 2.3)
|
||||||
attr_required (>= 0.0.5)
|
attr_required (>= 0.0.5)
|
||||||
httpclient (>= 2.4)
|
httpclient (>= 2.4)
|
||||||
|
|
@ -976,7 +976,7 @@ DEPENDENCIES
|
||||||
omniauth-twitter (= 1.2.1)
|
omniauth-twitter (= 1.2.1)
|
||||||
omniauth-wordpress (= 0.2.2)
|
omniauth-wordpress (= 0.2.2)
|
||||||
open_graph_reader (= 0.6.1)
|
open_graph_reader (= 0.6.1)
|
||||||
openid_connect (= 0.10.0)
|
openid_connect (= 0.11.2)
|
||||||
pg (= 0.18.4)
|
pg (= 0.18.4)
|
||||||
pronto (= 0.6.0)
|
pronto (= 0.6.0)
|
||||||
pronto-haml (= 0.6.0)
|
pronto-haml (= 0.6.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue