update omniauth to 1.9.1

This commit is contained in:
Jonne Haß 2020-03-20 14:34:03 +01:00
parent 60a50c881d
commit abec056c02
2 changed files with 5 additions and 5 deletions

View file

@ -158,7 +158,7 @@ gem "secure_headers", "6.3.0"
# Services # Services
gem "omniauth", "1.9.0" gem "omniauth", "1.9.1"
gem "omniauth-tumblr", "1.2" gem "omniauth-tumblr", "1.2"
gem "omniauth-twitter", "1.4.0" gem "omniauth-twitter", "1.4.0"
gem "omniauth-wordpress", "0.2.2" gem "omniauth-wordpress", "0.2.2"

View file

@ -312,7 +312,7 @@ GEM
sprockets (>= 2.0.0) sprockets (>= 2.0.0)
tilt (>= 1.2) tilt (>= 1.2)
hashdiff (1.0.1) hashdiff (1.0.1)
hashie (3.6.0) hashie (4.1.0)
http (3.3.0) http (3.3.0)
addressable (~> 2.3) addressable (~> 2.3)
http-cookie (~> 1.0) http-cookie (~> 1.0)
@ -430,8 +430,8 @@ GEM
octokit (4.17.0) octokit (4.17.0)
faraday (>= 0.9) faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3) sawyer (~> 0.8.0, >= 0.5.3)
omniauth (1.9.0) omniauth (1.9.1)
hashie (>= 3.4.6, < 3.7.0) hashie (>= 3.4.6)
rack (>= 1.6.2, < 3) rack (>= 1.6.2, < 3)
omniauth-oauth (1.1.0) omniauth-oauth (1.1.0)
oauth oauth
@ -847,7 +847,7 @@ DEPENDENCIES
mobile-fu (= 1.4.0) mobile-fu (= 1.4.0)
mysql2 (= 0.5.3) mysql2 (= 0.5.3)
nokogiri (= 1.10.9) nokogiri (= 1.10.9)
omniauth (= 1.9.0) omniauth (= 1.9.1)
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)