File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ gem "rake", "~> 13.1"
9
9
gem "rspec" , "~> 3.13"
10
10
gem "rubocop" , "~> 1.50.2"
11
11
gem "vcr" , "~> 6.1.0"
12
- gem "webmock" , "~> 3.19 .1"
12
+ gem "webmock" , "~> 3.23 .1"
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.5 )
12
+ addressable (2.8.6 )
13
13
public_suffix (>= 2.0.2 , < 6.0 )
14
14
ast (2.4.2 )
15
15
base64 (0.2.0 )
16
+ bigdecimal (3.1.8 )
16
17
byebug (11.1.3 )
17
- crack (0.4.5 )
18
+ crack (1.0.0 )
19
+ bigdecimal
18
20
rexml
19
21
diff-lcs (1.5.1 )
20
22
dotenv (2.8.1 )
26
28
faraday-multipart (1.0.4 )
27
29
multipart-post (~> 2 )
28
30
faraday-net_http (3.0.2 )
29
- hashdiff (1.0.1 )
31
+ hashdiff (1.1.0 )
30
32
json (2.6.3 )
31
33
multipart-post (2.3.0 )
32
34
parallel (1.22.1 )
33
35
parser (3.2.2.0 )
34
36
ast (~> 2.4.1 )
35
- public_suffix (5.0.3 )
37
+ public_suffix (5.0.5 )
36
38
rainbow (3.1.1 )
37
39
rake (13.1.0 )
38
40
regexp_parser (2.8.0 )
39
- rexml (3.2.8 )
40
- strscan ( >= 3.0.9 )
41
+ rexml (3.2.9 )
42
+ strscan
41
43
rspec (3.13.0 )
42
44
rspec-core (~> 3.13.0 )
43
45
rspec-expectations (~> 3.13.0 )
68
70
strscan (3.1.0 )
69
71
unicode-display_width (2.4.2 )
70
72
vcr (6.1.0 )
71
- webmock (3.19 .1 )
73
+ webmock (3.23 .1 )
72
74
addressable (>= 2.8.0 )
73
75
crack (>= 0.3.2 )
74
76
hashdiff (>= 0.4.0 , < 2.0.0 )
@@ -84,7 +86,7 @@ DEPENDENCIES
84
86
rubocop (~> 1.50.2 )
85
87
ruby-openai !
86
88
vcr (~> 6.1.0 )
87
- webmock (~> 3.19 .1 )
89
+ webmock (~> 3.23 .1 )
88
90
89
91
BUNDLED WITH
90
92
2.4.5
You can’t perform that action at this time.
0 commit comments