Bumps [puma](https://github.com/puma/puma) from 5.5.2 to 5.6.2. - [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.5.2...v5.6.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@@ -6,7 +6,7 @@ gem 'listen', '~> 3.3', group: :development
gem 'mysql2', '0.5.3', group: :mysql
gem 'oj', '~> 3.13'
gem 'pg', '1.2.3', group: :postgresql
-gem 'puma', '~> 5.5'
+gem 'puma', '~> 5.6'
gem 'rails', '~> 7.0.1'
gem 'redis', '~> 4.0'
gem 'tzinfo-data', '1.2021.5'
@@ -88,6 +88,7 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
+ mini_portile2 (2.7.1)
minitest (5.15.0)
mysql2 (0.5.3)
net-imap (0.2.3)
@@ -106,11 +107,16 @@ GEM
net-protocol
timeout
nio4r (2.5.8)
+ nokogiri (1.13.1)
+ mini_portile2 (~> 2.7.0)
+ racc (~> 1.4)
nokogiri (1.13.1-arm64-darwin)
racc (~> 1.4)
+ nokogiri (1.13.1-x86_64-linux)
oj (3.13.11)
pg (1.2.3)
- puma (5.5.2)
+ puma (5.6.2)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
@@ -169,7 +175,7 @@ DEPENDENCIES
mysql2 (= 0.5.3)
oj (~> 3.13)
pg (= 1.2.3)
- puma (~> 5.5)
+ puma (~> 5.6)
rails (~> 7.0.1)
redis (~> 4.0)
tzinfo-data (= 1.2021.5)