Skip to content

Commit

Permalink
Bump puma from 6.4.2 to 6.4.3 in the bundler group (#1206)
Browse files Browse the repository at this point in the history
* Bump puma from 6.4.2 to 6.4.3 in the bundler group

Bumps the bundler group with 1 update: [puma](https://github.com/puma/puma).


Updates `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
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <[email protected]>

* Upgrade webrick from 1.8.1 to 1.8.2 to satisfy puma dependency

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Chan <[email protected]>
  • Loading branch information
dependabot[bot] and alexchan-va authored Oct 1, 2024
1 parent ddc32ca commit 0c09ece
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 @@ -29,7 +29,7 @@ gem 'newrelic_rpm'
gem 'nokogiri', '~> 1.16.5'
gem 'oj' # Amazon Linux `json` gem causes conflicts, but `multi_json` will prefer `oj` if installed
gem 'pg' # Use postgresql as the database for Active Record
gem 'puma', '~> 6.4.2'
gem 'puma', '~> 6.4.3'
gem 'rack', '>= 2.2.8.1'
gem 'rack-cors', require: 'rack/cors' # CORS
gem 'rails-html-sanitizer', '>= 1.4.4'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ GEM
psych (5.1.2)
stringio
public_suffix (5.0.4)
puma (6.4.2)
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.7)
Expand Down Expand Up @@ -518,7 +518,7 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webrick (1.8.1)
webrick (1.8.2)
websocket (1.2.10)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand Down Expand Up @@ -573,7 +573,7 @@ DEPENDENCIES
parallel_tests
pg
pry-nav
puma (~> 6.4.2)
puma (~> 6.4.3)
rack (>= 2.2.8.1)
rack-cors
rails (= 7.1.3.4)
Expand Down

0 comments on commit 0c09ece

Please sign in to comment.