Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit 0affd32

Browse files
Build(deps): bump rack in /frameworks/Ruby/rack-sequel
Bumps [rack](https://github.com/rack/rack) from 3.2.0 to 3.2.5. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@v3.2.0...v3.2.5) --- updated-dependencies: - dependency-name: rack dependency-version: 3.2.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b2a2ee commit 0affd32

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

frameworks/Ruby/rack-sequel/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
gem 'json'
44
gem 'sequel', '~> 5.0'
5-
gem 'rack', '~> 3.1'
5+
gem 'rack', '~> 3.2'
66
gem "concurrent-ruby"
77

88
group :mysql, optional: true do

frameworks/Ruby/rack-sequel/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GEM
1111
pg (1.6.3-x86_64-linux)
1212
puma (7.1.0)
1313
nio4r (~> 2.0)
14-
rack (3.2.0)
14+
rack (3.2.5)
1515
sequel (5.100.0)
1616
bigdecimal
1717
sequel_pg (1.18.2)
@@ -31,7 +31,7 @@ DEPENDENCIES
3131
json
3232
pg (~> 1.5)
3333
puma (~> 7.0)
34-
rack (~> 3.1)
34+
rack (~> 3.2)
3535
sequel (~> 5.0)
3636
sequel_pg (~> 1.17)
3737
trilogy (~> 2.10)

0 commit comments

Comments
 (0)