1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Relax tomlrb in gemspec
Author: Simon Quigley <tsimonq2@debian.org>
Origin: vendor
Last-Update: 2026-02-27
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/chef-config.gemspec
+++ b/chef-config.gemspec
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "mixlib-config", ">= 2.2.12", "< 4.0"
spec.add_dependency "fuzzyurl"
spec.add_dependency "addressable"
- spec.add_dependency "tomlrb", "~> 1.2"
+ spec.add_dependency "tomlrb"
spec.files = %w{Rakefile LICENSE} + Dir.glob("*.gemspec") +
Dir.glob("{lib,spec}/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
|