Skip to content

Commit 9b552b5

Browse files
Merge pull request #845 from Shopify/dependabot/bundler/rubocop-1.55.0
Bump rubocop from 1.54.2 to 1.55.0
2 parents e0530f9 + 19e41e3 commit 9b552b5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem "minitest", "~> 5.19"
1313
gem "minitest-reporters", "~> 1.6"
1414
gem "mocha", "~> 2.1"
1515
gem "rake", "~> 13.0"
16-
gem "rubocop", "~> 1.54"
16+
gem "rubocop", "~> 1.55"
1717
gem "rubocop-shopify", "~> 2.14", require: false
1818
gem "rubocop-minitest", "~> 0.31.0", require: false
1919
gem "rubocop-rake", "~> 0.6.0", require: false

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,16 @@ GEM
9898
regexp_parser (2.8.1)
9999
reline (0.3.5)
100100
io-console (~> 0.5)
101-
rexml (3.2.5)
102-
rubocop (1.54.2)
101+
rexml (3.2.6)
102+
rubocop (1.55.0)
103103
json (~> 2.3)
104104
language_server-protocol (>= 3.17.0)
105105
parallel (~> 1.10)
106106
parser (>= 3.2.2.3)
107107
rainbow (>= 2.2.2, < 4.0)
108108
regexp_parser (>= 1.8, < 3.0)
109109
rexml (>= 3.2.5, < 4.0)
110-
rubocop-ast (>= 1.28.0, < 2.0)
110+
rubocop-ast (>= 1.28.1, < 2.0)
111111
ruby-progressbar (~> 1.7)
112112
unicode-display_width (>= 2.4.0, < 3.0)
113113
rubocop-ast (1.29.0)
@@ -186,7 +186,7 @@ DEPENDENCIES
186186
railties (~> 7.0)
187187
rake (~> 13.0)
188188
rdoc
189-
rubocop (~> 1.54)
189+
rubocop (~> 1.55)
190190
rubocop-minitest (~> 0.31.0)
191191
rubocop-rake (~> 0.6.0)
192192
rubocop-shopify (~> 2.14)

0 commit comments

Comments
 (0)