File tree 2 files changed +13
-11
lines changed
2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ gem 'rack-unreloader', '~> 2.1'
11
11
gem 'rackup' , '~> 2.2.1'
12
12
gem 'rake' , '~> 13.1'
13
13
gem 'redcarpet' , '~> 3.6'
14
- gem 'reline' , '~> 0.5.11 '
14
+ gem 'reline' , '~> 0.5.12 '
15
15
gem 'rexml' , '~> 3.3'
16
16
gem 'roda' , '~> 3.86'
17
17
gem 'tantiny' , '0.3.3'
@@ -21,7 +21,7 @@ gem 'tilt', '~> 2.3'
21
21
group :development do
22
22
gem 'htmlbeautifier' , require : false
23
23
gem 'pry'
24
- gem 'rubocop' , '~> 1.68 ' , require : false
24
+ gem 'rubocop' , '~> 1.69 ' , require : false
25
25
gem 'rubocop-minitest' , '~> 0.36.0' , require : false
26
26
gem 'rubocop-performance' , '~> 1.23' , require : false
27
27
gem 'rubocop-rake' , '~> 0.6.0' , require : false
Original file line number Diff line number Diff line change 41
41
rainbow (3.1.1 )
42
42
rake (13.2.1 )
43
43
redcarpet (3.6.0 )
44
- regexp_parser (2.9.2 )
45
- reline (0.5.11 )
44
+ regexp_parser (2.9.3 )
45
+ reline (0.5.12 )
46
46
io-console (~> 0.5 )
47
47
rexml (3.3.9 )
48
48
roda (3.86.0 )
49
49
rack
50
- rubocop (1.68 .0 )
50
+ rubocop (1.69 .0 )
51
51
json (~> 2.3 )
52
52
language_server-protocol (>= 3.17.0 )
53
53
parallel (~> 1.10 )
54
54
parser (>= 3.3.0.2 )
55
55
rainbow (>= 2.2.2 , < 4.0 )
56
56
regexp_parser (>= 2.4 , < 3.0 )
57
- rubocop-ast (>= 1.32.2 , < 2.0 )
57
+ rubocop-ast (>= 1.36.1 , < 2.0 )
58
58
ruby-progressbar (~> 1.7 )
59
- unicode-display_width (>= 2.4.0 , < 3 .0 )
60
- rubocop-ast (1.36.1 )
59
+ unicode-display_width (>= 2.4.0 , < 4 .0 )
60
+ rubocop-ast (1.36.2 )
61
61
parser (>= 3.3.1.0 )
62
62
rubocop-minitest (0.36.0 )
63
63
rubocop (>= 1.61 , < 2.0 )
88
88
tomlrb (~> 1.2 )
89
89
tilt (2.4.0 )
90
90
tomlrb (1.3.0 )
91
- unicode-display_width (2.6.0 )
91
+ unicode-display_width (3.1.2 )
92
+ unicode-emoji (~> 4.0 , >= 4.0.4 )
93
+ unicode-emoji (4.0.4 )
92
94
unparser (0.6.15 )
93
95
diff-lcs (~> 1.3 )
94
96
parser (>= 3.3.0 )
@@ -113,10 +115,10 @@ DEPENDENCIES
113
115
rackup (~> 2.2.1 )
114
116
rake (~> 13.1 )
115
117
redcarpet (~> 3.6 )
116
- reline (~> 0.5.11 )
118
+ reline (~> 0.5.12 )
117
119
rexml (~> 3.3 )
118
120
roda (~> 3.86 )
119
- rubocop (~> 1.68 )
121
+ rubocop (~> 1.69 )
120
122
rubocop-minitest (~> 0.36.0 )
121
123
rubocop-performance (~> 1.23 )
122
124
rubocop-rake (~> 0.6.0 )
You can’t perform that action at this time.
0 commit comments