mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
ABS will sometimes return null values in the /status/queue endpoint
This commit is contained in:
parent
7d0a72517b
commit
2c456f1157
3 changed files with 48 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -7,6 +7,8 @@ gemspec
|
|||
gem 'rake', :require => false
|
||||
|
||||
group :test do
|
||||
gem 'pry'
|
||||
gem 'rb-readline'
|
||||
gem 'rspec', '~> 3.5.0'
|
||||
gem 'rubocop', '~> 0.52'
|
||||
gem 'webmock', '1.21.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue