Skip to content

Commit bdba80c

Browse files
authored
Merge pull request #298 from ruby-i18n/dependabot/bundler/rubocop-shopify-2.16.0
Bump rubocop-shopify from 2.15.1 to 2.16.0
2 parents e07f348 + 7e3a734 commit bdba80c

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

Gemfile.lock

+16-13
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GEM
22
remote: http://rubygems.org/
33
specs:
44
addressable (2.4.0)
5-
ast (2.4.2)
5+
ast (2.4.3)
66
base64 (0.2.0)
77
bigdecimal (3.1.8)
88
builder (3.3.0)
@@ -45,10 +45,11 @@ GEM
4545
rake
4646
rdoc
4747
semver2
48-
json (2.8.2)
48+
json (2.10.2)
4949
jwt (2.9.3)
5050
base64
5151
language_server-protocol (3.17.0.4)
52+
lint_roller (1.1.0)
5253
logger (1.7.0)
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.4)
8182
ast (~> 2.4.1)
8283
racc
8384
power_assert (2.0.4)
@@ -99,23 +100,25 @@ 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.75.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.44.0, < 2.0)
113115
ruby-progressbar (~> 1.7)
114116
unicode-display_width (>= 2.4.0, < 4.0)
115-
rubocop-ast (1.36.2)
116-
parser (>= 3.3.1.0)
117-
rubocop-shopify (2.15.1)
118-
rubocop (~> 1.51)
117+
rubocop-ast (1.44.0)
118+
parser (>= 3.3.7.2)
119+
prism (~> 1.4)
120+
rubocop-shopify (2.16.0)
121+
rubocop (~> 1.62)
119122
ruby-lsp (0.23.13)
120123
language_server-protocol (~> 3.17.0)
121124
prism (>= 1.2, < 2.0)
@@ -130,7 +133,7 @@ GEM
130133
power_assert
131134
thor (1.3.2)
132135
thread_safe (0.3.6)
133-
unicode-display_width (3.1.2)
136+
unicode-display_width (3.1.4)
134137
unicode-emoji (~> 4.0, >= 4.0.4)
135138
unicode-emoji (4.0.4)
136139

0 commit comments

Comments
 (0)