Bump omniauth
This commit is contained in:
parent
fbd14c8804
commit
ec22f5883e
4 changed files with 19 additions and 11 deletions
11
Gemfile
11
Gemfile
|
|
@ -159,11 +159,12 @@ gem "secure_headers", "6.3.3"
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
|
|
||||||
gem "omniauth", "1.9.1"
|
gem "omniauth", "2.0.4"
|
||||||
gem "omniauth-tumblr", "1.2"
|
gem "omniauth-rails_csrf_protection", "1.0.0"
|
||||||
gem "omniauth-twitter", "1.4.0"
|
gem "omniauth-tumblr", "1.2"
|
||||||
gem "omniauth-wordpress", "0.2.2"
|
gem "omniauth-twitter", "1.4.0"
|
||||||
gem "twitter", "7.0.0"
|
gem "omniauth-wordpress", "0.2.2"
|
||||||
|
gem "twitter", "7.0.0"
|
||||||
|
|
||||||
# OpenID Connect
|
# OpenID Connect
|
||||||
gem "openid_connect", "1.3.0"
|
gem "openid_connect", "1.3.0"
|
||||||
|
|
|
||||||
15
Gemfile.lock
15
Gemfile.lock
|
|
@ -378,7 +378,7 @@ GEM
|
||||||
rspec
|
rspec
|
||||||
jsonpath (1.1.0)
|
jsonpath (1.1.0)
|
||||||
multi_json
|
multi_json
|
||||||
jwt (2.2.3)
|
jwt (2.3.0)
|
||||||
kgio (2.11.4)
|
kgio (2.11.4)
|
||||||
kostya-sigar (2.0.10)
|
kostya-sigar (2.0.10)
|
||||||
leaflet-rails (1.7.0)
|
leaflet-rails (1.7.0)
|
||||||
|
|
@ -435,15 +435,19 @@ GEM
|
||||||
octokit (4.21.0)
|
octokit (4.21.0)
|
||||||
faraday (>= 0.9)
|
faraday (>= 0.9)
|
||||||
sawyer (~> 0.8.0, >= 0.5.3)
|
sawyer (~> 0.8.0, >= 0.5.3)
|
||||||
omniauth (1.9.1)
|
omniauth (2.0.4)
|
||||||
hashie (>= 3.4.6)
|
hashie (>= 3.4.6)
|
||||||
rack (>= 1.6.2, < 3)
|
rack (>= 1.6.2, < 3)
|
||||||
|
rack-protection
|
||||||
omniauth-oauth (1.2.0)
|
omniauth-oauth (1.2.0)
|
||||||
oauth
|
oauth
|
||||||
omniauth (>= 1.0, < 3)
|
omniauth (>= 1.0, < 3)
|
||||||
omniauth-oauth2 (1.7.1)
|
omniauth-oauth2 (1.7.2)
|
||||||
oauth2 (~> 1.4)
|
oauth2 (~> 1.4)
|
||||||
omniauth (>= 1.9, < 3)
|
omniauth (>= 1.9, < 3)
|
||||||
|
omniauth-rails_csrf_protection (1.0.0)
|
||||||
|
actionpack (>= 4.2)
|
||||||
|
omniauth (~> 2.0)
|
||||||
omniauth-tumblr (1.2)
|
omniauth-tumblr (1.2)
|
||||||
multi_json
|
multi_json
|
||||||
omniauth-oauth (~> 1.0)
|
omniauth-oauth (~> 1.0)
|
||||||
|
|
@ -516,6 +520,8 @@ GEM
|
||||||
json-jwt (>= 1.11.0)
|
json-jwt (>= 1.11.0)
|
||||||
rack (>= 2.1.0)
|
rack (>= 2.1.0)
|
||||||
rack-piwik (0.3.0)
|
rack-piwik (0.3.0)
|
||||||
|
rack-protection (2.1.0)
|
||||||
|
rack
|
||||||
rack-rewrite (1.5.1)
|
rack-rewrite (1.5.1)
|
||||||
rack-ssl (1.4.1)
|
rack-ssl (1.4.1)
|
||||||
rack
|
rack
|
||||||
|
|
@ -852,7 +858,8 @@ DEPENDENCIES
|
||||||
mobile-fu (= 1.4.0)
|
mobile-fu (= 1.4.0)
|
||||||
mysql2 (= 0.5.3)
|
mysql2 (= 0.5.3)
|
||||||
nokogiri (= 1.12.5)
|
nokogiri (= 1.12.5)
|
||||||
omniauth (= 1.9.1)
|
omniauth (= 2.0.4)
|
||||||
|
omniauth-rails_csrf_protection (= 1.0.0)
|
||||||
omniauth-tumblr (= 1.2)
|
omniauth-tumblr (= 1.2)
|
||||||
omniauth-twitter (= 1.4.0)
|
omniauth-twitter (= 1.4.0)
|
||||||
omniauth-wordpress (= 0.2.2)
|
omniauth-wordpress (= 0.2.2)
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
- else
|
- else
|
||||||
= t("services.index.not_logged_in")
|
= t("services.index.not_logged_in")
|
||||||
= link_to(t("services.index.connect"), "/auth/#{provider}")
|
= link_to(t("services.index.connect"), "/auth/#{provider}", method: :post)
|
||||||
|
|
||||||
- else
|
- else
|
||||||
.well
|
.well
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@
|
||||||
- if service_unconnected?(service)
|
- if service_unconnected?(service)
|
||||||
= link_to(content_tag(:div, nil,
|
= link_to(content_tag(:div, nil,
|
||||||
class: "social-media-logos-#{service.to_s.downcase}-24x24",
|
class: "social-media-logos-#{service.to_s.downcase}-24x24",
|
||||||
title: service.to_s.titleize), "/auth/#{service}")
|
title: service.to_s.titleize), "/auth/#{service}", method: :post)
|
||||||
|
|
||||||
.section.collapsed
|
.section.collapsed
|
||||||
.title
|
.title
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue