Skip to content

Commit

Permalink
Merge pull request #207 from ifad/dependabot/bundler/redis-namespace-…
Browse files Browse the repository at this point in the history
…1.11.0

Bump redis-namespace from 1.10.0 to 1.11.0
  • Loading branch information
tagliala committed Jul 5, 2023
2 parents fe22631 + 11fcc30 commit 8be3072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'json', '~> 2.6'
gem 'mail', '~> 2.8'
gem 'mime-types', '~> 3.4'
gem 'nokogiri', '~> 1.13'
gem 'redis-namespace', '~> 1.10'
gem 'redis-namespace', '~> 1.11'
gem 'rest-client', '~> 2.1'
gem 'ruby-filemagic', '~> 0.7.3'
gem 'sidekiq', '~> 6.5'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ GEM
raindrops (0.20.0)
rake (13.0.6)
redis (4.8.1)
redis-namespace (1.10.0)
redis-namespace (1.11.0)
redis (>= 4)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
Expand Down Expand Up @@ -133,7 +133,7 @@ DEPENDENCIES
nokogiri (~> 1.13)
rack-test (~> 2.1)
rake (~> 13.0)
redis-namespace (~> 1.10)
redis-namespace (~> 1.11)
rest-client (~> 2.1)
rspec (~> 3.12)
ruby-filemagic (~> 0.7.3)
Expand Down

0 comments on commit 8be3072

Please sign in to comment.