diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2022-03-23 20:58:03 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2022-03-23 20:58:03 -0700 |
commit | ae7d0cc07b2cc746bac36b822d0e1a212f54c1a7 (patch) | |
tree | 3a304e9f1c2b3b381b062694ac7ae810a12431ac | |
parent | 0dbc6d7564e816d257d0c6c2aee8f92bfc1585d8 (diff) | |
download | chef-ae7d0cc07b2cc746bac36b822d0e1a212f54c1a7.tar.gz |
fix proxifier in knife tests
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r-- | knife/Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/knife/Gemfile b/knife/Gemfile index a2321726c7..ed6bf36acb 100644 --- a/knife/Gemfile +++ b/knife/Gemfile @@ -2,6 +2,9 @@ source "https://rubygems.org" gem "knife", path: "." +# proxifier gem is busted on ruby 3.1 and seems abandoned so use git fork of gem +gem "proxifier", git: "https://github.com/chef/ruby-proxifier", branch: "lcg/ruby-3" + group(:development, :test) do gem "cheffish", ">= 14" # testing only , but why didn't this need to explicit in chef? gem "webmock" # testing only |