Skip to content

Commit 7ca7a31

Browse files
authored
Merge pull request alexrudall#489 from alexrudall/dependabot/bundler/webmock-3.23.1
Bump webmock from 3.19.1 to 3.23.1
2 parents e452153 + 178ade0 commit 7ca7a31

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
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.13"
1010
gem "rubocop", "~> 1.50.2"
1111
gem "vcr", "~> 6.1.0"
12-
gem "webmock", "~> 3.19.1"
12+
gem "webmock", "~> 3.23.1"

Gemfile.lock

+10-8
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
addressable (2.8.5)
12+
addressable (2.8.6)
1313
public_suffix (>= 2.0.2, < 6.0)
1414
ast (2.4.2)
1515
base64 (0.2.0)
16+
bigdecimal (3.1.8)
1617
byebug (11.1.3)
17-
crack (0.4.5)
18+
crack (1.0.0)
19+
bigdecimal
1820
rexml
1921
diff-lcs (1.5.1)
2022
dotenv (2.8.1)
@@ -26,18 +28,18 @@ GEM
2628
faraday-multipart (1.0.4)
2729
multipart-post (~> 2)
2830
faraday-net_http (3.0.2)
29-
hashdiff (1.0.1)
31+
hashdiff (1.1.0)
3032
json (2.6.3)
3133
multipart-post (2.3.0)
3234
parallel (1.22.1)
3335
parser (3.2.2.0)
3436
ast (~> 2.4.1)
35-
public_suffix (5.0.3)
37+
public_suffix (5.0.5)
3638
rainbow (3.1.1)
3739
rake (13.1.0)
3840
regexp_parser (2.8.0)
39-
rexml (3.2.8)
40-
strscan (>= 3.0.9)
41+
rexml (3.2.9)
42+
strscan
4143
rspec (3.13.0)
4244
rspec-core (~> 3.13.0)
4345
rspec-expectations (~> 3.13.0)
@@ -68,7 +70,7 @@ GEM
6870
strscan (3.1.0)
6971
unicode-display_width (2.4.2)
7072
vcr (6.1.0)
71-
webmock (3.19.1)
73+
webmock (3.23.1)
7274
addressable (>= 2.8.0)
7375
crack (>= 0.3.2)
7476
hashdiff (>= 0.4.0, < 2.0.0)
@@ -84,7 +86,7 @@ DEPENDENCIES
8486
rubocop (~> 1.50.2)
8587
ruby-openai!
8688
vcr (~> 6.1.0)
87-
webmock (~> 3.19.1)
89+
webmock (~> 3.23.1)
8890

8991
BUNDLED WITH
9092
2.4.5

0 commit comments

Comments
 (0)