Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2021-11-06 03:31:56 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2021-11-06 19:43:57 +0300
commitec22f5883e15e4fce36e121e4ef2a91de5f471ee (patch)
treebe351c9361c239ee47dbbe0264e6db0e7a84ffa8 /Gemfile
parentfbd14c88047e3b2e29cebd5875377f9528709360 (diff)
Bump omniauth
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile11
1 files changed, 6 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 00ae62aae..82e429584 100644
--- a/Gemfile
+++ b/Gemfile
@@ -159,11 +159,12 @@ gem "secure_headers", "6.3.3"
# Services
-gem "omniauth", "1.9.1"
-gem "omniauth-tumblr", "1.2"
-gem "omniauth-twitter", "1.4.0"
-gem "omniauth-wordpress", "0.2.2"
-gem "twitter", "7.0.0"
+gem "omniauth", "2.0.4"
+gem "omniauth-rails_csrf_protection", "1.0.0"
+gem "omniauth-tumblr", "1.2"
+gem "omniauth-twitter", "1.4.0"
+gem "omniauth-wordpress", "0.2.2"
+gem "twitter", "7.0.0"
# OpenID Connect
gem "openid_connect", "1.3.0"