Skip to content

Commit

Permalink
Bump puma from 5.6.6 to 5.6.7
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 5.6.6 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.6...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 20, 2023
1 parent ab9350d commit 085a87c
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 @@ -28,7 +28,7 @@ gem 'omniauth-rails_csrf_protection'
gem 'pg'
gem 'pickadate-rails'
gem 'premailer-rails'
gem 'puma', '~> 5.0'
gem 'puma', '~> 5.6'
gem 'pundit'
gem 'rails4-autocomplete'
gem 'rolify'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ GEM
i18n (>= 0.5.0)
railties (>= 5.0.0)
public_suffix (5.0.3)
puma (5.6.6)
puma (5.6.7)
nio4r (~> 2.0)
pundit (2.3.1)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -506,7 +506,7 @@ DEPENDENCIES
pry-byebug
pry-remote
public_activity
puma (~> 5.0)
puma (~> 5.6)
pundit
rack-mini-profiler (~> 2.0)
rails (= 6.1.7.4)
Expand Down

0 comments on commit 085a87c

Please sign in to comment.