Skip to content

Commit d4f27fb

Browse files
authored
Merge pull request #499 from larouxn/modernize_rubocop_usage
Modernize RuboCop usage ✨
2 parents 1df3036 + 4abbe9e commit d4f27fb

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require:
1+
plugins:
22
- rubocop-performance
33

44
inherit_gem:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "https://rubygems.org"
55
gem "pry-byebug", require: false
66
gem "readline", require: false
77
gem "rubocop", require: false
8-
gem "rubocop-shopify", ">=2.8.0", require: false
8+
gem "rubocop-shopify", require: false
99
gem "rubocop-performance", require: false
1010

1111
gemspec

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -244,25 +244,25 @@ GEM
244244
diff-lcs (>= 1.2.0, < 2.0)
245245
rspec-support (~> 3.13.0)
246246
rspec-support (3.13.1)
247-
rubocop (1.79.1)
247+
rubocop (1.84.2)
248248
json (~> 2.3)
249249
language_server-protocol (~> 3.17.0.2)
250250
lint_roller (~> 1.1.0)
251251
parallel (~> 1.10)
252252
parser (>= 3.3.0.2)
253253
rainbow (>= 2.2.2, < 4.0)
254254
regexp_parser (>= 2.9.3, < 3.0)
255-
rubocop-ast (>= 1.46.0, < 2.0)
255+
rubocop-ast (>= 1.49.0, < 2.0)
256256
ruby-progressbar (~> 1.7)
257257
unicode-display_width (>= 2.4.0, < 4.0)
258-
rubocop-ast (1.46.0)
258+
rubocop-ast (1.49.0)
259259
parser (>= 3.3.7.2)
260-
prism (~> 1.4)
261-
rubocop-performance (1.25.0)
260+
prism (~> 1.7)
261+
rubocop-performance (1.26.1)
262262
lint_roller (~> 1.1)
263263
rubocop (>= 1.75.0, < 2.0)
264-
rubocop-ast (>= 1.38.0, < 2.0)
265-
rubocop-shopify (2.17.0)
264+
rubocop-ast (>= 1.47.1, < 2.0)
265+
rubocop-shopify (2.18.0)
266266
rubocop (~> 1.62)
267267
ruby-progressbar (1.13.0)
268268
securerandom (0.4.1)
@@ -333,7 +333,7 @@ DEPENDENCIES
333333
rspec (~> 3.2)
334334
rubocop
335335
rubocop-performance
336-
rubocop-shopify (>= 2.8.0)
336+
rubocop-shopify
337337
shopify-money!
338338
simplecov
339339
sqlite3

0 commit comments

Comments
 (0)