diff --git a/Gemfile.lock b/Gemfile.lock index a9c9255..fd34144 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,7 @@ GEM activerecord (>= 4.0.0) globalid (0.4.2) activesupport (>= 4.2.0) - hashie (4.1.0) + hashie (5.0.0) i18n (1.8.10) concurrent-ruby (~> 1.0) i18n_generators (2.2.2) @@ -131,12 +131,13 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.9.1) + omniauth (2.0.0) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) - omniauth-oauth2 (1.7.0) - oauth2 (~> 1.4) - omniauth (~> 1.9) + rack-protection + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) parallel (1.20.1) parser (3.0.2.0) ast (~> 2.4.1) @@ -145,7 +146,9 @@ GEM puma (5.6.4) nio4r (~> 2.0) racc (1.6.0) - rack (2.2.3) + rack (2.2.6.2) + rack-protection (3.0.5) + rack rack-proxy (0.7.0) rack rack-test (1.1.0)