Skip to content

Commit cec2f3d

Browse files
committed
Bump rubocop
1 parent 78c2dc7 commit cec2f3d

File tree

3 files changed

+19
-22
lines changed

3 files changed

+19
-22
lines changed

.rubocop.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ require:
33
- rubocop-rake
44
- rubocop-rails
55
- rubocop-rspec
6+
- rubocop-rspec_rails
67

78
AllCops:
89
NewCops: enable
910
TargetRubyVersion: 2.6
1011

11-
RSpec/FilePath:
12-
CustomTransform:
13-
GraphQL: graphql
14-
1512
Gemspec/RequireMFA:
1613
Enabled: false
1714

Gemfile.lock

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ GEM
135135
racc (~> 1.4)
136136
nokogiri (1.16.7-x86_64-linux)
137137
racc (~> 1.4)
138-
parallel (1.24.0)
139-
parser (3.3.1.0)
138+
parallel (1.25.1)
139+
parser (3.3.4.0)
140140
ast (~> 2.4.1)
141141
racc
142142
pg (1.5.6)
@@ -184,10 +184,11 @@ GEM
184184
rake (13.2.1)
185185
rdoc (6.7.0)
186186
psych (>= 4.0.0)
187-
regexp_parser (2.9.1)
187+
regexp_parser (2.9.2)
188188
reline (0.5.9)
189189
io-console (~> 0.5)
190-
rexml (3.2.6)
190+
rexml (3.3.4)
191+
strscan
191192
rspec (3.13.0)
192193
rspec-core (~> 3.13.0)
193194
rspec-expectations (~> 3.13.0)
@@ -211,37 +212,33 @@ GEM
211212
rspec-support (3.13.1)
212213
rspec_junit_formatter (0.6.0)
213214
rspec-core (>= 2, < 4, != 2.12.0)
214-
rubocop (1.63.5)
215+
rubocop (1.65.1)
215216
json (~> 2.3)
216217
language_server-protocol (>= 3.17.0)
217218
parallel (~> 1.10)
218219
parser (>= 3.3.0.2)
219220
rainbow (>= 2.2.2, < 4.0)
220-
regexp_parser (>= 1.8, < 3.0)
221+
regexp_parser (>= 2.4, < 3.0)
221222
rexml (>= 3.2.5, < 4.0)
222223
rubocop-ast (>= 1.31.1, < 2.0)
223224
ruby-progressbar (~> 1.7)
224225
unicode-display_width (>= 2.4.0, < 3.0)
225226
rubocop-ast (1.31.3)
226227
parser (>= 3.3.1.0)
227-
rubocop-capybara (2.20.0)
228-
rubocop (~> 1.41)
229-
rubocop-factory_bot (2.25.1)
230-
rubocop (~> 1.41)
231-
rubocop-rails (2.24.1)
228+
rubocop-factory_bot (2.26.1)
229+
rubocop (~> 1.61)
230+
rubocop-rails (2.25.1)
232231
activesupport (>= 4.2.0)
233232
rack (>= 1.1)
234233
rubocop (>= 1.33.0, < 2.0)
235234
rubocop-ast (>= 1.31.1, < 2.0)
236235
rubocop-rake (0.6.0)
237236
rubocop (~> 1.0)
238-
rubocop-rspec (2.29.2)
239-
rubocop (~> 1.40)
240-
rubocop-capybara (~> 2.17)
241-
rubocop-factory_bot (~> 2.22)
242-
rubocop-rspec_rails (~> 2.28)
243-
rubocop-rspec_rails (2.28.3)
244-
rubocop (~> 1.40)
237+
rubocop-rspec (3.0.3)
238+
rubocop (~> 1.61)
239+
rubocop-rspec_rails (2.30.0)
240+
rubocop (~> 1.61)
241+
rubocop-rspec (~> 3, >= 3.0.1)
245242
ruby-progressbar (1.13.0)
246243
simplecov (0.22.0)
247244
docile (~> 1.1)
@@ -250,6 +247,7 @@ GEM
250247
simplecov-html (0.12.3)
251248
simplecov_json_formatter (0.1.4)
252249
stringio (3.1.1)
250+
strscan (3.1.0)
253251
thor (1.3.1)
254252
timeout (0.4.1)
255253
tzinfo (2.0.6)
@@ -278,6 +276,7 @@ DEPENDENCIES
278276
rubocop-rails
279277
rubocop-rake
280278
rubocop-rspec
279+
rubocop-rspec_rails
281280
simplecov
282281

283282
BUNDLED WITH

graphql-sources.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ Gem::Specification.new do |spec|
3434
spec.add_development_dependency 'rubocop-rails'
3535
spec.add_development_dependency 'rubocop-rake'
3636
spec.add_development_dependency 'rubocop-rspec'
37+
spec.add_development_dependency 'rubocop-rspec_rails'
3738
spec.add_development_dependency 'simplecov'
3839
end

0 commit comments

Comments
 (0)