File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ gem "rake", "~> 13.2"
9
9
gem "rspec" , "~> 3.13"
10
10
gem "rubocop" , "~> 1.50.2"
11
11
gem "vcr" , "~> 6.1.0"
12
- gem "webmock" , "~> 3.23.1 "
12
+ gem "webmock" , "~> 3.24.0 "
Original file line number Diff line number Diff line change 9
9
GEM
10
10
remote: https://rubygems.org/
11
11
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 )
14
14
ast (2.4.2 )
15
15
base64 (0.2.0 )
16
16
bigdecimal (3.1.8 )
28
28
faraday-multipart (1.0.4 )
29
29
multipart-post (~> 2 )
30
30
faraday-net_http (3.0.2 )
31
- hashdiff (1.1.0 )
31
+ hashdiff (1.1.1 )
32
32
json (2.6.3 )
33
33
multipart-post (2.3.0 )
34
34
parallel (1.22.1 )
35
35
parser (3.2.2.0 )
36
36
ast (~> 2.4.1 )
37
- public_suffix (5.0.5 )
37
+ public_suffix (5.1.1 )
38
38
rainbow (3.1.1 )
39
39
rake (13.2.1 )
40
40
regexp_parser (2.8.0 )
41
- rexml (3.3.6 )
42
- strscan
41
+ rexml (3.3.9 )
43
42
rspec (3.13.0 )
44
43
rspec-core (~> 3.13.0 )
45
44
rspec-expectations (~> 3.13.0 )
67
66
parser (>= 3.2.1.0 )
68
67
ruby-progressbar (1.13.0 )
69
68
ruby2_keywords (0.0.5 )
70
- strscan (3.1.0 )
71
69
unicode-display_width (2.4.2 )
72
70
vcr (6.1.0 )
73
- webmock (3.23.1 )
71
+ webmock (3.24.0 )
74
72
addressable (>= 2.8.0 )
75
73
crack (>= 0.3.2 )
76
74
hashdiff (>= 0.4.0 , < 2.0.0 )
@@ -86,7 +84,7 @@ DEPENDENCIES
86
84
rubocop (~> 1.50.2 )
87
85
ruby-openai !
88
86
vcr (~> 6.1.0 )
89
- webmock (~> 3.23.1 )
87
+ webmock (~> 3.24.0 )
90
88
91
89
BUNDLED WITH
92
90
2.4.5
You can’t perform that action at this time.
0 commit comments