Skip to content

Commit

Permalink
downgrade redis
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jan 13, 2025
1 parent e3c7612 commit e6e4fcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion integration/apps/rails-six/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ end
group :test, :development do
gem 'byebug', platform: :ruby
# mock_redis 0.47.0+ requires redis 5 or higher
gem 'mock_redis', '~> 0.46.0'
# mock_redis 0.42.0+ requires Ruby 3.0 or higher
# mock_redis 0.37.0+ requires Ruby 2.7 or higher
gem 'mock_redis', '~> 0.41.0'
gem 'parallel_tests'

gem 'listen'
Expand Down

0 comments on commit e6e4fcf

Please sign in to comment.