Skip to content

Commit

Permalink
Update parslet requirement from ~> 1.5 to >= 1.5, < 3.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Dec 17, 2020
1 parent bc90057 commit f136e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inspec-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit f136e35

Please sign in to comment.