Skip to content

Commit 31471da

Browse files
Bump omniauth from 1.9.0 to 2.1.0
Bumps [omniauth](https://github.com/omniauth/omniauth) from 1.9.0 to 2.1.0. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](omniauth/omniauth@v1.9.0...v2.1.0) --- updated-dependencies: - dependency-name: omniauth dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c956a9b commit 31471da

File tree

1 file changed

+25
-16
lines changed

1 file changed

+25
-16
lines changed

Gemfile.lock

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,14 @@ GEM
8989
ed25519 (1.2.4)
9090
erubi (1.10.0)
9191
execjs (2.7.0)
92-
faraday (0.15.4)
93-
multipart-post (>= 1.2, < 3)
92+
faraday (2.5.2)
93+
faraday-net_http (>= 2.0, < 3.1)
94+
ruby2_keywords (>= 0.0.4)
95+
faraday-net_http (3.0.0)
9496
ffi (1.10.0)
9597
globalid (0.4.2)
9698
activesupport (>= 4.2.0)
97-
hashie (3.6.0)
99+
hashie (5.0.0)
98100
i18n (1.8.10)
99101
concurrent-ruby (~> 1.0)
100102
jbuilder (2.6.4)
@@ -104,7 +106,7 @@ GEM
104106
rails-dom-testing (>= 1, < 3)
105107
railties (>= 4.2.0)
106108
thor (>= 0.14, < 2.0)
107-
jwt (2.1.0)
109+
jwt (2.5.0)
108110
listen (3.0.8)
109111
rb-fsevent (~> 0.9, >= 0.9.4)
110112
rb-inotify (~> 0.9, >= 0.9.7)
@@ -119,9 +121,8 @@ GEM
119121
mini_portile2 (2.8.0)
120122
minitest (5.14.4)
121123
msgpack (1.3.3)
122-
multi_json (1.13.1)
124+
multi_json (1.15.0)
123125
multi_xml (0.6.0)
124-
multipart-post (2.0.0)
125126
mysql2 (0.4.10)
126127
net-scp (2.0.0)
127128
net-ssh (>= 2.6.5, < 6.0.0)
@@ -130,26 +131,30 @@ GEM
130131
nokogiri (1.13.6)
131132
mini_portile2 (~> 2.8.0)
132133
racc (~> 1.4)
133-
oauth2 (1.4.1)
134-
faraday (>= 0.8, < 0.16.0)
134+
oauth2 (2.0.7)
135+
faraday (>= 0.17.3, < 3.0)
135136
jwt (>= 1.0, < 3.0)
136-
multi_json (~> 1.3)
137137
multi_xml (~> 0.5)
138138
rack (>= 1.2, < 3)
139-
omniauth (1.9.0)
140-
hashie (>= 3.4.6, < 3.7.0)
141-
rack (>= 1.6.2, < 3)
139+
rash_alt (>= 0.4, < 1)
140+
version_gem (~> 1.1)
141+
omniauth (2.1.0)
142+
hashie (>= 3.4.6)
143+
rack (>= 2.2.3)
144+
rack-protection
142145
omniauth-google-oauth2 (0.6.1)
143146
jwt (>= 2.0)
144147
omniauth (>= 1.1.1)
145148
omniauth-oauth2 (>= 1.5)
146-
omniauth-oauth2 (1.6.0)
147-
oauth2 (~> 1.1)
148-
omniauth (~> 1.9)
149+
omniauth-oauth2 (1.8.0)
150+
oauth2 (>= 1.4, < 3)
151+
omniauth (~> 2.0)
149152
puma (4.3.12)
150153
nio4r (~> 2.0)
151154
racc (1.6.0)
152-
rack (2.2.3.1)
155+
rack (2.2.4)
156+
rack-protection (2.2.2)
157+
rack
153158
rack-test (1.1.0)
154159
rack (>= 1.0, < 3)
155160
rails (5.2.6)
@@ -177,6 +182,8 @@ GEM
177182
rake (>= 0.8.7)
178183
thor (>= 0.19.0, < 2.0)
179184
rake (13.0.3)
185+
rash_alt (0.4.12)
186+
hashie (>= 3.4)
180187
rb-fsevent (0.10.3)
181188
rb-inotify (0.10.0)
182189
ffi (~> 1.0)
@@ -188,6 +195,7 @@ GEM
188195
railties (>= 3.2)
189196
tilt
190197
redis (3.3.5)
198+
ruby2_keywords (0.0.5)
191199
sass (3.7.4)
192200
sass-listen (~> 4.0.0)
193201
sass-listen (4.0.0)
@@ -220,6 +228,7 @@ GEM
220228
thread_safe (~> 0.1)
221229
uglifier (3.0.4)
222230
execjs (>= 0.3.0, < 3)
231+
version_gem (1.1.0)
223232
web-console (3.3.1)
224233
actionview (>= 5.0)
225234
activemodel (>= 5.0)

0 commit comments

Comments
 (0)