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"
99gem "rspec" , "~> 3.13"
1010gem "rubocop" , "~> 1.50.2"
1111gem "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 99GEM
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 )
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 )
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
9189BUNDLED WITH
9290 2.4.5
You can’t perform that action at this time.
0 commit comments