Browse Source

Bump rack from 3.1.11 to 3.1.16 in /frameworks/Ruby/rack-sequel

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]>
dependabot[bot] 2 months ago
parent
commit
15e5ef2388
2 changed files with 3 additions and 3 deletions
  1. 1 1
      frameworks/Ruby/rack-sequel/Gemfile
  2. 2 2
      frameworks/Ruby/rack-sequel/Gemfile.lock

+ 1 - 1
frameworks/Ruby/rack-sequel/Gemfile

@@ -2,7 +2,7 @@ source 'https://rubygems.org'
 
 
 gem 'json', '~> 2.8'
 gem 'json', '~> 2.8'
 gem 'sequel', '~> 5.0'
 gem 'sequel', '~> 5.0'
-gem 'rack', '~> 3.0'
+gem 'rack', '~> 3.1'
 
 
 group :mysql, optional: true do
 group :mysql, optional: true do
   gem 'mysql2', '~> 0.4', platforms: [:ruby, :mswin]
   gem 'mysql2', '~> 0.4', platforms: [:ruby, :mswin]

+ 2 - 2
frameworks/Ruby/rack-sequel/Gemfile.lock

@@ -8,7 +8,7 @@ GEM
     pg (1.5.9)
     pg (1.5.9)
     puma (6.6.0)
     puma (6.6.0)
       nio4r (~> 2.0)
       nio4r (~> 2.0)
-    rack (3.1.11)
+    rack (3.1.16)
     sequel (5.90.0)
     sequel (5.90.0)
       bigdecimal
       bigdecimal
     sequel_pg (1.17.1)
     sequel_pg (1.17.1)
@@ -25,7 +25,7 @@ DEPENDENCIES
   mysql2 (~> 0.4)
   mysql2 (~> 0.4)
   pg (~> 1.5)
   pg (~> 1.5)
   puma (~> 6.5)
   puma (~> 6.5)
-  rack (~> 3.0)
+  rack (~> 3.1)
   sequel (~> 5.0)
   sequel (~> 5.0)
   sequel_pg (~> 1.6)
   sequel_pg (~> 1.6)