mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Update tomlrb requirement from ~> 1.2.0 to >= 1.2, < 2.1
This commit is contained in:
commit
e6d5acc547
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