Skip to content

Commit 11beb6c

Browse files
Merge pull request #215 from puppetlabs/dependabot/bundler/webmock-3.20.0
Bump webmock from 3.19.1 to 3.20.0
2 parents edff58a + a5d5cdc commit 11beb6c

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ group :test do
1414
gem 'rb-readline'
1515
gem 'rspec', '~> 3.13.0'
1616
gem 'rubocop', '~> 1.60'
17-
gem 'webmock', '~> 3.19'
17+
gem 'webmock', '~> 3.20'
1818
end

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
addressable (2.8.5)
11+
addressable (2.8.6)
1212
public_suffix (>= 2.0.2, < 6.0)
1313
ast (2.4.2)
14+
bigdecimal (3.1.6)
1415
coderay (1.1.3)
1516
commander (4.6.0)
1617
highline (~> 2.0.0)
17-
crack (0.4.5)
18+
crack (1.0.0)
19+
bigdecimal
1820
rexml
1921
diff-lcs (1.5.1)
2022
docile (1.4.0)
@@ -41,7 +43,7 @@ GEM
4143
faraday-patron (1.0.0)
4244
faraday-rack (1.0.0)
4345
faraday-retry (1.0.3)
44-
hashdiff (1.0.1)
46+
hashdiff (1.1.0)
4547
highline (2.0.3)
4648
json (2.7.1)
4749
language_server-protocol (3.17.0.3)
@@ -54,7 +56,7 @@ GEM
5456
pry (0.14.2)
5557
coderay (~> 1.1)
5658
method_source (~> 1.0)
57-
public_suffix (5.0.3)
59+
public_suffix (5.0.4)
5860
racc (1.7.3)
5961
rainbow (3.1.1)
6062
rake (13.1.0)
@@ -97,7 +99,7 @@ GEM
9799
simplecov-lcov (0.8.0)
98100
simplecov_json_formatter (0.1.4)
99101
unicode-display_width (2.5.0)
100-
webmock (3.19.1)
102+
webmock (3.20.0)
101103
addressable (>= 2.8.0)
102104
crack (>= 0.3.2)
103105
hashdiff (>= 0.4.0, < 2.0.0)
@@ -116,7 +118,7 @@ DEPENDENCIES
116118
simplecov-html (~> 0.12.3)
117119
simplecov-lcov (~> 0.8.0)
118120
vmfloaty!
119-
webmock (~> 3.19)
121+
webmock (~> 3.20)
120122

121123
BUNDLED WITH
122124
2.4.8

0 commit comments

Comments
 (0)