summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-11-28 08:50:48 -0800
committerJohn McCrae <john.mccrae@progress.com>2022-11-28 08:50:48 -0800
commit82b3a502f2f1e6bf7403da05fa63a636617b1e23 (patch)
tree699fe779c444e244d4e4441cbcaf1901f2374fdc
parent17bc8c37c9d81d47767bbf12b4a92f567e502aba (diff)
downloadchef-82b3a502f2f1e6bf7403da05fa63a636617b1e23.tar.gz
Correcting for Ruby-Shadow
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--Gemfile.lock16
1 files changed, 9 insertions, 7 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index b93f483c4c..258f408b8d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,12 +27,6 @@ GIT
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
- rest-client (2.1.0-x64-mingw-ucrt)
- ffi (~> 1.15)
- http-accept (>= 1.7.0, < 2.0)
- http-cookie (>= 1.0.2, < 2.0)
- mime-types (>= 1.16, < 4.0)
- netrc (~> 0.8)
GIT
remote: https://github.com/chef/ruby-proxifier
@@ -41,6 +35,13 @@ GIT
specs:
proxifier (1.0.3)
+GIT
+ remote: https://github.com/chef/ruby-shadow
+ revision: 3b8ea40b0e943b5de721d956741308ce805a5c3c
+ branch: lcg/ruby-3.0
+ specs:
+ ruby-shadow (2.5.0)
+
PATH
remote: .
specs:
@@ -436,7 +437,8 @@ DEPENDENCIES
rb-readline
rest-client!
rspec
+ ruby-shadow!
webmock
BUNDLED WITH
- 2.3.17
+ 2.3.18