Skip to content

Commit a9aeea4

Browse files
authored
Merge pull request alexrudall#321 from alexrudall/dependabot/bundler/webmock-3.19.1
Bump webmock from 3.18.1 to 3.19.1
2 parents b0e0085 + 30d175c commit a9aeea4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ gem "rake", "~> 13.1"
99
gem "rspec", "~> 3.12"
1010
gem "rubocop", "~> 1.50.2"
1111
gem "vcr", "~> 6.1.0"
12-
gem "webmock", "~> 3.18.1"
12+
gem "webmock", "~> 3.19.1"

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
addressable (2.8.1)
12+
addressable (2.8.5)
1313
public_suffix (>= 2.0.2, < 6.0)
1414
ast (2.4.2)
1515
base64 (0.1.1)
@@ -32,11 +32,11 @@ GEM
3232
parallel (1.22.1)
3333
parser (3.2.2.0)
3434
ast (~> 2.4.1)
35-
public_suffix (5.0.1)
35+
public_suffix (5.0.3)
3636
rainbow (3.1.1)
3737
rake (13.1.0)
3838
regexp_parser (2.8.0)
39-
rexml (3.2.5)
39+
rexml (3.2.6)
4040
rspec (3.12.0)
4141
rspec-core (~> 3.12.0)
4242
rspec-expectations (~> 3.12.0)
@@ -66,7 +66,7 @@ GEM
6666
ruby2_keywords (0.0.5)
6767
unicode-display_width (2.4.2)
6868
vcr (6.1.0)
69-
webmock (3.18.1)
69+
webmock (3.19.1)
7070
addressable (>= 2.8.0)
7171
crack (>= 0.3.2)
7272
hashdiff (>= 0.4.0, < 2.0.0)
@@ -82,7 +82,7 @@ DEPENDENCIES
8282
rubocop (~> 1.50.2)
8383
ruby-openai!
8484
vcr (~> 6.1.0)
85-
webmock (~> 3.18.1)
85+
webmock (~> 3.19.1)
8686

8787
BUNDLED WITH
8888
2.4.5

0 commit comments

Comments
 (0)