mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Update parslet requirement from ~> 1.5 to >= 1.5, < 3.0
Updates the requirements on [parslet](https://github.com/kschiess/parslet) to permit the latest version. - [Release notes](https://github.com/kschiess/parslet/releases) - [Changelog](https://github.com/kschiess/parslet/blob/master/HISTORY.txt) - [Commits](https://github.com/kschiess/parslet/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
3ec394c548
commit
66a1f56944
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
|
|||
spec.add_dependency "tty-prompt", "~> 0.17"
|
||||
spec.add_dependency "tomlrb", ">= 1.2", "< 2.1"
|
||||
spec.add_dependency "addressable", "~> 2.4"
|
||||
spec.add_dependency "parslet", "~> 1.5"
|
||||
spec.add_dependency "parslet", ">= 1.5", "< 3.0"
|
||||
spec.add_dependency "semverse", "~> 3.0"
|
||||
spec.add_dependency "multipart-post", "~> 2.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue