Skip to content

Commit d30abd4

Browse files
Bump the minor-and-patch group with 4 updates
Bumps the minor-and-patch group with 4 updates: [rubocop-shopify](https://github.com/Shopify/ruby-style-guide), [sorbet-static-and-runtime](https://github.com/sorbet/sorbet), [ruby-lsp](https://github.com/Shopify/ruby-lsp) and [sorbet-runtime](https://github.com/sorbet/sorbet). Updates `rubocop-shopify` from 2.14.0 to 2.15.1 - [Release notes](https://github.com/Shopify/ruby-style-guide/releases) - [Commits](Shopify/ruby-style-guide@v2.14.0...v2.15.1) Updates `sorbet-static-and-runtime` from 0.5.11249 to 0.5.11262 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) Updates `ruby-lsp` from 0.14.0 to 0.14.1 - [Release notes](https://github.com/Shopify/ruby-lsp/releases) - [Commits](Shopify/ruby-lsp@v0.14.0...v0.14.1) Updates `sorbet-runtime` from 0.5.11249 to 0.5.11262 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) --- updated-dependencies: - dependency-name: rubocop-shopify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: sorbet-static-and-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: ruby-lsp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: sorbet-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba16bf3 commit d30abd4

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem "puma"
1010
gem "sqlite3"
1111
gem "debug", ">= 1.7.0"
1212
gem "mocha"
13-
gem "rubocop-shopify", "~> 2.14", require: false
13+
gem "rubocop-shopify", "~> 2.15", require: false
1414
gem "rubocop-minitest", "~> 0.34.5", require: false
1515
gem "rubocop-rake", "~> 0.6.0", require: false
1616
gem "rubocop-sorbet", "~> 0.7", require: false

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ GEM
145145
ast (~> 2.4.1)
146146
racc
147147
prettier_print (1.2.1)
148-
prism (0.19.0)
148+
prism (0.24.0)
149149
psych (5.1.2)
150150
stringio
151151
puma (6.4.2)
@@ -190,8 +190,8 @@ GEM
190190
zeitwerk (~> 2.6)
191191
rainbow (3.1.1)
192192
rake (13.1.0)
193-
rbi (0.1.6)
194-
prism (>= 0.18.0, < 0.20)
193+
rbi (0.1.9)
194+
prism (>= 0.18.0, < 0.25)
195195
sorbet-runtime (>= 0.5.9204)
196196
rdoc (6.6.2)
197197
psych (>= 4.0.0)
@@ -217,24 +217,24 @@ GEM
217217
rubocop-ast (>= 1.30.0, < 2.0)
218218
rubocop-rake (0.6.0)
219219
rubocop (~> 1.0)
220-
rubocop-shopify (2.14.0)
220+
rubocop-shopify (2.15.1)
221221
rubocop (~> 1.51)
222222
rubocop-sorbet (0.7.7)
223223
rubocop (>= 0.90.0)
224-
ruby-lsp (0.14.0)
224+
ruby-lsp (0.14.1)
225225
language_server-protocol (~> 3.17.0)
226-
prism (>= 0.19.0, < 0.22)
226+
prism (>= 0.22.0, < 0.25)
227227
sorbet-runtime (>= 0.5.10782)
228228
ruby-progressbar (1.13.0)
229229
ruby2_keywords (0.0.5)
230-
sorbet (0.5.11249)
231-
sorbet-static (= 0.5.11249)
232-
sorbet-runtime (0.5.11249)
233-
sorbet-static (0.5.11249-universal-darwin)
234-
sorbet-static (0.5.11249-x86_64-linux)
235-
sorbet-static-and-runtime (0.5.11249)
236-
sorbet (= 0.5.11249)
237-
sorbet-runtime (= 0.5.11249)
230+
sorbet (0.5.11262)
231+
sorbet-static (= 0.5.11262)
232+
sorbet-runtime (0.5.11262)
233+
sorbet-static (0.5.11262-universal-darwin)
234+
sorbet-static (0.5.11262-x86_64-linux)
235+
sorbet-static-and-runtime (0.5.11262)
236+
sorbet (= 0.5.11262)
237+
sorbet-runtime (= 0.5.11262)
238238
spoom (1.2.4)
239239
erubi (>= 1.10.0)
240240
sorbet-static-and-runtime (>= 0.5.10187)
@@ -284,7 +284,7 @@ DEPENDENCIES
284284
rdoc
285285
rubocop-minitest (~> 0.34.5)
286286
rubocop-rake (~> 0.6.0)
287-
rubocop-shopify (~> 2.14)
287+
rubocop-shopify (~> 2.15)
288288
rubocop-sorbet (~> 0.7)
289289
ruby-lsp-rails!
290290
sorbet-static-and-runtime

0 commit comments

Comments
 (0)