Skip to content

Commit cbcf869

Browse files
Merge pull request #287 from Shopify/dependabot/bundler/minor-and-patch-13100a9044
Bump the minor-and-patch group with 5 updates
2 parents b09e4ea + c0771c5 commit cbcf869

File tree

6 files changed

+23
-19
lines changed

6 files changed

+23
-19
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem "sqlite3"
1111
gem "debug", ">= 1.7.0"
1212
gem "mocha"
1313
gem "rubocop-shopify", "~> 2.15", require: false
14-
gem "rubocop-minitest", "~> 0.34.5", require: false
14+
gem "rubocop-minitest", "~> 0.35.0", require: false
1515
gem "rubocop-rake", "~> 0.6.0", require: false
1616
gem "rubocop-sorbet", "~> 0.7", require: false
1717
gem "rdoc", require: false

Gemfile.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -199,42 +199,42 @@ GEM
199199
reline (0.4.3)
200200
io-console (~> 0.5)
201201
rexml (3.2.6)
202-
rubocop (1.60.2)
202+
rubocop (1.62.1)
203203
json (~> 2.3)
204204
language_server-protocol (>= 3.17.0)
205205
parallel (~> 1.10)
206206
parser (>= 3.3.0.2)
207207
rainbow (>= 2.2.2, < 4.0)
208208
regexp_parser (>= 1.8, < 3.0)
209209
rexml (>= 3.2.5, < 4.0)
210-
rubocop-ast (>= 1.30.0, < 2.0)
210+
rubocop-ast (>= 1.31.1, < 2.0)
211211
ruby-progressbar (~> 1.7)
212212
unicode-display_width (>= 2.4.0, < 3.0)
213-
rubocop-ast (1.30.0)
214-
parser (>= 3.2.1.0)
215-
rubocop-minitest (0.34.5)
216-
rubocop (>= 1.39, < 2.0)
217-
rubocop-ast (>= 1.30.0, < 2.0)
213+
rubocop-ast (1.31.2)
214+
parser (>= 3.3.0.4)
215+
rubocop-minitest (0.35.0)
216+
rubocop (>= 1.61, < 2.0)
217+
rubocop-ast (>= 1.31.1, < 2.0)
218218
rubocop-rake (0.6.0)
219219
rubocop (~> 1.0)
220220
rubocop-shopify (2.15.1)
221221
rubocop (~> 1.51)
222-
rubocop-sorbet (0.7.7)
222+
rubocop-sorbet (0.7.8)
223223
rubocop (>= 0.90.0)
224-
ruby-lsp (0.14.3)
224+
ruby-lsp (0.14.5)
225225
language_server-protocol (~> 3.17.0)
226226
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.11284)
231-
sorbet-static (= 0.5.11284)
232-
sorbet-runtime (0.5.11284)
233-
sorbet-static (0.5.11284-universal-darwin)
234-
sorbet-static (0.5.11284-x86_64-linux)
235-
sorbet-static-and-runtime (0.5.11284)
236-
sorbet (= 0.5.11284)
237-
sorbet-runtime (= 0.5.11284)
230+
sorbet (0.5.11287)
231+
sorbet-static (= 0.5.11287)
232+
sorbet-runtime (0.5.11287)
233+
sorbet-static (0.5.11287-universal-darwin)
234+
sorbet-static (0.5.11287-x86_64-linux)
235+
sorbet-static-and-runtime (0.5.11287)
236+
sorbet (= 0.5.11287)
237+
sorbet-runtime (= 0.5.11287)
238238
spoom (1.2.4)
239239
erubi (>= 1.10.0)
240240
sorbet-static-and-runtime (>= 0.5.10187)
@@ -282,7 +282,7 @@ DEPENDENCIES
282282
puma
283283
rails
284284
rdoc
285-
rubocop-minitest (~> 0.34.5)
285+
rubocop-minitest (~> 0.35.0)
286286
rubocop-rake (~> 0.6.0)
287287
rubocop-shopify (~> 2.15)
288288
rubocop-sorbet (~> 0.7)

lib/tasks/ruby_lsp_rails_tasks.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# frozen_string_literal: true
2+
23
# desc "Explaining what the task does"
34
# task :ruby_lsp_rails do
45
# # Task goes here

test/dummy/config/initializers/content_security_policy.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# typed: true
22
# frozen_string_literal: true
3+
34
# Be sure to restart your server when you modify this file.
45

56
# Define an application-wide content security policy.

test/dummy/config/initializers/inflections.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# typed: true
22
# frozen_string_literal: true
3+
34
# Be sure to restart your server when you modify this file.
45

56
# Add new inflection rules using the following format. Inflections

test/dummy/config/initializers/permissions_policy.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# typed: true
22
# frozen_string_literal: true
3+
34
# Define an application-wide HTTP permissions policy. For further
45
# information see https://developers.google.com/web/updates/2018/06/feature-policy
56
#

0 commit comments

Comments
 (0)