File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 52
52
erubi (~> 1.4 )
53
53
parser (>= 2.4 )
54
54
smart_properties
55
- bigdecimal (3.1.8 )
55
+ bigdecimal (3.1.9 )
56
56
bootsnap (1.18.3 )
57
57
msgpack (~> 1.2 )
58
58
builder (3.3.0 )
66
66
regexp_parser (>= 1.5 , < 3.0 )
67
67
xpath (~> 3.2 )
68
68
coderay (1.1.3 )
69
- concurrent-ruby (1.3.4 )
70
- connection_pool (2.4.1 )
69
+ concurrent-ruby (1.3.5 )
70
+ connection_pool (2.5.0 )
71
71
crack (1.0.0 )
72
72
bigdecimal
73
73
rexml
103
103
hashdiff (1.1.0 )
104
104
htmlbeautifier (1.4.3 )
105
105
htmlentities (4.3.4 )
106
- i18n (1.14.6 )
106
+ i18n (1.14.7 )
107
107
concurrent-ruby (~> 1.0 )
108
108
io-console (0.7.2 )
109
109
irb (1.14.0 )
@@ -137,11 +137,11 @@ GEM
137
137
method_source (1.1.0 )
138
138
mini_mime (1.1.5 )
139
139
mini_portile2 (2.8.7 )
140
- minitest (5.25.1 )
140
+ minitest (5.25.4 )
141
141
mocha (2.3.0 )
142
142
ruby2_keywords (>= 0.0.5 )
143
143
msgpack (1.7.2 )
144
- mutex_m (0.2 .0 )
144
+ mutex_m (0.3 .0 )
145
145
nio4r (2.7.3 )
146
146
nokogiri (1.16.7 )
147
147
mini_portile2 (~> 2.8.2 )
150
150
racc (~> 1.4 )
151
151
octicons (19.9.0 )
152
152
parallel (1.26.3 )
153
- parser (3.3.5.0 )
153
+ parser (3.3.7.1 )
154
154
ast (~> 2.4.1 )
155
155
racc
156
156
pry (0.14.2 )
162
162
puma (6.4.2 )
163
163
nio4r (~> 2.0 )
164
164
racc (1.8.1 )
165
- rack (3.1.7 )
165
+ rack (3.1.12 )
166
166
rack-cors (2.0.2 )
167
167
rack (>= 2.0.0 )
168
168
rack-proxy (0.7.7 )
@@ -223,11 +223,12 @@ GEM
223
223
lint_roller (~> 1.1 )
224
224
rubocop (>= 1.72.1 , < 2.0 )
225
225
rubocop-ast (>= 1.38.0 , < 2.0 )
226
- rubocop-rails (2.25.0 )
226
+ rubocop-rails (2.30.3 )
227
227
activesupport (>= 4.2.0 )
228
+ lint_roller (~> 1.1 )
228
229
rack (>= 1.1 )
229
- rubocop (>= 1.33.0 , < 2.0 )
230
- rubocop-ast (>= 1.31.1 , < 2.0 )
230
+ rubocop (>= 1.72.1 , < 2.0 )
231
+ rubocop-ast (>= 1.38.0 , < 2.0 )
231
232
rubocop-rails-accessibility (1.0.1 )
232
233
rubocop (>= 1.0.0 )
233
234
ruby-progressbar (1.13.0 )
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ module Accessibility
37
37
}
38
38
} . freeze
39
39
40
+ # rubocop:disable Style/ClassMethodsDefinitions
40
41
class << self
41
42
def ignore_preview? ( preview_class )
42
43
IGNORED_PREVIEWS . include? ( preview_class )
You can’t perform that action at this time.
0 commit comments