diff --git a/Gemfile b/Gemfile index 2e253426..0374cd74 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'jbuilder' gem 'jquery-rails' gem 'memcachier' gem 'omniauth-facebook' -gem 'omniauth-rails', git: 'https://github.com/omniauth/omniauth-rails', branch: 'CVE-2015-9284' +gem 'omniauth-rails_csrf_protection' gem 'pg' gem 'pry-rails' gem 'puma' diff --git a/Gemfile.lock b/Gemfile.lock index d0236d47..582da4cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,3 @@ -GIT - remote: https://github.com/omniauth/omniauth-rails - revision: 8ef80e7da0b4b12dd403ba579b0a34dd6efebdae - branch: CVE-2015-9284 - specs: - omniauth-rails (1.0.0) - omniauth (~> 1.0) - rails - GEM remote: https://rubygems.org/ specs: @@ -191,6 +182,9 @@ GEM omniauth-oauth2 (1.5.0) oauth2 (~> 1.1) omniauth (~> 1.2) + omniauth-rails_csrf_protection (0.1.2) + actionpack (>= 4.2) + omniauth (>= 1.3.1) parallel (1.19.0) parser (2.6.5.0) ast (~> 2.4.0) @@ -368,7 +362,7 @@ DEPENDENCIES memcachier oj omniauth-facebook - omniauth-rails! + omniauth-rails_csrf_protection pg pry-rails puma