summaryrefslogtreecommitdiff
path: root/post-bundle-install.rb
diff options
context:
space:
mode:
Diffstat (limited to 'post-bundle-install.rb')
-rw-r--r--post-bundle-install.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-bundle-install.rb b/post-bundle-install.rb
index 86a530bffd..f3b953e7e3 100644
--- a/post-bundle-install.rb
+++ b/post-bundle-install.rb
@@ -18,7 +18,7 @@ Dir["#{gem_home}/bundler/gems/*"].each do |gempath|
next unless gem_name
# FIXME: should omit the gem which is in the current directory and not hard code chef
- next if %w{chef chef-universal-mingw32}.include?(gem_name)
+ next if %w{chef chef-universal-mingw-ucrt}.include?(gem_name)
puts "re-installing #{gem_name}..."