mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Update tomlrb requirement from ~> 1.2.0 to >= 1.2, < 2.1
Updates the requirements on [tomlrb](https://github.com/fbernier/tomlrb) to permit the latest version. - [Release notes](https://github.com/fbernier/tomlrb/releases) - [Changelog](https://github.com/fbernier/tomlrb/blob/master/CHANGELOG.md) - [Commits](https://github.com/fbernier/tomlrb/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
4279ba326d
commit
c66b38e280
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
|
|||
spec.add_dependency "faraday", ">= 0.9.0", "< 1.1"
|
||||
spec.add_dependency "tty-table", "~> 0.10"
|
||||
spec.add_dependency "tty-prompt", "~> 0.17"
|
||||
spec.add_dependency "tomlrb", "~> 1.2.0"
|
||||
spec.add_dependency "tomlrb", ">= 1.2", "< 2.1"
|
||||
spec.add_dependency "addressable", "~> 2.4"
|
||||
spec.add_dependency "parslet", "~> 1.5"
|
||||
spec.add_dependency "semverse", "~> 3.0"
|
||||
|
|
Loading…
Reference in a new issue