mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 21:38:41 -05:00
Merge c7869a0d5d into 3425bec1d8
This commit is contained in:
commit
560e7486a0
2 changed files with 5 additions and 5 deletions
|
|
@ -2,7 +2,7 @@ PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
vmfloaty (1.8.1)
|
vmfloaty (1.8.1)
|
||||||
commander (>= 4.4.3, < 4.7.0)
|
commander (>= 4.4.3, < 5.1.0)
|
||||||
faraday (~> 1.5, >= 1.5.1)
|
faraday (~> 1.5, >= 1.5.1)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
|
@ -13,8 +13,8 @@ GEM
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
bigdecimal (3.1.6)
|
bigdecimal (3.1.6)
|
||||||
coderay (1.1.3)
|
coderay (1.1.3)
|
||||||
commander (4.6.0)
|
commander (5.0.0)
|
||||||
highline (~> 2.0.0)
|
highline (~> 3.0.0)
|
||||||
crack (1.0.0)
|
crack (1.0.0)
|
||||||
bigdecimal
|
bigdecimal
|
||||||
rexml
|
rexml
|
||||||
|
|
@ -44,7 +44,7 @@ GEM
|
||||||
faraday-rack (1.0.0)
|
faraday-rack (1.0.0)
|
||||||
faraday-retry (1.0.3)
|
faraday-retry (1.0.3)
|
||||||
hashdiff (1.1.0)
|
hashdiff (1.1.0)
|
||||||
highline (2.0.3)
|
highline (3.0.1)
|
||||||
json (2.7.1)
|
json (2.7.1)
|
||||||
language_server-protocol (3.17.0.3)
|
language_server-protocol (3.17.0.3)
|
||||||
method_source (1.0.0)
|
method_source (1.0.0)
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,6 @@ Gem::Specification.new do |s|
|
||||||
s.test_files = Dir['spec/**/*']
|
s.test_files = Dir['spec/**/*']
|
||||||
s.require_path = 'lib'
|
s.require_path = 'lib'
|
||||||
|
|
||||||
s.add_dependency 'commander', '>= 4.4.3', '< 4.7.0'
|
s.add_dependency 'commander', '>= 4.4.3', '< 5.1.0'
|
||||||
s.add_dependency 'faraday', '~> 1.5', '>= 1.5.1'
|
s.add_dependency 'faraday', '~> 1.5', '>= 1.5.1'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue