Skip to content

Commit 76a61fb

Browse files
authored
remove redis-rails (#1133)
1 parent 4fe3117 commit 76a61fb

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ gem 'pundit', '~> 2.5.2'
2929
gem 'rack-attack', '~> 6.8.0'
3030
gem 'rails', '~> 7.2.3'
3131
gem 'rails-i18n', '~> 7.0.10'
32-
gem 'redis-rails', '~> 5.0.2'
3332
gem 'rest-client', '~> 2.1.0'
3433
gem 'sentry-rails', '~> 6.1', '>= 6.1.1'
3534
gem 'sentry-ruby', '~> 6.1', '>= 6.1.1'

Gemfile.lock

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -417,26 +417,8 @@ GEM
417417
erb
418418
psych (>= 4.0.0)
419419
tsort
420-
redis (5.4.1)
421-
redis-client (>= 0.22.0)
422-
redis-actionpack (5.5.0)
423-
actionpack (>= 5)
424-
redis-rack (>= 2.1.0, < 4)
425-
redis-store (>= 1.1.0, < 2)
426-
redis-activesupport (5.3.0)
427-
activesupport (>= 3, < 8)
428-
redis-store (>= 1.3, < 2)
429420
redis-client (0.26.1)
430421
connection_pool
431-
redis-rack (3.0.0)
432-
rack-session (>= 0.2.0)
433-
redis-store (>= 1.2, < 2)
434-
redis-rails (5.0.2)
435-
redis-actionpack (>= 5.0, < 6)
436-
redis-activesupport (>= 5.0, < 6)
437-
redis-store (>= 1.2, < 2)
438-
redis-store (1.11.0)
439-
redis (>= 4, < 6)
440422
regexp_parser (2.11.3)
441423
reline (0.6.3)
442424
io-console (~> 0.5)
@@ -656,7 +638,6 @@ DEPENDENCIES
656638
rails-controller-testing (~> 1.0.5)
657639
rails-i18n (~> 7.0.10)
658640
rb-readline (~> 0.5.5)
659-
redis-rails (~> 5.0.2)
660641
rest-client (~> 2.1.0)
661642
rspec-rails (~> 8.0.2)
662643
rubocop (~> 1.81.7)

0 commit comments

Comments
 (0)