From 6aa54baaeba165b6ae9d711845452a337e617a9b Mon Sep 17 00:00:00 2001 From: David Roetzel Date: Thu, 15 Feb 2024 11:53:18 +0100 Subject: [PATCH] Remove unused dependency. --- Gemfile | 2 -- Gemfile.lock | 5 ----- 2 files changed, 7 deletions(-) diff --git a/Gemfile b/Gemfile index 4a909ddf..fca180b9 100644 --- a/Gemfile +++ b/Gemfile @@ -20,8 +20,6 @@ gem 'stimulus-rails' gem 'bootstrap', '~> 5.3.0' gem 'bootstrap-icons-helper' -# Use Redis adapter to run Action Cable in production -gem 'redis', '~> 5.0' # Use Active Model has_secure_password gem 'bcrypt', '~> 3.1.20' diff --git a/Gemfile.lock b/Gemfile.lock index fa88dd63..0d2fe6ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -354,10 +354,6 @@ GEM rchardet (1.8.0) rdoc (6.6.2) psych (>= 4.0.0) - redis (5.0.8) - redis-client (>= 0.17.0) - redis-client (0.18.0) - connection_pool regexp_parser (2.9.0) reline (0.4.2) io-console (~> 0.5) @@ -500,7 +496,6 @@ DEPENDENCIES puppet puppetdb-ruby rails (~> 7.1.3) - redis (~> 5.0) rspec-openapi rubocop (~> 1.60.2) rubocop-capybara (~> 2.20.0)