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 22
33source "https://rubygems.org"
44
5- gem "rubocop" , "0.76.0"
6- gem "toml-rb" , "2.2.0"
7- gem 'rack' , git : 'git@github.com:rack/rack.git' , tag : '2.1.4'
5+ gem "rubocop" , "1.75.5"
6+ gem "toml-rb" , "4.0.0"
7+ gem 'rack' , git : 'git@github.com:rack/rack.git' , tag : 'v3.1.13'
8+
Original file line number Diff line number Diff line change 11GIT
22 remote: git@github.com:rack/rack.git
3- revision: f3cf79d6460dc592767941806d1b2b7008f73e01
4- tag: 2 .1.4
3+ revision: d700c2bda0e21220079134933776eda5f9bc202b
4+ tag: v3 .1.13
55 specs:
6- rack (2 .1.4 )
6+ rack (3 .1.13 )
77
88GEM
99 remote: https://rubygems.org/
1010 specs:
11- ast (2.4.2 )
11+ ast (2.4.3 )
1212 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 )
1618 ast (~> 2.4.1 )
19+ racc
20+ prism (1.4.0 )
21+ racc (1.8.1 )
1722 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 )
2028 parallel (~> 1.10 )
21- parser (>= 2.6 )
29+ parser (>= 3.3.0.2 )
2230 rainbow (>= 2.2.2 , < 4.0 )
31+ regexp_parser (>= 2.9.3 , < 3.0 )
32+ rubocop-ast (>= 1.44.0 , < 2.0 )
2333 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 )
2740 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 )
2945
3046PLATFORMS
3147 ruby
3248
3349DEPENDENCIES
3450 rack !
35- rubocop (= 0.76.0 )
36- toml-rb (= 2.2 .0 )
51+ rubocop (= 1.75.5 )
52+ toml-rb (= 4.0 .0 )
3753
3854BUNDLED WITH
3955 2.1.4
56+
You can’t perform that action at this time.
0 commit comments