summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-11-15 16:49:12 -0800
committerTim Smith <tsmith84@gmail.com>2019-12-04 16:18:23 -0800
commitc674b6969899fe3ebe87f17d99278f94f86c2990 (patch)
tree5da26d0b3a30f8211c632862b36b6937951ef2e5
parentbe18023bf828a9801865a1551e7b5da917418982 (diff)
downloadchef-c674b6969899fe3ebe87f17d99278f94f86c2990.tar.gz
Use fauxhai-slim-ngfauxhai_slim
This is 8 megs smaller. Let's see if it actually loads. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--chef-utils/Gemfile2
-rw-r--r--chef-utils/chef-utils.gemspec3
2 files changed, 1 insertions, 4 deletions
diff --git a/chef-utils/Gemfile b/chef-utils/Gemfile
index 65cb76c2b5..d8f42803dd 100644
--- a/chef-utils/Gemfile
+++ b/chef-utils/Gemfile
@@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec
group(:development, :test) do
- gem "fauxhai-ng"
+ gem "fauxhai-ng-slim"
gem "rake"
gem "rspec"
end
diff --git a/chef-utils/chef-utils.gemspec b/chef-utils/chef-utils.gemspec
index dbe0ef751e..b1b968f8e7 100644
--- a/chef-utils/chef-utils.gemspec
+++ b/chef-utils/chef-utils.gemspec
@@ -41,7 +41,4 @@ Gem::Specification.new do |spec|
spec.files = %w{Rakefile LICENSE} + Dir.glob("*.gemspec") +
Dir.glob("{lib,spec}/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
-
- spec.bindir = "bin"
- spec.executables = []
end