File tree Expand file tree Collapse file tree 2 files changed +21
-20
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +21
-20
lines changed
Original file line number Diff line number Diff line change 6
6
GEM
7
7
remote: https://rubygems.org/
8
8
specs:
9
- actionview (7.0.4.2 )
10
- activesupport (= 7.0.4.2 )
9
+ actionview (7.0.5 )
10
+ activesupport (= 7.0.5 )
11
11
builder (~> 3.1 )
12
12
erubi (~> 1.4 )
13
13
rails-dom-testing (~> 2.0 )
14
14
rails-html-sanitizer (~> 1.1 , >= 1.2.0 )
15
- activesupport (7.0.4.2 )
15
+ activesupport (7.0.5 )
16
16
concurrent-ruby (~> 1.0 , >= 1.0.2 )
17
17
i18n (>= 1.6 , < 2 )
18
18
minitest (>= 5.1 )
26
26
parser (>= 2.4 )
27
27
smart_properties
28
28
builder (3.2.4 )
29
- concurrent-ruby (1.2.0 )
29
+ concurrent-ruby (1.2.2 )
30
30
crass (1.0.6 )
31
- erb_lint (0.3.1 )
31
+ erb_lint (0.4.0 )
32
32
activesupport
33
33
better_html (>= 2.0.1 )
34
34
parser (>= 2.7.1.4 )
35
35
rainbow
36
36
rubocop
37
37
smart_properties
38
38
erubi (1.12.0 )
39
- i18n (1.12 .0 )
39
+ i18n (1.13 .0 )
40
40
concurrent-ruby (~> 1.0 )
41
41
json (2.6.3 )
42
- loofah (2.19.1 )
42
+ loofah (2.21.3 )
43
43
crass (~> 1.0.2 )
44
- nokogiri (>= 1.5.9 )
45
- mini_portile2 (2.8.1 )
44
+ nokogiri (>= 1.12.0 )
45
+ mini_portile2 (2.8.2 )
46
46
minitest (5.18.0 )
47
47
mocha (2.0.2 )
48
48
ruby2_keywords (>= 0.0.5 )
49
- nokogiri (1.14.0 )
50
- mini_portile2 (~> 2.8.0 )
49
+ nokogiri (1.15.2 )
50
+ mini_portile2 (~> 2.8.2 )
51
51
racc (~> 1.4 )
52
- parallel (1.22.1 )
53
- parser (3.2.2.0 )
52
+ parallel (1.23.0 )
53
+ parser (3.2.2.1 )
54
54
ast (~> 2.4.1 )
55
55
racc (1.6.2 )
56
56
rack (3.0.4.1 )
57
57
rails-dom-testing (2.0.3 )
58
58
activesupport (>= 4.2.0 )
59
59
nokogiri (>= 1.6 )
60
- rails-html-sanitizer (1.5.0 )
61
- loofah (~> 2.19 , >= 2.19.1 )
60
+ rails-html-sanitizer (1.6.0 )
61
+ loofah (~> 2.21 )
62
+ nokogiri (~> 1.14 )
62
63
rainbow (3.1.1 )
63
64
rake (13.0.6 )
64
- regexp_parser (2.7 .0 )
65
+ regexp_parser (2.8 .0 )
65
66
rexml (3.2.5 )
66
67
rubocop (1.49.0 )
67
68
json (~> 2.3 )
73
74
rubocop-ast (>= 1.28.0 , < 2.0 )
74
75
ruby-progressbar (~> 1.7 )
75
76
unicode-display_width (>= 2.4.0 , < 3.0 )
76
- rubocop-ast (1.28 .0 )
77
+ rubocop-ast (1.29 .0 )
77
78
parser (>= 3.2.1.0 )
78
79
rubocop-github (0.20.0 )
79
80
rubocop (>= 1.37 )
89
90
ruby-progressbar (1.13.0 )
90
91
ruby2_keywords (0.0.5 )
91
92
smart_properties (1.17.0 )
92
- tzinfo (2.0.5 )
93
+ tzinfo (2.0.6 )
93
94
concurrent-ruby (~> 1.0 )
94
95
unicode-display_width (2.4.2 )
95
96
96
97
PLATFORMS
97
98
ruby
98
99
99
100
DEPENDENCIES
100
- erb_lint (~> 0.3 .0 )
101
+ erb_lint (~> 0.4 .0 )
101
102
erblint-github !
102
103
minitest (~> 5.18.0 )
103
104
mocha (~> 2.0.2 )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
16
16
s . email = [ "opensource+erblint-github@github.com" ]
17
17
s . authors = [ "GitHub Open Source" ]
18
18
19
- s . add_development_dependency "erb_lint" , "~> 0.3 .0"
19
+ s . add_development_dependency "erb_lint" , "~> 0.4 .0"
20
20
s . add_development_dependency "minitest" , "~> 5.18.0"
21
21
s . add_development_dependency "mocha" , "~> 2.0.2"
22
22
s . add_development_dependency "rake" , "~> 13.0.6"
You can’t perform that action at this time.
0 commit comments