diff options
author | Tim Smith <tsmith@chef.io> | 2018-10-25 09:45:18 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-10-25 09:45:18 -0700 |
commit | 616d0fe205bbb2f2ef6103399954829fe3cbd9a3 (patch) | |
tree | 34c17e492a36193f8e5deb4ecf1e770bfced41b1 /chef.gemspec | |
parent | 444647af82db691f47efeaa0bd58ee68ac48c201 (diff) | |
download | chef-616d0fe205bbb2f2ef6103399954829fe3cbd9a3.tar.gz |
Move iso8601 gem to windows only gemspec
We only use this in the windows_task resource. No need to ship it on *nix. This also brings in the latest release where I trimmed the files in the gem down.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'chef.gemspec')
-rw-r--r-- | chef.gemspec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec index 7a1d5dfc68..13ec88f223 100644 --- a/chef.gemspec +++ b/chef.gemspec @@ -38,7 +38,6 @@ Gem::Specification.new do |s| s.add_dependency "plist", "~> 3.2" s.add_dependency "iniparse", "~> 1.4" s.add_dependency "addressable" - s.add_dependency "iso8601", "~> 0.11.0" # Audit mode requires these, so they are non-developmental dependencies now %w{rspec-core rspec-expectations rspec-mocks}.each { |gem| s.add_dependency gem, "~> 3.5" } |