From 0cc8170be484f2348eb6beb5ce903783d5dba498 Mon Sep 17 00:00:00 2001 From: yocchan-git Date: Wed, 20 Mar 2024 19:59:02 +0900 Subject: [PATCH] =?UTF-8?q?Gemfile=E3=82=92=E4=BF=AE=E6=AD=A3=E3=81=99?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3449575c6e2..a7f7e19b01d 100644 --- a/Gemfile +++ b/Gemfile @@ -45,8 +45,8 @@ gem 'net-smtp', require: false # TODO: Remove it if you use rails 7.0.1 gem 'newspaper' gem 'oauth2' gem 'omniauth', '~> 2.1.1' -gem 'omniauth-github', '~> 2.0.1' gem 'omniauth-discord' +gem 'omniauth-github', '~> 2.0.1' gem 'omniauth-rails_csrf_protection' gem 'parser', '3.2.2.4' gem 'pg', '~> 1.4.6'