diff --git a/Gemfile b/Gemfile index 782804b..e98841f 100644 --- a/Gemfile +++ b/Gemfile @@ -76,4 +76,4 @@ gem "bcrypt", "3.1.21" gem "sidekiq-cron", "~> 2.4" -gem "redis", "~> 5.4" +gem "redis", "~> 6.0" diff --git a/Gemfile.lock b/Gemfile.lock index d88c1f6..7ac14fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -402,9 +402,9 @@ GEM erb psych (>= 4.0.0) tsort - redis (5.4.1) - redis-client (>= 0.22.0) - redis-client (0.29.0) + redis (6.0.0) + redis-client (= 0.30.1) + redis-client (0.30.1) connection_pool regexp_parser (2.12.0) reline (0.6.3) @@ -597,7 +597,7 @@ DEPENDENCIES rack-cors (~> 3.0) rails (~> 7.2.3) rails-controller-testing (~> 1.0) - redis (~> 5.4) + redis (~> 6.0) rest-client (~> 2.1) rqrcode (~> 3.2) rspec-rails (~> 8.0)