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:
authorPirate Praveen <praveen@debian.org>2020-09-16 22:21:33 +0300
committerJonne Haß <me@jhass.eu>2021-04-11 18:25:18 +0300
commit4c6937838dd7276253ab9c69cea3b70549757833 (patch)
tree678df77d1f774322ca1b49baeb3d5a73965c72d2
parent18ea3343fdae9d0ba1cd44d9f070ecefc7d77167 (diff)
Update responders 2.4.1 -> 3.0.1
closes #8148
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 01089e9df..81c90102a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,7 +6,7 @@ gem "rails", "5.2.4.3"
# Legacy Rails features, remove me!
# responders (class level)
-gem "responders", "2.4.1"
+gem "responders", "3.0.1"
# Appserver
diff --git a/Gemfile.lock b/Gemfile.lock
index 35764e08f..173fffb9e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -612,9 +612,9 @@ GEM
regexp_parser (1.7.0)
request_store (1.5.0)
rack (>= 1.4)
- responders (2.4.1)
- actionpack (>= 4.2.0, < 6.0)
- railties (>= 4.2.0, < 6.0)
+ responders (3.0.1)
+ actionpack (>= 5.0)
+ railties (>= 5.0)
rexml (3.2.4)
rotp (2.1.2)
rqrcode (1.1.2)
@@ -895,7 +895,7 @@ DEPENDENCIES
rb-inotify (= 0.10.1)
redcarpet (= 3.5.0)
redis (= 3.3.5)
- responders (= 2.4.1)
+ responders (= 3.0.1)
rqrcode (= 1.1.2)
rspec-json_expectations (~> 2.1)
rspec-rails (= 3.9.1)