Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent 1154958 commit 147bbdf
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 @@ -25,7 +25,7 @@ gem "nanoid"
gem "notifications-ruby-client"
gem "parser"
gem "pry-rails"
gem "puma", "~> 6.2"
gem "puma", "~> 6.3"
gem "pundit"
gem "rollbar"
gem "rails", "~> 6.1.7"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand All @@ -307,7 +307,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (5.0.1)
puma (6.2.0)
puma (6.3.1)
nio4r (~> 2.0)
pundit (2.3.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -562,7 +562,7 @@ DEPENDENCIES
pg
pry-byebug
pry-rails
puma (~> 6.2)
puma (~> 6.3)
pundit
pundit-matchers (~> 1.8.4)
rails (~> 6.1.7)
Expand Down

0 comments on commit 147bbdf

Please sign in to comment.