Skip to content

Commit

Permalink
chore(deps-dev): bump puma from 5.6.4 to 5.6.9
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 5.6.4 to 5.6.9.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.6.4...v5.6.9)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent 155e89b commit 27baac4
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 @@ -11,7 +11,7 @@ group :development, :test do
gem "faker"
gem "fakeweb"
gem "pry-rails"
gem "puma", "~> 5.0"
gem "puma", "~> 5.6"
gem "rails", "~> 6.1.4"
gem "rspec-rails"
gem "solargraph", require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ GEM
minitest (5.17.0)
msgpack (1.5.3)
nenv (0.3.0)
nio4r (2.5.8)
nio4r (2.7.3)
nokogiri (1.13.9)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand All @@ -173,7 +173,7 @@ GEM
method_source (~> 1.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
puma (5.6.4)
puma (5.6.9)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.6.3)
Expand Down Expand Up @@ -335,7 +335,7 @@ DEPENDENCIES
guard-rspec
listen (~> 3.3)
pry-rails
puma (~> 5.0)
puma (~> 5.6)
rails (~> 6.1.4)
rails-erd
rspec-rails
Expand Down

0 comments on commit 27baac4

Please sign in to comment.