Skip to content

Commit

Permalink
build(deps): bump puma from 6.4.3 to 6.5.0 (#601)
Browse files Browse the repository at this point in the history
Bumps the all-gems group with 1 update: [puma](https://github.com/puma/puma).


Updates `puma` from 6.4.3 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@v6.4.3...v6.5.0)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gems
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent b03cb50 commit c3a6c88
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 @@ -12,7 +12,7 @@ gem "omniauth", "~> 2.1"
gem "omniauth-google-oauth2", '~> 1.2'
gem "omniauth-rails_csrf_protection", '~> 1.0'
gem 'pg', '~> 1.5'
gem 'puma', '~> 6.4'
gem 'puma', '~> 6.5'
gem 'rollbar', '~> 3.6'
gem 'sassc-rails', '~> 2.1.2'
gem 'stimulus-rails', '~> 1.3'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ GEM
psych (5.2.0)
stringio
public_suffix (5.0.4)
puma (6.4.3)
puma (6.5.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.8)
Expand Down Expand Up @@ -397,7 +397,7 @@ DEPENDENCIES
omniauth-google-oauth2 (~> 1.2)
omniauth-rails_csrf_protection (~> 1.0)
pg (~> 1.5)
puma (~> 6.4)
puma (~> 6.5)
rails (~> 8.0.0)
rollbar (~> 3.6)
rspec-rails (~> 7.1)
Expand Down

0 comments on commit c3a6c88

Please sign in to comment.