diff --git a/Gemfile b/Gemfile index 4fcb6b630..3800fc303 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'newrelic_rpm', '>= 6.14.0' gem 'nokogiri', '~> 1.18.9' gem 'omniauth_login_dot_gov', git: 'https://github.com/18f/omniauth_login_dot_gov.git', branch: 'main' -gem 'omniauth-rails_csrf_protection' +gem 'omniauth-rails_csrf_protection', '>= 2.0.0' gem 'paper_trail', '~>16' gem 'pg' gem 'propshaft'