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>2022-06-27 03:05:22 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2022-06-27 03:53:13 +0300
commitaa0ac5bec67bf7decd634c6594b6742ca51fd59c (patch)
treec957eba12d76d7870de8cd9e184d1ad118f4ab75 /Gemfile
parent1ba9416e22915a1f5ab2018ba6d772615f2aa530 (diff)
Bump omniauth and omniauth-rails_csrf_protection
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index af33d945d..ce7deb832 100644
--- a/Gemfile
+++ b/Gemfile
@@ -159,8 +159,8 @@ gem "secure_headers", "6.3.3"
# Services
-gem "omniauth", "2.0.4"
-gem "omniauth-rails_csrf_protection", "1.0.0"
+gem "omniauth", "2.1.0"
+gem "omniauth-rails_csrf_protection", "1.0.1"
gem "omniauth-tumblr", "1.2"
gem "omniauth-twitter", "1.4.0"
gem "omniauth-wordpress", "0.2.2"