File tree Expand file tree Collapse file tree 2 files changed +37
-19
lines changed Expand file tree Collapse file tree 2 files changed +37
-19
lines changed Original file line number Diff line number Diff line change 2
2
3
3
source "https://rubygems.org"
4
4
5
- gem "rubocop" , "0.76.0"
6
- gem "toml-rb" , "2.2.0"
7
- gem 'rack' , git :
'[email protected] :rack/rack.git' , tag :
'2.1.4'
5
+ gem "rubocop" , "1.75.5"
6
+ gem "toml-rb" , "4.0.0"
7
+ gem 'rack' , git :
'[email protected] :rack/rack.git' , tag :
'v3.1.13'
8
+
Original file line number Diff line number Diff line change 1
1
GIT
2
2
remote: [email protected] :rack/rack.git
3
- revision: f3cf79d6460dc592767941806d1b2b7008f73e01
4
- tag: 2 .1.4
3
+ revision: d700c2bda0e21220079134933776eda5f9bc202b
4
+ tag: v3 .1.13
5
5
specs:
6
- rack (2 .1.4 )
6
+ rack (3 .1.13 )
7
7
8
8
GEM
9
9
remote: https://rubygems.org/
10
10
specs:
11
- ast (2.4.2 )
11
+ ast (2.4.3 )
12
12
citrus (3.0.2 )
13
- jaro_winkler (1.5.4 )
14
- parallel (1.22.1 )
15
- parser (3.1.2.0 )
13
+ json (2.11.3 )
14
+ language_server-protocol (3.17.0.4 )
15
+ lint_roller (1.1.0 )
16
+ parallel (1.27.0 )
17
+ parser (3.3.8.0 )
16
18
ast (~> 2.4.1 )
19
+ racc
20
+ prism (1.4.0 )
21
+ racc (1.8.1 )
17
22
rainbow (3.1.1 )
18
- rubocop (0.76.0 )
19
- jaro_winkler (~> 1.5.1 )
23
+ regexp_parser (2.10.0 )
24
+ rubocop (1.75.5 )
25
+ json (~> 2.3 )
26
+ language_server-protocol (~> 3.17.0.2 )
27
+ lint_roller (~> 1.1.0 )
20
28
parallel (~> 1.10 )
21
- parser (>= 2.6 )
29
+ parser (>= 3.3.0.2 )
22
30
rainbow (>= 2.2.2 , < 4.0 )
31
+ regexp_parser (>= 2.9.3 , < 3.0 )
32
+ rubocop-ast (>= 1.44.0 , < 2.0 )
23
33
ruby-progressbar (~> 1.7 )
24
- unicode-display_width (>= 1.4.0 , < 1.7 )
25
- ruby-progressbar (1.11.0 )
26
- toml-rb (2.2.0 )
34
+ unicode-display_width (>= 2.4.0 , < 4.0 )
35
+ rubocop-ast (1.44.1 )
36
+ parser (>= 3.3.7.2 )
37
+ prism (~> 1.4 )
38
+ ruby-progressbar (1.13.0 )
39
+ toml-rb (4.0.0 )
27
40
citrus (~> 3.0 , > 3.0 )
28
- unicode-display_width (1.6.1 )
41
+ racc (~> 1.7 )
42
+ unicode-display_width (3.1.4 )
43
+ unicode-emoji (~> 4.0 , >= 4.0.4 )
44
+ unicode-emoji (4.0.4 )
29
45
30
46
PLATFORMS
31
47
ruby
32
48
33
49
DEPENDENCIES
34
50
rack !
35
- rubocop (= 0.76.0 )
36
- toml-rb (= 2.2 .0 )
51
+ rubocop (= 1.75.5 )
52
+ toml-rb (= 4.0 .0 )
37
53
38
54
BUNDLED WITH
39
55
2.1.4
56
+
You can’t perform that action at this time.
0 commit comments