Skip to content

Commit

Permalink
chore(deps): bump puma from 5.6.5 to 5.6.7 in /docker/mock-server
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 5.6.5 to 5.6.7.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.6.5...v5.6.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2023
1 parent 5280d36 commit 60e2476
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/mock-server/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "rails", "~> 7.0.4"
gem "sqlite3", "~> 1.4"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", "~> 5.0"
gem "puma", "~> 5.6"

# Build JSON APIs with ease [https://github.com/rails/jbuilder]
# gem "jbuilder"
Expand Down
6 changes: 3 additions & 3 deletions docker/mock-server/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.14.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.0-x86_64-linux)
racc (~> 1.4)
puma (5.6.5)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
Expand Down Expand Up @@ -163,7 +163,7 @@ PLATFORMS
DEPENDENCIES
bootsnap
debug
puma (~> 5.0)
puma (~> 5.6)
rails (~> 7.0.4)
sqlite3 (~> 1.4)
tzinfo-data
Expand Down

0 comments on commit 60e2476

Please sign in to comment.