Skip to content

Commit 6961be7

Browse files
committed
Update more
1 parent 5162bd2 commit 6961be7

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

Gemfile.lock

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ GEM
5252
erubi (~> 1.4)
5353
parser (>= 2.4)
5454
smart_properties
55-
bigdecimal (3.1.8)
55+
bigdecimal (3.1.9)
5656
bootsnap (1.18.3)
5757
msgpack (~> 1.2)
5858
builder (3.3.0)
@@ -66,8 +66,8 @@ GEM
6666
regexp_parser (>= 1.5, < 3.0)
6767
xpath (~> 3.2)
6868
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)
7171
crack (1.0.0)
7272
bigdecimal
7373
rexml
@@ -103,7 +103,7 @@ GEM
103103
hashdiff (1.1.0)
104104
htmlbeautifier (1.4.3)
105105
htmlentities (4.3.4)
106-
i18n (1.14.6)
106+
i18n (1.14.7)
107107
concurrent-ruby (~> 1.0)
108108
io-console (0.7.2)
109109
irb (1.14.0)
@@ -137,11 +137,11 @@ GEM
137137
method_source (1.1.0)
138138
mini_mime (1.1.5)
139139
mini_portile2 (2.8.7)
140-
minitest (5.25.1)
140+
minitest (5.25.4)
141141
mocha (2.3.0)
142142
ruby2_keywords (>= 0.0.5)
143143
msgpack (1.7.2)
144-
mutex_m (0.2.0)
144+
mutex_m (0.3.0)
145145
nio4r (2.7.3)
146146
nokogiri (1.16.7)
147147
mini_portile2 (~> 2.8.2)
@@ -150,7 +150,7 @@ GEM
150150
racc (~> 1.4)
151151
octicons (19.9.0)
152152
parallel (1.26.3)
153-
parser (3.3.5.0)
153+
parser (3.3.7.1)
154154
ast (~> 2.4.1)
155155
racc
156156
pry (0.14.2)
@@ -162,7 +162,7 @@ GEM
162162
puma (6.4.2)
163163
nio4r (~> 2.0)
164164
racc (1.8.1)
165-
rack (3.1.7)
165+
rack (3.1.12)
166166
rack-cors (2.0.2)
167167
rack (>= 2.0.0)
168168
rack-proxy (0.7.7)
@@ -223,11 +223,12 @@ GEM
223223
lint_roller (~> 1.1)
224224
rubocop (>= 1.72.1, < 2.0)
225225
rubocop-ast (>= 1.38.0, < 2.0)
226-
rubocop-rails (2.25.0)
226+
rubocop-rails (2.30.3)
227227
activesupport (>= 4.2.0)
228+
lint_roller (~> 1.1)
228229
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)
231232
rubocop-rails-accessibility (1.0.1)
232233
rubocop (>= 1.0.0)
233234
ruby-progressbar (1.13.0)

lib/primer/accessibility.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ module Accessibility
3737
}
3838
}.freeze
3939

40+
# rubocop:disable Style/ClassMethodsDefinitions
4041
class << self
4142
def ignore_preview?(preview_class)
4243
IGNORED_PREVIEWS.include?(preview_class)

0 commit comments

Comments
 (0)