Skip to content

Commit

Permalink
Bump puma from 4.3.5 to 6.5.0
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 4.3.5 to 6.5.0.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v4.3.5...v6.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent bc8e5e4 commit 2a14adb
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 @@ -6,7 +6,7 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# gem "rails"

gem "puma", "~> 4.3"
gem "puma", "~> 6.5"

gem "sinatra", "~> 4.1"

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ GEM
logger (1.6.1)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.2)
puma (4.3.5)
nio4r (2.7.4)
puma (6.5.0)
nio4r (~> 2.0)
rack (3.1.8)
rack-protection (4.1.0)
Expand All @@ -31,7 +31,7 @@ PLATFORMS

DEPENDENCIES
cowsay (~> 0.3.0)
puma (~> 4.3)
puma (~> 6.5)
sinatra (~> 4.1)

BUNDLED WITH
Expand Down

0 comments on commit 2a14adb

Please sign in to comment.