Skip to content

Commit 8616d67

Browse files
Bump rackup from 1.0.0 to 2.2.1
Bumps [rackup](https://github.com/rack/rackup) from 1.0.0 to 2.2.1. - [Release notes](https://github.com/rack/rackup/releases) - [Changelog](https://github.com/rack/rackup/blob/main/releases.md) - [Commits](rack/rackup@v1.0.0...v2.2.1) --- updated-dependencies: - dependency-name: rackup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 104f4e6 commit 8616d67

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ gem "rack"
4747
# See https://github.com/puma/puma/pull/3532
4848
# `require: false` is needed because you can't actually `require "rackup"`
4949
# due to a different bug: https://github.com/rack/rackup/commit/d03e1789
50-
gem "rackup", "1.0.0", require: false
50+
gem "rackup", "2.2.1", require: false
5151
gem "rails-i18n"
5252
gem "rails_translation_manager"
5353
gem "rake"

Gemfile.lock

+12-11
Original file line numberDiff line numberDiff line change
@@ -718,11 +718,12 @@ GEM
718718
rspec (~> 3.0)
719719
string_pattern (~> 2.0)
720720
thor (>= 0.20, < 2.0)
721-
pact-mock_service (3.11.2)
721+
pact-mock_service (3.12.3)
722722
find_a_port (~> 1.0.1)
723723
json
724724
pact-support (~> 1.16, >= 1.16.4)
725-
rack (~> 2.0)
725+
rack (>= 3.0, < 4.0)
726+
rackup (~> 2.0)
726727
rspec (>= 2.14)
727728
thor (>= 0.19, < 2.0)
728729
webrick (~> 1.8)
@@ -773,19 +774,19 @@ GEM
773774
nio4r (~> 2.0)
774775
raabro (1.4.0)
775776
racc (1.8.1)
776-
rack (2.2.10)
777-
rack-protection (3.2.0)
777+
rack (3.1.8)
778+
rack-protection (4.1.1)
778779
base64 (>= 0.1.0)
779-
rack (~> 2.2, >= 2.2.4)
780+
logger (>= 1.6.0)
781+
rack (>= 3.0.0, < 4)
780782
rack-proxy (0.7.7)
781783
rack
782-
rack-session (1.0.2)
783-
rack (< 3)
784+
rack-session (2.0.0)
785+
rack (>= 3.0.0)
784786
rack-test (2.1.0)
785787
rack (>= 1.3)
786-
rackup (1.0.0)
787-
rack (< 3)
788-
webrick
788+
rackup (2.2.1)
789+
rack (>= 3)
789790
rails (7.1.5.1)
790791
actioncable (= 7.1.5.1)
791792
actionmailbox (= 7.1.5.1)
@@ -1094,7 +1095,7 @@ DEPENDENCIES
10941095
ptools
10951096
rack
10961097
rack-test
1097-
rackup (= 1.0.0)
1098+
rackup (= 2.2.1)
10981099
rails (= 7.1.5.1)
10991100
rails-controller-testing
11001101
rails-i18n

0 commit comments

Comments
 (0)