Skip to content

Commit

Permalink
doc(gems): pin rexml because it causes a security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MacOS committed May 27, 2024
1 parent 1cba5aa commit 350266c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ source 'https://rubygems.org'
#
gem "jekyll", "~> 4.3.2" # installed by `gem jekyll`
gem "just-the-docs", "0.7.0" # pinned to the current release
gem "rexml", "3.2.8" # pinned to that version to fix security alert

#
# Gems that are only loaded if they are configured correctly.
Expand Down
10 changes: 7 additions & 3 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,20 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
rouge (4.1.3)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sass-embedded (1.69.5-arm64-darwin)
sass-embedded (1.69.5)
google-protobuf (~> 3.23)
sass-embedded (1.69.5-x86_64-linux-gnu)
rake (>= 13.0.0)
sass-embedded (1.69.5-arm64-darwin)
google-protobuf (~> 3.23)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2)
Expand All @@ -102,6 +105,7 @@ DEPENDENCIES
jekyll-include-cache
jekyll-seo-tag
just-the-docs (= 0.7.0)
rexml (= 3.2.8)

BUNDLED WITH
2.5.6

0 comments on commit 350266c

Please sign in to comment.