Skip to content

Commit

Permalink
Merge pull request #300 from betadots/remove_redis_gem
Browse files Browse the repository at this point in the history
Remove unused dependency `redis`
  • Loading branch information
bastelfreak authored Feb 15, 2024
2 parents 8e45159 + 6aa54ba commit 709f419
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
5 changes: 0 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 709f419

Please sign in to comment.