Skip to content

Commit

Permalink
chore(deps): update dependency puma to v6.4.3 [security] (#1417)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 016cc23 commit fa59ea4
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 @@ -74,7 +74,7 @@ gem "sdoc", "~> 2.6.0", group: :doc

# if you update puma check Dockerfile for Version dependencies!
# gem 'puma', '= 4.3.9', require: false
gem "puma", "6.4.2"
gem "puma", "6.4.3"
###################### PLUGINS #####################

# backlist plugins (global)
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ GEM
net-ssh (7.2.0)
netaddr (2.0.4)
netrc (0.11.0)
nio4r (2.7.1)
nio4r (2.7.3)
nokogiri (1.15.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.6-x86_64-darwin)
Expand All @@ -456,7 +456,7 @@ GEM
pry (>= 0.10.4)
psych (5.1.2)
stringio
puma (6.4.2)
puma (6.4.3)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.9)
Expand Down Expand Up @@ -662,7 +662,7 @@ DEPENDENCIES
prettier
prometheus-client
pry-rails
puma (= 6.4.2)
puma (= 6.4.3)
rails (= 7.0.8.1)
rails-controller-testing
rails_stdout_logging
Expand Down

0 comments on commit fa59ea4

Please sign in to comment.