Bump puma from 5.6.9 to 6.6.0
Bumps [puma](https://github.com/puma/puma) from 5.6.9 to 6.6.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v5.6.9...v6.6.0) --- updated-dependencies: - dependency-name: puma dependency-version: 6.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -42,7 +42,7 @@ gem "omniauth-twitter", "~> 1.4.0"
|
|||||||
gem "paranoia", "~> 3.0.1"
|
gem "paranoia", "~> 3.0.1"
|
||||||
gem "pg", "~> 1.5.9"
|
gem "pg", "~> 1.5.9"
|
||||||
gem "pg_search", "~> 2.3.7"
|
gem "pg_search", "~> 2.3.7"
|
||||||
gem "puma", "~> 5.6.9"
|
gem "puma", "~> 6.6.0"
|
||||||
gem "recipient_interceptor", "~> 0.3.3"
|
gem "recipient_interceptor", "~> 0.3.3"
|
||||||
gem "redcarpet", "~> 3.6.1"
|
gem "redcarpet", "~> 3.6.1"
|
||||||
gem "responders", "~> 3.1.1"
|
gem "responders", "~> 3.1.1"
|
||||||
|
|||||||
@@ -485,7 +485,7 @@ GEM
|
|||||||
psych (5.1.2)
|
psych (5.1.2)
|
||||||
stringio
|
stringio
|
||||||
public_suffix (6.0.1)
|
public_suffix (6.0.1)
|
||||||
puma (5.6.9)
|
puma (6.6.0)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
racc (1.8.1)
|
racc (1.8.1)
|
||||||
rack (2.2.17)
|
rack (2.2.17)
|
||||||
@@ -807,7 +807,7 @@ DEPENDENCIES
|
|||||||
pronto-eslint (~> 0.11.1)
|
pronto-eslint (~> 0.11.1)
|
||||||
pronto-rubocop (~> 0.11.6)
|
pronto-rubocop (~> 0.11.6)
|
||||||
pronto-stylelint (~> 0.11.1)
|
pronto-stylelint (~> 0.11.1)
|
||||||
puma (~> 5.6.9)
|
puma (~> 6.6.0)
|
||||||
rails (= 7.1.5.1)
|
rails (= 7.1.5.1)
|
||||||
recipient_interceptor (~> 0.3.3)
|
recipient_interceptor (~> 0.3.3)
|
||||||
redcarpet (~> 3.6.1)
|
redcarpet (~> 3.6.1)
|
||||||
|
|||||||
Reference in New Issue
Block a user