Skip to content

Commit bf14389

Browse files
Bump rack in the ruby-deps group across 1 directory
Bumps the ruby-deps group with 1 update in the / directory: [rack](https://github.com/rack/rack). Updates `rack` from 2.2.18 to 2.2.19 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](rack/rack@v2.2.18...v2.2.19) --- updated-dependencies: - dependency-name: rack dependency-version: 2.2.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8027683 commit bf14389

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ group :default do
44
if rack_version = ENV['RACK_VERSION']
55
gem 'rack', rack_version
66
else
7-
gem 'rack', '~> 2.2.18'
7+
gem 'rack', '~> 2.2.19'
88
end
99
end
1010

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GEM
66
rake
77
thor (>= 0.14.0)
88
diff-lcs (1.6.2)
9-
rack (2.2.18)
9+
rack (2.2.19)
1010
rake (13.3.0)
1111
rspec (3.13.1)
1212
rspec-core (~> 3.13.0)
@@ -33,6 +33,6 @@ PLATFORMS
3333

3434
DEPENDENCIES
3535
appraisal
36-
rack (~> 2.2.18)
36+
rack (~> 2.2.19)
3737
rake (~> 13.3)
3838
rspec

0 commit comments

Comments
 (0)