diff --git a/Gemfile b/Gemfile index bade8737..8dbee26b 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ gem "bugsnag" # Devise and github for login gem "devise" gem "omniauth-github" -gem "omniauth-rails_csrf_protection", "~> 0.1" +gem "omniauth-rails_csrf_protection", "~> 1.0" gem "cancancan" gem "rails_admin" gem "paper_trail" diff --git a/Gemfile.lock b/Gemfile.lock index 7142e8ff..8974da8d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.2.0) + concurrent-ruby (1.2.2) config (4.1.0) deep_merge (~> 1.2, >= 1.2.1) dry-validation (~> 1.0, >= 1.0.0) @@ -222,7 +222,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.19.1) + loofah (2.20.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.2.8) @@ -236,7 +236,7 @@ GEM method_source (1.0.0) mini_mime (1.1.2) mini_portile2 (2.8.1) - minitest (5.17.0) + minitest (5.18.0) multi_json (1.15.0) multi_xml (0.6.0) nenv (0.3.0) @@ -266,18 +266,19 @@ GEM octokit (4.25.1) faraday (>= 1, < 3) sawyer (~> 0.9) - omniauth (1.9.2) + omniauth (2.1.1) hashie (>= 3.4.6) - rack (>= 1.6.2, < 3) - omniauth-github (1.4.0) - omniauth (~> 1.5) - omniauth-oauth2 (>= 1.4.0, < 2.0) + rack (>= 2.2.3) + rack-protection + omniauth-github (2.0.0) + omniauth (~> 2.0) + omniauth-oauth2 (~> 1.7.1) omniauth-oauth2 (1.7.3) oauth2 (>= 1.4, < 3) omniauth (>= 1.9, < 3) - omniauth-rails_csrf_protection (0.1.2) + omniauth-rails_csrf_protection (1.0.1) actionpack (>= 4.2) - omniauth (>= 1.3.1) + omniauth (~> 2.0) orm_adapter (0.5.0) paper_trail (14.0.0) activerecord (>= 6.0) @@ -297,7 +298,9 @@ GEM rack-pjax (1.1.0) nokogiri (~> 1.5) rack (>= 1.1) - rack-test (2.0.2) + rack-protection (3.0.6) + rack + rack-test (2.1.0) rack (>= 1.3) rails (6.1.7.1) actioncable (= 6.1.7.1) @@ -446,7 +449,7 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -469,7 +472,7 @@ GEM websocket-extensions (0.1.5) yard (0.9.28) webrick (~> 1.7.0) - zeitwerk (2.6.6) + zeitwerk (2.6.7) PLATFORMS ruby @@ -501,7 +504,7 @@ DEPENDENCIES memoist octokit (~> 4.25) omniauth-github - omniauth-rails_csrf_protection (~> 0.1) + omniauth-rails_csrf_protection (~> 1.0) paper_trail pg pry