Skip to content

Commit 3d468b7

Browse files
safakferhatkayaenderahmetyurt
authored andcommitted
rails_csrf_protection gem added
1 parent f1ed852 commit 3d468b7

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ gem 'kaminari'
2727
gem 'kramdown', require: false
2828
gem 'omniauth'
2929
gem 'omniauth-github'
30+
gem 'omniauth-rails_csrf_protection'
3031
gem 'sentry-raven', '~> 3.0'
3132
gem 'simple_form'
3233
gem 'slack-notifier'

Gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,9 @@ GEM
266266
omniauth-oauth2 (1.7.2)
267267
oauth2 (~> 1.4)
268268
omniauth (>= 1.9, < 3)
269+
omniauth-rails_csrf_protection (1.0.1)
270+
actionpack (>= 4.2)
271+
omniauth (~> 2.0)
269272
orm_adapter (0.5.0)
270273
parallel (1.22.1)
271274
parser (3.1.2.0)
@@ -453,6 +456,7 @@ DEPENDENCIES
453456
kramdown
454457
omniauth
455458
omniauth-github
459+
omniauth-rails_csrf_protection
456460
pg
457461
puma
458462
rails (~> 7.0.3.1)

0 commit comments

Comments
 (0)