Skip to content

Commit 17fd2ad

Browse files
Bump webmock from 3.23.1 to 3.24.0
Bumps [webmock](https://github.com/bblimke/webmock) from 3.23.1 to 3.24.0. - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.23.1...v3.24.0) --- updated-dependencies: - dependency-name: webmock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0409994 commit 17fd2ad

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ gem "rake", "~> 13.2"
99
gem "rspec", "~> 3.13"
1010
gem "rubocop", "~> 1.50.2"
1111
gem "vcr", "~> 6.1.0"
12-
gem "webmock", "~> 3.23.1"
12+
gem "webmock", "~> 3.24.0"

Gemfile.lock

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
addressable (2.8.6)
13-
public_suffix (>= 2.0.2, < 6.0)
12+
addressable (2.8.7)
13+
public_suffix (>= 2.0.2, < 7.0)
1414
ast (2.4.2)
1515
base64 (0.2.0)
1616
bigdecimal (3.1.8)
@@ -28,18 +28,17 @@ GEM
2828
faraday-multipart (1.0.4)
2929
multipart-post (~> 2)
3030
faraday-net_http (3.0.2)
31-
hashdiff (1.1.0)
31+
hashdiff (1.1.1)
3232
json (2.6.3)
3333
multipart-post (2.3.0)
3434
parallel (1.22.1)
3535
parser (3.2.2.0)
3636
ast (~> 2.4.1)
37-
public_suffix (5.0.5)
37+
public_suffix (5.1.1)
3838
rainbow (3.1.1)
3939
rake (13.2.1)
4040
regexp_parser (2.8.0)
41-
rexml (3.3.6)
42-
strscan
41+
rexml (3.3.9)
4342
rspec (3.13.0)
4443
rspec-core (~> 3.13.0)
4544
rspec-expectations (~> 3.13.0)
@@ -67,10 +66,9 @@ GEM
6766
parser (>= 3.2.1.0)
6867
ruby-progressbar (1.13.0)
6968
ruby2_keywords (0.0.5)
70-
strscan (3.1.0)
7169
unicode-display_width (2.4.2)
7270
vcr (6.1.0)
73-
webmock (3.23.1)
71+
webmock (3.24.0)
7472
addressable (>= 2.8.0)
7573
crack (>= 0.3.2)
7674
hashdiff (>= 0.4.0, < 2.0.0)
@@ -86,7 +84,7 @@ DEPENDENCIES
8684
rubocop (~> 1.50.2)
8785
ruby-openai!
8886
vcr (~> 6.1.0)
89-
webmock (~> 3.23.1)
87+
webmock (~> 3.24.0)
9088

9189
BUNDLED WITH
9290
2.4.5

0 commit comments

Comments
 (0)