summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2022-03-21 19:43:03 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2022-03-21 19:43:03 -0700
commitf95a28f028e8f7daa35d2418128addda8febd13d (patch)
tree781b32f8dc444aca2b5a95c243ef29279752c036 /Gemfile
parent2e8ca3f1434404f4d8ce62cdb15fea2496ee0ac1 (diff)
downloadchef-f95a28f028e8f7daa35d2418128addda8febd13d.tar.gz
Windows back to ruby 3.0, proxifier fork
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index affd8adcc0..5827d92e69 100644
--- a/Gemfile
+++ b/Gemfile
@@ -33,6 +33,9 @@ group(:omnibus_package, :pry) do
gem "pry-stack_explorer"
end
+# 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"
+
# Everything except AIX and Windows
group(:ruby_shadow) do
# if ruby-shadow does a release that supports ruby-3.0 this can be removed