We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5649c4b commit 9678aabCopy full SHA for 9678aab
license_scout.gemspec
@@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
39
spec.add_runtime_dependency "mixlib-shellout", ">= 2.2", "< 4.0"
40
spec.add_runtime_dependency "toml-rb", "~> 1.0"
41
spec.add_runtime_dependency "licensee", "~> 9.8"
42
- spec.add_runtime_dependency "mixlib-config", "~> 2.2", "< 4.0"
+ spec.add_runtime_dependency "mixlib-config", "~> 3.0", "< 4.0"
43
spec.add_runtime_dependency "mixlib-cli"
44
spec.add_runtime_dependency "mixlib-log"
45
spec.add_runtime_dependency "terminal-table"
0 commit comments