mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-05-30 23:25:20 -04:00
Merge pull request #258 from puppetlabs/PA-8499/main/relax-commander-constraint
(PA-8499) Relax commander constraint
This commit is contained in:
commit
731ef3de59
2 changed files with 6 additions and 5 deletions
|
|
@ -2,7 +2,7 @@ PATH
|
|||
remote: .
|
||||
specs:
|
||||
vmfloaty (1.9.0)
|
||||
commander (>= 4.4.3, < 4.7.0)
|
||||
commander (>= 4.4.3, < 6)
|
||||
faraday (~> 2)
|
||||
|
||||
GEM
|
||||
|
|
@ -13,8 +13,8 @@ GEM
|
|||
ast (2.4.3)
|
||||
bigdecimal (4.1.2)
|
||||
coderay (1.1.3)
|
||||
commander (4.6.0)
|
||||
highline (~> 2.0.0)
|
||||
commander (5.0.0)
|
||||
highline (~> 3.0.0)
|
||||
crack (1.0.1)
|
||||
bigdecimal
|
||||
rexml
|
||||
|
|
@ -27,7 +27,7 @@ GEM
|
|||
faraday-net_http (3.4.2)
|
||||
net-http (~> 0.5)
|
||||
hashdiff (1.2.1)
|
||||
highline (2.0.3)
|
||||
highline (3.0.1)
|
||||
io-console (0.8.2)
|
||||
json (2.19.4)
|
||||
language_server-protocol (3.17.0.5)
|
||||
|
|
@ -100,6 +100,7 @@ GEM
|
|||
|
||||
PLATFORMS
|
||||
aarch64-linux
|
||||
arm64-darwin-24
|
||||
x86_64-darwin-22
|
||||
x86_64-linux
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,6 @@ Gem::Specification.new do |s|
|
|||
s.require_path = 'lib'
|
||||
s.required_ruby_version = '>= 3.0'
|
||||
|
||||
s.add_dependency 'commander', '>= 4.4.3', '< 4.7.0'
|
||||
s.add_dependency 'commander', '>= 4.4.3', '< 6'
|
||||
s.add_dependency 'faraday', '~> 2'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue