Skip to content

Commit

Permalink
specify redis-namespace version for exists
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuman committed Jan 10, 2021
1 parent c8c5bee commit 48c3828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake"
gem "redis-namespace"
gem "redis-namespace", ">= 1.8.0"
gem "rails", ">= 6.0.2"
gem "sqlite3", platforms: :ruby
gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -185,7 +185,7 @@ DEPENDENCIES
minitest
rails (>= 6.0.2)
rake
redis-namespace
redis-namespace (>= 1.8.0)
sidekiq!
simplecov
sqlite3
Expand Down

0 comments on commit 48c3828

Please sign in to comment.