Bumps [rack](https://github.com/rack/rack) from 3.1.11 to 3.1.16. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v3.1.11...v3.1.16) --- updated-dependencies: - dependency-name: rack dependency-version: 3.1.16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
gem 'json', '~> 2.8'
gem 'sequel', '~> 5.0'
-gem 'rack', '~> 3.0'
+gem 'rack', '~> 3.1'
group :mysql, optional: true do
gem 'mysql2', '~> 0.4', platforms: [:ruby, :mswin]
@@ -8,7 +8,7 @@ GEM
pg (1.5.9)
puma (6.6.0)
nio4r (~> 2.0)
- rack (3.1.11)
+ rack (3.1.16)
sequel (5.90.0)
bigdecimal
sequel_pg (1.17.1)
@@ -25,7 +25,7 @@ DEPENDENCIES
mysql2 (~> 0.4)
pg (~> 1.5)
puma (~> 6.5)
- rack (~> 3.0)
+ rack (~> 3.1)
sequel (~> 5.0)
sequel_pg (~> 1.6)