mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
Merge pull request #215 from puppetlabs/dependabot/bundler/webmock-3.20.0
Bump webmock from 3.19.1 to 3.20.0
This commit is contained in:
commit
11beb6c933
2 changed files with 9 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -14,5 +14,5 @@ group :test do
|
|||
gem 'rb-readline'
|
||||
gem 'rspec', '~> 3.13.0'
|
||||
gem 'rubocop', '~> 1.60'
|
||||
gem 'webmock', '~> 3.19'
|
||||
gem 'webmock', '~> 3.20'
|
||||
end
|
||||
|
|
|
|||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -8,13 +8,15 @@ PATH
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
addressable (2.8.5)
|
||||
addressable (2.8.6)
|
||||
public_suffix (>= 2.0.2, < 6.0)
|
||||
ast (2.4.2)
|
||||
bigdecimal (3.1.6)
|
||||
coderay (1.1.3)
|
||||
commander (4.6.0)
|
||||
highline (~> 2.0.0)
|
||||
crack (0.4.5)
|
||||
crack (1.0.0)
|
||||
bigdecimal
|
||||
rexml
|
||||
diff-lcs (1.5.1)
|
||||
docile (1.4.0)
|
||||
|
|
@ -41,7 +43,7 @@ GEM
|
|||
faraday-patron (1.0.0)
|
||||
faraday-rack (1.0.0)
|
||||
faraday-retry (1.0.3)
|
||||
hashdiff (1.0.1)
|
||||
hashdiff (1.1.0)
|
||||
highline (2.0.3)
|
||||
json (2.7.1)
|
||||
language_server-protocol (3.17.0.3)
|
||||
|
|
@ -54,7 +56,7 @@ GEM
|
|||
pry (0.14.2)
|
||||
coderay (~> 1.1)
|
||||
method_source (~> 1.0)
|
||||
public_suffix (5.0.3)
|
||||
public_suffix (5.0.4)
|
||||
racc (1.7.3)
|
||||
rainbow (3.1.1)
|
||||
rake (13.1.0)
|
||||
|
|
@ -97,7 +99,7 @@ GEM
|
|||
simplecov-lcov (0.8.0)
|
||||
simplecov_json_formatter (0.1.4)
|
||||
unicode-display_width (2.5.0)
|
||||
webmock (3.19.1)
|
||||
webmock (3.20.0)
|
||||
addressable (>= 2.8.0)
|
||||
crack (>= 0.3.2)
|
||||
hashdiff (>= 0.4.0, < 2.0.0)
|
||||
|
|
@ -116,7 +118,7 @@ DEPENDENCIES
|
|||
simplecov-html (~> 0.12.3)
|
||||
simplecov-lcov (~> 0.8.0)
|
||||
vmfloaty!
|
||||
webmock (~> 3.19)
|
||||
webmock (~> 3.20)
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue