We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ed852 commit 3d468b7Copy full SHA for 3d468b7
2 files changed
Gemfile
@@ -27,6 +27,7 @@ gem 'kaminari'
27
gem 'kramdown', require: false
28
gem 'omniauth'
29
gem 'omniauth-github'
30
+gem 'omniauth-rails_csrf_protection'
31
gem 'sentry-raven', '~> 3.0'
32
gem 'simple_form'
33
gem 'slack-notifier'
Gemfile.lock
@@ -266,6 +266,9 @@ GEM
266
omniauth-oauth2 (1.7.2)
267
oauth2 (~> 1.4)
268
omniauth (>= 1.9, < 3)
269
+ omniauth-rails_csrf_protection (1.0.1)
270
+ actionpack (>= 4.2)
271
+ omniauth (~> 2.0)
272
orm_adapter (0.5.0)
273
parallel (1.22.1)
274
parser (3.1.2.0)
@@ -453,6 +456,7 @@ DEPENDENCIES
453
456
kramdown
454
457
omniauth
455
458
omniauth-github
459
+ omniauth-rails_csrf_protection
460
pg
461
puma
462
rails (~> 7.0.3.1)
0 commit comments