File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ gem "byebug", "~> 11.1.3"
7
7
gem "dotenv" , "~> 2.8.1"
8
8
gem "rake" , "~> 13.0"
9
9
gem "rspec" , "~> 3.12"
10
- gem "rubocop" , "~> 1.45.1 "
10
+ gem "rubocop" , "~> 1.46.0 "
11
11
gem "vcr" , "~> 6.1.0"
12
12
gem "webmock" , "~> 3.18.1"
Original file line number Diff line number Diff line change 23
23
mini_mime (1.1.2 )
24
24
multi_xml (0.6.0 )
25
25
parallel (1.22.1 )
26
- parser (3.2.0 .0 )
26
+ parser (3.2.1 .0 )
27
27
ast (~> 2.4.1 )
28
28
public_suffix (5.0.1 )
29
29
rainbow (3.1.1 )
43
43
diff-lcs (>= 1.2.0 , < 2.0 )
44
44
rspec-support (~> 3.12.0 )
45
45
rspec-support (3.12.0 )
46
- rubocop (1.45.1 )
46
+ rubocop (1.46.0 )
47
47
json (~> 2.3 )
48
48
parallel (~> 1.10 )
49
49
parser (>= 3.2.0.0 )
50
50
rainbow (>= 2.2.2 , < 4.0 )
51
51
regexp_parser (>= 1.8 , < 3.0 )
52
52
rexml (>= 3.2.5 , < 4.0 )
53
- rubocop-ast (>= 1.24.1 , < 2.0 )
53
+ rubocop-ast (>= 1.26.0 , < 2.0 )
54
54
ruby-progressbar (~> 1.7 )
55
55
unicode-display_width (>= 2.4.0 , < 3.0 )
56
- rubocop-ast (1.24.1 )
57
- parser (>= 3.1 .1.0 )
56
+ rubocop-ast (1.26.0 )
57
+ parser (>= 3.2 .1.0 )
58
58
ruby-progressbar (1.11.0 )
59
59
unicode-display_width (2.4.2 )
60
60
vcr (6.1.0 )
@@ -71,7 +71,7 @@ DEPENDENCIES
71
71
dotenv (~> 2.8.1 )
72
72
rake (~> 13.0 )
73
73
rspec (~> 3.12 )
74
- rubocop (~> 1.45.1 )
74
+ rubocop (~> 1.46.0 )
75
75
ruby-openai !
76
76
vcr (~> 6.1.0 )
77
77
webmock (~> 3.18.1 )
You can’t perform that action at this time.
0 commit comments