Skip to content

Commit

Permalink
CVE-2022-30123: Upgrade rack (#8802)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcircleci authored Jun 12, 2024
1 parent 1c98382 commit 72a3cc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem "liquid-c"
gem 'nokogiri', '~> 1.14'
gem 'htmlcompressor'
gem 'htmlentities', '~> 4.3', '>= 4.3.4'
gem 'rack', '~> 2.2.3.1'

group :jekyll_plugins do
gem 'jekyll-sitemap'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ GEM
pygments.rb (1.1.2)
multi_json (>= 1.0.0)
racc (1.7.1)
rack (2.2.3.1)
rainbow (3.0.0)
rake (13.0.3)
rb-fsevent (0.11.0)
Expand Down Expand Up @@ -184,6 +185,7 @@ DEPENDENCIES
pronto
pronto-markdownlint
pygments.rb (~> 1.1.2)
rack (~> 2.2.3.1)
rake

RUBY VERSION
Expand Down

0 comments on commit 72a3cc3

Please sign in to comment.