Skip to content

Commit

Permalink
Remove mock_redis
Browse files Browse the repository at this point in the history
  • Loading branch information
avelicka committed Nov 12, 2024
1 parent 6e37bb9 commit 6458be8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ gemspec

group :test do
gem 'testcontainers-redis'
gem 'mock_redis'
gem 'rubocop'
gem 'rspec'
end
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ GEM
excon (1.2.0)
json (2.7.6)
language_server-protocol (3.17.0.3)
mock_redis (0.30.0)
ruby2_keywords
multi_json (1.15.0)
parallel (1.26.3)
parser (3.3.6.0)
Expand Down Expand Up @@ -55,7 +53,6 @@ GEM
rubocop-ast (1.34.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
testcontainers-core (0.2.0)
docker-api (~> 2.2)
testcontainers-redis (0.2.0)
Expand All @@ -68,7 +65,6 @@ PLATFORMS
DEPENDENCIES
bundler
chained_job!
mock_redis
rake (~> 12.0)
rspec
rubocop
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require 'chained_job'
require 'mock_redis'
require 'testcontainers/redis'
require 'redis-client'

Expand Down

0 comments on commit 6458be8

Please sign in to comment.