diff --git a/Gemfile b/Gemfile index aab4c5bce..a6d2ad37b 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'net-pop', '~> 0.1.2' gem 'net-smtp', '~> 0.5.1' gem 'omniauth', '~> 2.1.4' gem 'omniauth-oauth2', '~> 1.8.0' -gem 'omniauth-rails_csrf_protection', '~> 1.0' +gem 'omniauth-rails_csrf_protection', '~> 2.0' gem 'paper_trail', '~> 17.0.0' gem 'paranoia', '~> 3.1.0' gem 'pg', '~> 1.6.2' diff --git a/Gemfile.lock b/Gemfile.lock index 5a331688c..82c163cda 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,7 +114,7 @@ GEM coderay (1.1.3) colorize (1.1.0) concurrent-ruby (1.3.5) - connection_pool (2.5.4) + connection_pool (2.5.5) crass (1.0.6) cssbundling-rails (1.4.3) railties (>= 6.0.0) @@ -318,7 +318,7 @@ GEM omniauth-oauth2 (1.8.0) oauth2 (>= 1.4, < 3) omniauth (~> 2.0) - omniauth-rails_csrf_protection (1.0.2) + omniauth-rails_csrf_protection (2.0.0) actionpack (>= 4.2) omniauth (~> 2.0) orm_adapter (0.5.0) @@ -627,7 +627,7 @@ DEPENDENCIES net-smtp (~> 0.5.1) omniauth (~> 2.1.4) omniauth-oauth2 (~> 1.8.0) - omniauth-rails_csrf_protection (~> 1.0) + omniauth-rails_csrf_protection (~> 2.0) paper_trail (~> 17.0.0) paranoia (~> 3.1.0) pg (~> 1.6.2)