Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 1d48ce5

Browse files
Update gems
1 parent 25e6925 commit 1d48ce5

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ gem 'meta-tags'
3131
gem 'mini_racer'
3232
gem 'nested_form'
3333
gem 'omniauth-slack'
34+
gem 'omniauth-rails_csrf_protection'
3435
gem 'paranoia', '~> 2.2'
3536
gem 'paperclip', '~> 5.2.0'
3637
gem 'pg'

Gemfile.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,9 @@ GEM
364364
omniauth-oauth2 (1.3.1)
365365
oauth2 (~> 1.0)
366366
omniauth (~> 1.2)
367+
omniauth-rails_csrf_protection (0.1.2)
368+
actionpack (>= 4.2)
369+
omniauth (>= 1.3.1)
367370
omniauth-slack (2.3.0)
368371
omniauth-oauth2 (~> 1.3.1)
369372
orm_adapter (0.5.0)
@@ -634,6 +637,7 @@ DEPENDENCIES
634637
meta-tags
635638
mini_racer
636639
nested_form
640+
omniauth-rails_csrf_protection
637641
omniauth-slack
638642
overcommit
639643
paperclip (~> 5.2.0)

0 commit comments

Comments
 (0)