Skip to content

Commit e88a78b

Browse files
Bump omniauth-rails_csrf_protection from 0.1.2 to 1.0.1
Bumps [omniauth-rails_csrf_protection](https://github.com/cookpad/omniauth-rails_csrf_protection) from 0.1.2 to 1.0.1. - [Release notes](https://github.com/cookpad/omniauth-rails_csrf_protection/releases) - [Commits](cookpad/omniauth-rails_csrf_protection@v0.1.2...v1.0.1) --- updated-dependencies: - dependency-name: omniauth-rails_csrf_protection dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa25af0 commit e88a78b

2 files changed

Lines changed: 55 additions & 49 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gem "bugsnag"
4242
# Devise and github for login
4343
gem "devise"
4444
gem "omniauth-github"
45-
gem "omniauth-rails_csrf_protection", "~> 0.1"
45+
gem "omniauth-rails_csrf_protection", "~> 1.0"
4646
gem "cancancan"
4747
gem "rails_admin"
4848
gem "paper_trail"

Gemfile.lock

Lines changed: 54 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ GEM
8383
coffee-script-source
8484
execjs
8585
coffee-script-source (1.12.2)
86-
concurrent-ruby (1.2.0)
86+
concurrent-ruby (1.2.2)
8787
config (4.1.0)
8888
deep_merge (~> 1.2, >= 1.2.1)
8989
dry-validation (~> 1.0, >= 1.0.0)
@@ -98,12 +98,13 @@ GEM
9898
database_cleaner-core (2.0.1)
9999
date (3.3.3)
100100
deep_merge (1.2.2)
101-
devise (4.8.1)
101+
devise (4.9.0)
102102
bcrypt (~> 3.0)
103103
orm_adapter (~> 0.1)
104104
railties (>= 4.1.0)
105105
responders
106106
warden (~> 1.2.3)
107+
diff-lcs (1.5.0)
107108
docile (1.4.0)
108109
dotenv (2.8.1)
109110
dotenv-rails (2.8.1)
@@ -179,9 +180,6 @@ GEM
179180
guard-rubocop (1.5.0)
180181
guard (~> 2.0)
181182
rubocop (< 2.0)
182-
haml (5.2.2)
183-
temple (>= 0.8.0)
184-
tilt
185183
hashdiff (1.0.1)
186184
hashie (5.0.0)
187185
htmlentities (4.3.4)
@@ -199,8 +197,6 @@ GEM
199197
rails-dom-testing (>= 1, < 3)
200198
railties (>= 4.2.0)
201199
thor (>= 0.14, < 2.0)
202-
jquery-ui-rails (6.0.1)
203-
railties (>= 3.2.16)
204200
json (2.6.3)
205201
jwt (2.5.0)
206202
kaminari (1.2.2)
@@ -236,8 +232,7 @@ GEM
236232
method_source (1.0.0)
237233
mini_mime (1.1.2)
238234
mini_portile2 (2.8.1)
239-
minitest (5.17.0)
240-
multi_json (1.15.0)
235+
minitest (5.18.0)
241236
multi_xml (0.6.0)
242237
nenv (0.3.0)
243238
nested_form (0.3.2)
@@ -251,33 +246,35 @@ GEM
251246
net-smtp (0.3.3)
252247
net-protocol
253248
nio4r (2.5.8)
254-
nokogiri (1.14.0)
249+
nokogiri (1.14.2)
255250
mini_portile2 (~> 2.8.0)
256251
racc (~> 1.4)
257252
notiffany (0.1.3)
258253
nenv (~> 0.1)
259254
shellany (~> 0.0)
260-
oauth2 (1.4.9)
255+
oauth2 (2.0.9)
261256
faraday (>= 0.17.3, < 3.0)
262257
jwt (>= 1.0, < 3.0)
263-
multi_json (~> 1.3)
264258
multi_xml (~> 0.5)
265-
rack (>= 1.2, < 3)
259+
rack (>= 1.2, < 4)
260+
snaky_hash (~> 2.0)
261+
version_gem (~> 1.1)
266262
octokit (4.25.1)
267263
faraday (>= 1, < 3)
268264
sawyer (~> 0.9)
269-
omniauth (1.9.2)
265+
omniauth (2.1.1)
270266
hashie (>= 3.4.6)
271-
rack (>= 1.6.2, < 3)
272-
omniauth-github (1.4.0)
273-
omniauth (~> 1.5)
274-
omniauth-oauth2 (>= 1.4.0, < 2.0)
275-
omniauth-oauth2 (1.7.3)
267+
rack (>= 2.2.3)
268+
rack-protection
269+
omniauth-github (2.0.1)
270+
omniauth (~> 2.0)
271+
omniauth-oauth2 (~> 1.8)
272+
omniauth-oauth2 (1.8.0)
276273
oauth2 (>= 1.4, < 3)
277-
omniauth (>= 1.9, < 3)
278-
omniauth-rails_csrf_protection (0.1.2)
274+
omniauth (~> 2.0)
275+
omniauth-rails_csrf_protection (1.0.1)
279276
actionpack (>= 4.2)
280-
omniauth (>= 1.3.1)
277+
omniauth (~> 2.0)
281278
orm_adapter (0.5.0)
282279
paper_trail (14.0.0)
283280
activerecord (>= 6.0)
@@ -294,9 +291,8 @@ GEM
294291
nio4r (~> 2.0)
295292
racc (1.6.2)
296293
rack (2.2.6.3)
297-
rack-pjax (1.1.0)
298-
nokogiri (~> 1.5)
299-
rack (>= 1.1)
294+
rack-protection (3.0.5)
295+
rack
300296
rack-test (2.0.2)
301297
rack (>= 1.3)
302298
rails (6.1.7.1)
@@ -319,18 +315,12 @@ GEM
319315
nokogiri (>= 1.6)
320316
rails-html-sanitizer (1.5.0)
321317
loofah (~> 2.19, >= 2.19.1)
322-
rails_admin (2.2.1)
318+
rails_admin (3.1.1)
323319
activemodel-serializers-xml (>= 1.0)
324-
builder (~> 3.1)
325-
haml (>= 4.0, < 6)
326-
jquery-rails (>= 3.0, < 5)
327-
jquery-ui-rails (>= 5.0, < 7)
328320
kaminari (>= 0.14, < 2.0)
329321
nested_form (~> 0.3)
330-
rack-pjax (>= 0.7)
331-
rails (>= 5.0, < 7)
332-
remotipart (~> 1.3)
333-
sassc-rails (>= 1.3, < 3)
322+
rails (>= 6.0, < 8)
323+
turbo-rails (~> 1.0)
334324
railties (6.1.7.1)
335325
actionpack (= 6.1.7.1)
336326
activesupport (= 6.1.7.1)
@@ -344,20 +334,29 @@ GEM
344334
ffi (~> 1.0)
345335
redcarpet (3.5.1)
346336
regexp_parser (2.6.2)
347-
remotipart (1.4.4)
348337
request_store (1.5.1)
349338
rack (>= 1.4)
350-
responders (3.0.1)
351-
actionpack (>= 5.0)
352-
railties (>= 5.0)
339+
responders (3.1.0)
340+
actionpack (>= 5.2)
341+
railties (>= 5.2)
353342
rexml (3.2.5)
354343
rinku (2.0.6)
355-
rspec (1.3.2)
356344
rspec-core (3.12.0)
357345
rspec-support (~> 3.12.0)
358-
rspec-rails (1.3.4)
359-
rack (>= 1.0.0)
360-
rspec (~> 1.3.1)
346+
rspec-expectations (3.12.2)
347+
diff-lcs (>= 1.2.0, < 2.0)
348+
rspec-support (~> 3.12.0)
349+
rspec-mocks (3.12.3)
350+
diff-lcs (>= 1.2.0, < 2.0)
351+
rspec-support (~> 3.12.0)
352+
rspec-rails (6.0.1)
353+
actionpack (>= 6.1)
354+
activesupport (>= 6.1)
355+
railties (>= 6.1)
356+
rspec-core (~> 3.11)
357+
rspec-expectations (~> 3.11)
358+
rspec-mocks (~> 3.11)
359+
rspec-support (~> 3.11)
361360
rspec-support (3.12.0)
362361
rspec_junit_formatter (0.6.0)
363362
rspec-core (>= 2, < 4, != 2.12.0)
@@ -382,10 +381,10 @@ GEM
382381
rubocop-performance (1.15.0)
383382
rubocop (>= 1.7.0, < 2.0)
384383
rubocop-ast (>= 0.4.0)
385-
rubocop-rails (2.9.1)
384+
rubocop-rails (2.18.0)
386385
activesupport (>= 4.2.0)
387386
rack (>= 1.1)
388-
rubocop (>= 0.90.0, < 2.0)
387+
rubocop (>= 1.33.0, < 2.0)
389388
rubocop-rails_config (1.11.3)
390389
railties (>= 5.0)
391390
rubocop (>= 1.29.0)
@@ -417,6 +416,9 @@ GEM
417416
simplecov-html (0.12.3)
418417
simplecov-lcov (0.8.0)
419418
simplecov_json_formatter (0.1.4)
419+
snaky_hash (2.0.1)
420+
hashie
421+
version_gem (~> 1.1, >= 1.1.1)
420422
sparkr (0.4.1)
421423
spring (4.1.1)
422424
spring-watcher-listen (2.1.0)
@@ -434,7 +436,6 @@ GEM
434436
sucker_punch (3.1.0)
435437
concurrent-ruby (~> 1.0)
436438
sync (0.5.0)
437-
temple (0.10.0)
438439
term-ansicolor (1.7.1)
439440
tins (~> 1.0)
440441
thor (1.2.1)
@@ -443,15 +444,20 @@ GEM
443444
timeout (0.3.1)
444445
tins (1.32.1)
445446
sync
447+
turbo-rails (1.4.0)
448+
actionpack (>= 6.0.0)
449+
activejob (>= 6.0.0)
450+
railties (>= 6.0.0)
446451
turbolinks (5.2.1)
447452
turbolinks-source (~> 5.2)
448453
turbolinks-source (5.2.0)
449-
tzinfo (2.0.5)
454+
tzinfo (2.0.6)
450455
concurrent-ruby (~> 1.0)
451456
uglifier (4.2.0)
452457
execjs (>= 0.3.0, < 3)
453458
unicode-display_width (2.4.2)
454459
vcr (6.1.0)
460+
version_gem (1.1.1)
455461
warden (1.2.9)
456462
rack (>= 2.0.9)
457463
web-console (4.2.0)
@@ -469,7 +475,7 @@ GEM
469475
websocket-extensions (0.1.5)
470476
yard (0.9.28)
471477
webrick (~> 1.7.0)
472-
zeitwerk (2.6.6)
478+
zeitwerk (2.6.7)
473479

474480
PLATFORMS
475481
ruby
@@ -501,7 +507,7 @@ DEPENDENCIES
501507
memoist
502508
octokit (~> 4.25)
503509
omniauth-github
504-
omniauth-rails_csrf_protection (~> 0.1)
510+
omniauth-rails_csrf_protection (~> 1.0)
505511
paper_trail
506512
pg
507513
pry

0 commit comments

Comments
 (0)