Skip to content

Commit

Permalink
fixing the gemfile.lock issues
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Oct 23, 2024
1 parent 054334f commit 32eb7b5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
3 changes: 1 addition & 2 deletions components/gems/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ group(:omnibus_package, :development, :test) do
# and later, hence pinning the version for openssl.
gem "openssl", ">= 3.2.0"

# since we are using ruby 3.1.x, rdoc needs to be on 6.4.1.1 so we use this
gem "rdoc", "~> 6.4.1"
gem "rdoc", "~> 6.4.1" # 6.4.1.1 required for CVE-2024-27281, allow patch upgrades
end

group(:dep_selector) do
Expand Down
24 changes: 24 additions & 0 deletions components/gems/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,7 @@ GEM
json (~> 2.3)
nokogiri (~> 1.12, >= 1.12.5)
optimist (~> 3.0)
rdp-ruby-wmi (0.3.1)
rdoc (6.4.1.1)
psych (>= 4.0.0)
recursive-open-struct (1.1.3)
Expand Down Expand Up @@ -1242,7 +1243,10 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unf_ext (0.0.8.2-x64-mingw-ucrt)
unicode-display_width (2.5.0)
unicode_utils (1.4.0)
uuidtools (2.2.0)
Expand Down Expand Up @@ -1282,9 +1286,12 @@ GEM
vsphere-automation-runtime (~> 0.4.6)
webrick (1.8.1)
win32-api (1.10.1)
win32-api (1.10.1-universal-mingw32)
win32-certstore (0.6.15)
chef-powershell (>= 1.0.12)
ffi
win32-dir (0.7.2)
ffi (>= 1.0.0)
win32-event (0.6.3)
win32-ipc (>= 0.6.0)
win32-eventlog (0.6.3)
Expand All @@ -1297,12 +1304,20 @@ GEM
win32-ipc (>= 0.6.0)
win32-process (0.10.0)
ffi (>= 1.0.0)
win32-security (0.5.0)
ffi
ffi-win32-extensions
win32-service (2.3.2)
ffi
ffi-win32-extensions
win32-taskscheduler (2.0.4)
ffi
structured_warnings
windows-api (0.4.5)
win32-api (>= 1.4.5)
windows-pr (1.2.6)
win32-api (>= 1.4.5)
windows-api (>= 0.4.0)
winrm (2.3.9)
builder (>= 2.1.2)
erubi (~> 1.8)
Expand Down Expand Up @@ -1394,10 +1409,19 @@ DEPENDENCIES
pry-stack_explorer (>= 0.5.1)
rake (= 13.0.1)
rb-readline
rdp-ruby-wmi
rdoc (~> 6.4.1)
ruby-shadow!
test-kitchen (>= 3.0)
unf_ext (~> 0.0.8.2)
win32-api
win32-dir
win32-event
win32-mutex
win32-process (>= 0.9.0)
win32-security
win32-service (>= 2.1.5)
windows-pr
winrm-elevated
winrm-fs

Expand Down

0 comments on commit 32eb7b5

Please sign in to comment.