mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Merge pull request #190 from puppetlabs/dependabot/bundler/webmock-3.19.0
Bump webmock from 3.18.1 to 3.19.0
This commit is contained in:
commit
e5c47691d3
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -14,5 +14,5 @@ group :test do
|
||||||
gem 'rb-readline'
|
gem 'rb-readline'
|
||||||
gem 'rspec', '~> 3.12.0'
|
gem 'rspec', '~> 3.12.0'
|
||||||
gem 'rubocop', '~> 1.56'
|
gem 'rubocop', '~> 1.56'
|
||||||
gem 'webmock', '~> 3.13'
|
gem 'webmock', '~> 3.19'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ PATH
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
addressable (2.8.1)
|
addressable (2.8.5)
|
||||||
public_suffix (>= 2.0.2, < 6.0)
|
public_suffix (>= 2.0.2, < 6.0)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
base64 (0.1.1)
|
base64 (0.1.1)
|
||||||
|
|
@ -55,7 +55,7 @@ GEM
|
||||||
pry (0.14.2)
|
pry (0.14.2)
|
||||||
coderay (~> 1.1)
|
coderay (~> 1.1)
|
||||||
method_source (~> 1.0)
|
method_source (~> 1.0)
|
||||||
public_suffix (5.0.1)
|
public_suffix (5.0.3)
|
||||||
racc (1.7.1)
|
racc (1.7.1)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
rake (13.0.6)
|
rake (13.0.6)
|
||||||
|
|
@ -99,7 +99,7 @@ GEM
|
||||||
simplecov-lcov (0.8.0)
|
simplecov-lcov (0.8.0)
|
||||||
simplecov_json_formatter (0.1.4)
|
simplecov_json_formatter (0.1.4)
|
||||||
unicode-display_width (2.4.2)
|
unicode-display_width (2.4.2)
|
||||||
webmock (3.18.1)
|
webmock (3.19.0)
|
||||||
addressable (>= 2.8.0)
|
addressable (>= 2.8.0)
|
||||||
crack (>= 0.3.2)
|
crack (>= 0.3.2)
|
||||||
hashdiff (>= 0.4.0, < 2.0.0)
|
hashdiff (>= 0.4.0, < 2.0.0)
|
||||||
|
|
@ -118,7 +118,7 @@ DEPENDENCIES
|
||||||
simplecov-html (~> 0.12.3)
|
simplecov-html (~> 0.12.3)
|
||||||
simplecov-lcov (~> 0.8.0)
|
simplecov-lcov (~> 0.8.0)
|
||||||
vmfloaty!
|
vmfloaty!
|
||||||
webmock (~> 3.13)
|
webmock (~> 3.19)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.4.8
|
2.4.8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue