Skip to content

Commit

Permalink
Bump puma from 4.3.5 to 6.3.1 in /services/common-api
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 4.3.5 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@v4.3.5...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 Aug 19, 2023
1 parent 8e2462c commit d9c01a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/common-api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ruby '2.5.1'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.6'
# Use Puma as the app server
gem 'puma', '~> 4.3'
gem 'puma', '~> 6.3'
gem 'postgres-copy'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.5'
Expand Down
6 changes: 3 additions & 3 deletions services/common-api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ GEM
minitest (5.14.4)
msgpack (1.2.9)
mustache (1.1.0)
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.12.4)
mini_portile2 (~> 2.6.1)
racc (~> 1.4)
Expand All @@ -100,7 +100,7 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
puma (4.3.5)
puma (6.3.1)
nio4r (~> 2.0)
pundit (2.0.0.beta1)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -211,7 +211,7 @@ DEPENDENCIES
loofah (>= 2.2.3)
postgres-copy
pry
puma (~> 4.3)
puma (~> 6.3)
pundit (= 2.0.0.beta1)
rack (>= 2.0.6)
rack-cors
Expand Down

0 comments on commit d9c01a4

Please sign in to comment.