Skip to content

Commit

Permalink
Bump puma from 5.5.2 to 6.3.1 in /services/catarse
Browse files Browse the repository at this point in the history
Bumps [puma](https://github.com/puma/puma) from 5.5.2 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@v5.5.2...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 2637c98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/catarse/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gem 'parallel', '1.21.0'
gem 'pg', '1.2.3'
gem 'pg_search', '2.3.5'
gem 'postgres-copy', '1.5.0'
gem 'puma', '5.5.2'
gem 'puma', '6.3.1'
gem 'pundit', '2.1.1'
gem 'rack-cors', '1.1.1'
gem 'rails', '6.1.4.4'
Expand Down
6 changes: 3 additions & 3 deletions services/catarse/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ GEM
multipart-post (2.1.1)
net_http_timeout_errors (0.3.5)
netrc (0.11.0)
nio4r (2.5.8)
nio4r (2.5.9)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand Down Expand Up @@ -416,7 +416,7 @@ GEM
pg (>= 0.17)
responders
public_suffix (4.0.6)
puma (5.5.2)
puma (6.3.1)
nio4r (~> 2.0)
pundit (2.1.1)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -714,7 +714,7 @@ DEPENDENCIES
pg (= 1.2.3)
pg_search (= 2.3.5)
postgres-copy (= 1.5.0)
puma (= 5.5.2)
puma (= 6.3.1)
pundit (= 2.1.1)
rack-cors (= 1.1.1)
rack-mini-profiler (= 2.3.3)
Expand Down

0 comments on commit 2637c98

Please sign in to comment.