mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
Merge pull request #1627 from chef/adamleff/loosen-addressable-pin
Loosen addressable version pin
This commit is contained in:
commit
79824d897a
1 changed files with 1 additions and 1 deletions
|
@ -41,5 +41,5 @@ Gem::Specification.new do |spec|
|
|||
spec.add_dependency 'parallel', '~> 1.9'
|
||||
spec.add_dependency 'faraday', '>=0.9.0'
|
||||
spec.add_dependency 'toml', '~> 0.1'
|
||||
spec.add_dependency 'addressable', '~> 2.5'
|
||||
spec.add_dependency 'addressable', '~> 2.4'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue