summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-12-02 12:32:00 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2021-12-02 12:32:00 -0800
commitf6c82178b763de07f47c64bc8ffe063c3efaca8d (patch)
tree9e0ecf6f1a228b54abf7aaf30bd3ecbabd3d6e01
parente41d11a37dc4370a8608d0b93244d8e5ddc45245 (diff)
downloadchef-f6c82178b763de07f47c64bc8ffe063c3efaca8d.tar.gz
ruby-shadow supports 3.0 now
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 4923e3e4a6..7638a4d7d0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -35,8 +35,7 @@ end
# Everything except AIX and Windows
group(:ruby_shadow) do
- # if ruby-shadow does a release that supports ruby-3.0 this can be removed
- gem "ruby-shadow", git: "https://github.com/chef/ruby-shadow", branch: "lcg/ruby-3.0", platforms: :ruby
+ gem "ruby-shadow", platforms: :ruby
end
# deps that cannot be put in the knife gem because they require a compiler and fail on windows nodes