Skip to content

Commit

Permalink
Merge pull request #58 from JuzerShakir/dependabot/bundler/redis-5.3.0
Browse files Browse the repository at this point in the history
Bump redis from 5.0.8 to 5.3.0
  • Loading branch information
JuzerShakir authored Dec 11, 2024
2 parents d6cddf0 + 4c77ebe commit aed4635
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem "propshaft"
gem "puma", "~> 6.5.0"
gem "rails-i18n", "~> 7.0.8"
gem "ransack", "~> 4.2.1"
gem "redis", "~> 5.0.8"
gem "redis", "~> 5.3.0"
gem "rolify", "~> 6.0.1"
gem "simple_form", "~> 5.3.0"
gem "stimulus-rails"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ GEM
i18n
rdoc (6.8.1)
psych (>= 4.0.0)
redis (5.0.8)
redis-client (>= 0.17.0)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.23.0)
connection_pool
regexp_parser (2.9.3)
Expand Down Expand Up @@ -421,7 +421,7 @@ DEPENDENCIES
rails-controller-testing (~> 1.0.5)
rails-i18n (~> 7.0.8)
ransack (~> 4.2.1)
redis (~> 5.0.8)
redis (~> 5.3.0)
rolify (~> 6.0.1)
rspec-rails (~> 7.1.0)
rubocop-capybara (~> 2.21)
Expand Down

0 comments on commit aed4635

Please sign in to comment.