Skip to content

Commit e1efe6c

Browse files
Update dependency omniauth-rails_csrf_protection to v2
1 parent 49d45da commit e1efe6c

1 file changed

Lines changed: 18 additions & 13 deletions

File tree

Gemfile.lock

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -164,16 +164,16 @@ GEM
164164
base64 (0.3.0)
165165
bcrypt (3.1.20)
166166
benchmark (0.5.0)
167-
bigdecimal (3.3.1)
167+
bigdecimal (4.0.1)
168168
bindata (2.5.0)
169169
builder (3.3.0)
170170
byebug (11.1.3)
171171
cancancan (3.6.1)
172-
cgi (0.5.0)
172+
cgi (0.5.1)
173173
coderay (1.1.3)
174174
color (1.8)
175-
concurrent-ruby (1.3.5)
176-
connection_pool (2.5.5)
175+
concurrent-ruby (1.3.6)
176+
connection_pool (3.0.2)
177177
crass (1.0.6)
178178
database_cleaner (2.1.0)
179179
database_cleaner-active_record (>= 2, < 3)
@@ -229,8 +229,9 @@ GEM
229229
temple (>= 0.8.2)
230230
thor
231231
tilt
232-
hashie (5.0.0)
233-
i18n (1.14.7)
232+
hashie (5.1.0)
233+
logger
234+
i18n (1.14.8)
234235
concurrent-ruby (~> 1.0)
235236
intercode_client (0.1.1)
236237
graphql-client
@@ -268,7 +269,7 @@ GEM
268269
activesupport (>= 4)
269270
railties (>= 4)
270271
request_store (~> 1.0)
271-
loofah (2.24.1)
272+
loofah (2.25.0)
272273
crass (~> 1.0.2)
273274
nokogiri (>= 1.12.0)
274275
macaddr (1.7.2)
@@ -285,7 +286,8 @@ GEM
285286
minipack (0.3.6)
286287
actionview
287288
railties (>= 4.2)
288-
minitest (5.26.2)
289+
minitest (6.0.1)
290+
prism (~> 1.5)
289291
multi_json (1.15.0)
290292
multi_xml (0.6.0)
291293
net-http (0.5.0)
@@ -300,7 +302,7 @@ GEM
300302
net-smtp (0.5.1)
301303
net-protocol
302304
nio4r (2.7.4)
303-
nokogiri (1.18.10)
305+
nokogiri (1.19.0)
304306
mini_portile2 (~> 2.8.2)
305307
racc (~> 1.4)
306308
oauth2 (2.0.9)
@@ -311,14 +313,15 @@ GEM
311313
snaky_hash (~> 2.0)
312314
version_gem (~> 1.1)
313315
observer (0.1.2)
314-
omniauth (2.1.2)
316+
omniauth (2.1.4)
315317
hashie (>= 3.4.6)
318+
logger
316319
rack (>= 2.2.3)
317320
rack-protection
318321
omniauth-oauth2 (1.8.0)
319322
oauth2 (>= 1.4, < 3)
320323
omniauth (~> 2.0)
321-
omniauth-rails_csrf_protection (1.0.2)
324+
omniauth-rails_csrf_protection (2.0.1)
322325
actionpack (>= 4.2)
323326
omniauth (~> 2.0)
324327
orm_adapter (0.5.0)
@@ -357,8 +360,10 @@ GEM
357360
addressable (~> 2.3)
358361
nokogiri (~> 1.5)
359362
rack (>= 1.3)
360-
rack-protection (3.0.6)
361-
rack
363+
rack-protection (4.2.1)
364+
base64 (>= 0.1.0)
365+
logger (>= 1.6.0)
366+
rack (>= 3.0.0, < 4)
362367
rack-session (2.1.1)
363368
base64 (>= 0.1.0)
364369
rack (>= 3.0.0)

0 commit comments

Comments
 (0)