Skip to content

Commit 045b8de

Browse files
authored
Merge pull request #23725 from Fryguy/bump_rack
Bump rack to 2.2.22 for CVE-2026-22860
2 parents 0446227 + bc9b434 commit 045b8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ gem "pg-dsn_parser", "~>0.1.1", :require => false
6565
gem "prism", ">=0.25.0", :require => false # Used by DescendantLoader
6666
gem "psych", ">=3.1", :require => false # 3.1 safe_load changed positional to kwargs like aliases: true: https://github.com/ruby/psych/commit/4d4439d6d0adfcbd211ea295779315f1baa7dadd
6767
gem "query_relation", "~>0.2.0", :require => false
68-
gem "rack", ">=2.2.20", :require => false # https://github.com/advisories/GHSA-6xw4-3v39-52mm https://github.com/advisories/GHSA-6xw4-3v39-52mm https://github.com/advisories/GHSA-6xw4-3v39-52mm https://github.com/advisories/GHSA-6xw4-3v39-52mm https://github.com/advisories/GHSA-6xw4-3v39-52mm https://github.com/advisories/GHSA-6xw4-3v39-52mm
68+
gem "rack", ">=2.2.22", :require => false
6969
gem "rack-attack", "~>6.8.0", :require => false
7070
gem "rails", "~>8.0.4"
7171
gem "rails-i18n", "~>8.0.2"

0 commit comments

Comments
 (0)