Unverified Commit 713f93eb authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

feat: add quote and bookmark button in PiP

parent b6459889
Showing with 4 additions and 3 deletions
+4 -3
......@@ -80,7 +80,7 @@ gem 'rack-attack', '~> 6.6'
gem 'rack-cors', '~> 1.1', require: 'rack/cors'
gem 'rails-i18n', '~> 6.0'
gem 'rails-settings-cached', '~> 0.6'
gem 'redis', '~> 4.5', require: ['redis', 'redis/connection/hiredis']
gem 'redis', '~> 4.8', require: ['redis', 'redis/connection/hiredis']
gem 'mario-redis-lock', '~> 1.2', require: 'redis_lock'
gem 'rqrcode', '~> 2.1'
gem 'ruby-progressbar', '~> 1.11'
......
......@@ -7,6 +7,7 @@ GIT
hkdf (~> 0.2)
jwt (~> 2.0)
GIT
remote: https://github.com/huacnlee/rucaptcha
revision: 3e8361a06521c45811d1487cceb41dc524ab9b69
ref: 3e8361a06521c45811d1487cceb41dc524ab9b69
......@@ -576,7 +577,7 @@ GEM
link_header (~> 0.0, >= 0.0.8)
rdf-normalize (0.5.0)
rdf (~> 3.2)
redis (4.5.1)
redis (4.8.0)
redis-namespace (1.9.0)
redis (>= 4)
regexp_parser (2.5.0)
......@@ -868,7 +869,7 @@ DEPENDENCIES
rails-i18n (~> 6.0)
rails-settings-cached (~> 0.6)
rdf-normalize (~> 0.5)
redis (~> 4.5)
redis (~> 4.8)
redis-namespace (~> 1.9)
rexml (~> 3.2)
rouge (~> 3.28)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment