Skip to content

Commit 9d3703a

Browse files
Bump rubocop-shopify from 2.15.1 to 2.16.0
Bumps [rubocop-shopify](https://github.com/Shopify/ruby-style-guide) from 2.15.1 to 2.16.0. - [Release notes](https://github.com/Shopify/ruby-style-guide/releases) - [Commits](Shopify/ruby-style-guide@v2.15.1...v2.16.0) --- updated-dependencies: - dependency-name: rubocop-shopify dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3bf57de commit 9d3703a

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

Gemfile.lock

+13-11
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,11 @@ GEM
4545
rake
4646
rdoc
4747
semver2
48-
json (2.8.2)
48+
json (2.10.1)
4949
jwt (2.9.3)
5050
base64
5151
language_server-protocol (3.17.0.4)
52+
lint_roller (1.1.0)
5253
logger (1.6.6)
5354
method_source (1.1.0)
5455
mime-types (2.99.3)
@@ -77,7 +78,7 @@ GEM
7778
multi_xml (~> 0.5)
7879
rack (>= 1.2, < 3)
7980
parallel (1.26.3)
80-
parser (3.3.6.0)
81+
parser (3.3.7.1)
8182
ast (~> 2.4.1)
8283
racc
8384
power_assert (2.0.4)
@@ -99,23 +100,24 @@ GEM
99100
rchardet (1.8.0)
100101
rdoc (6.10.0)
101102
psych (>= 4.0.0)
102-
regexp_parser (2.9.3)
103+
regexp_parser (2.10.0)
103104
reline (0.6.0)
104105
io-console (~> 0.5)
105-
rubocop (1.69.0)
106+
rubocop (1.73.2)
106107
json (~> 2.3)
107-
language_server-protocol (>= 3.17.0)
108+
language_server-protocol (~> 3.17.0.2)
109+
lint_roller (~> 1.1.0)
108110
parallel (~> 1.10)
109111
parser (>= 3.3.0.2)
110112
rainbow (>= 2.2.2, < 4.0)
111-
regexp_parser (>= 2.4, < 3.0)
112-
rubocop-ast (>= 1.36.1, < 2.0)
113+
regexp_parser (>= 2.9.3, < 3.0)
114+
rubocop-ast (>= 1.38.0, < 2.0)
113115
ruby-progressbar (~> 1.7)
114116
unicode-display_width (>= 2.4.0, < 4.0)
115-
rubocop-ast (1.36.2)
117+
rubocop-ast (1.38.1)
116118
parser (>= 3.3.1.0)
117-
rubocop-shopify (2.15.1)
118-
rubocop (~> 1.51)
119+
rubocop-shopify (2.16.0)
120+
rubocop (~> 1.62)
119121
ruby-lsp (0.23.11)
120122
language_server-protocol (~> 3.17.0)
121123
prism (>= 1.2, < 2.0)
@@ -130,7 +132,7 @@ GEM
130132
power_assert
131133
thor (1.3.2)
132134
thread_safe (0.3.6)
133-
unicode-display_width (3.1.2)
135+
unicode-display_width (3.1.4)
134136
unicode-emoji (~> 4.0, >= 4.0.4)
135137
unicode-emoji (4.0.4)
136138

0 commit comments

Comments
 (0)