diff --git a/Gemfile b/Gemfile index 9b7dc794..0be0f256 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'chartkick' gem 'webpacker', '~> 4.0' gem 'devise', '~> 4.7.1' -gem 'omniauth', '~> 1.8.1' +gem 'omniauth', '~> 1.9.2' gem 'omniauth-github' gem 'omniauth-twitter' diff --git a/Gemfile.lock b/Gemfile.lock index e90dc49c..9667d072 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -175,7 +175,7 @@ GEM haml (>= 4.0.6, < 6.0) html2haml (>= 1.0.1) railties (>= 4.0.1) - hashie (3.5.7) + hashie (5.0.0) html2haml (2.2.0) erubis (~> 2.7.0) haml (>= 4.0, < 6) @@ -227,8 +227,8 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - omniauth (1.8.1) - hashie (>= 3.4.6, < 3.6.0) + omniauth (1.9.2) + hashie (>= 3.4.6) rack (>= 1.6.2, < 3) omniauth-github (1.3.0) omniauth (~> 1.5) @@ -264,7 +264,7 @@ GEM pundit (1.1.0) activesupport (>= 3.0.0) racc (1.6.2) - rack (2.2.2) + rack (2.2.6.4) rack-mini-profiler (1.0.0) rack (>= 1.2.0) rack-proxy (0.6.5) @@ -433,7 +433,7 @@ DEPENDENCIES launchy listen (>= 3.0.5, < 3.2) nokogiri (~> 1.14.3) - omniauth (~> 1.8.1) + omniauth (~> 1.9.2) omniauth-github omniauth-twitter pg