Skip to content

Commit

Permalink
chore(deps): bump puma from 6.4.2 to 6.4.3
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 6.4.2 to 6.4.3.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.4.2...v6.4.3)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent 90c85b7 commit 6605a6b
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 @@ -4,7 +4,7 @@ source 'https://rubygems.org'

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem 'puma', '~> 6.4.2'
gem 'puma', '~> 6.4.3'
gem 'rails', '~> 7.2.1'
gem 'rails-i18n', '~> 7.0.5'
gem 'rack-cors', '~> 2.0.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ GEM
psych (5.1.2)
stringio
public_suffix (6.0.1)
puma (6.4.2)
puma (6.4.3)
nio4r (~> 2.0)
pundit (2.4.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -680,7 +680,7 @@ DEPENDENCIES
propshaft (= 1.0.0)
pry-rails
pry-rescue
puma (~> 6.4.2)
puma (~> 6.4.3)
pundit (~> 2.4.0)
rack (~> 3.0.11)
rack-cors (~> 2.0.2)
Expand Down

0 comments on commit 6605a6b

Please sign in to comment.