From 0dbc088f50a5e26392deb908132c532a36ebb15e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:38:31 +0000 Subject: [PATCH] Bump the minor-and-patch group with 10 updates Bumps the minor-and-patch group with 10 updates: | Package | From | To | | --- | --- | --- | | [debug](https://github.com/ruby/debug) | `1.8.0` | `1.9.1` | | [minitest](https://github.com/minitest/minitest) | `5.20.0` | `5.21.2` | | [rake](https://github.com/ruby/rake) | `13.0.6` | `13.1.0` | | [rubocop](https://github.com/rubocop/rubocop) | `1.56.2` | `1.60.2` | | [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) | `0.31.1` | `0.34.5` | | [rubocop-sorbet](https://github.com/shopify/rubocop-sorbet) | `0.7.3` | `0.7.6` | | [sorbet-static-and-runtime](https://github.com/sorbet/sorbet) | `0.5.11011` | `0.5.11219` | | [tapioca](https://github.com/Shopify/tapioca) | `0.11.8` | `0.12.0` | | [rdoc](https://github.com/ruby/rdoc) | `6.5.0` | `6.6.2` | | [psych](https://github.com/ruby/psych) | `5.1.0` | `5.1.2` | Updates `debug` from 1.8.0 to 1.9.1 - [Release notes](https://github.com/ruby/debug/releases) - [Commits](https://github.com/ruby/debug/compare/v1.8.0...v1.9.1) Updates `minitest` from 5.20.0 to 5.21.2 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.20.0...v5.21.2) Updates `rake` from 13.0.6 to 13.1.0 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v13.0.6...v13.1.0) Updates `rubocop` from 1.56.2 to 1.60.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.56.2...v1.60.2) Updates `rubocop-minitest` from 0.31.1 to 0.34.5 - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-minitest/compare/v0.31.1...v0.34.5) Updates `rubocop-sorbet` from 0.7.3 to 0.7.6 - [Release notes](https://github.com/shopify/rubocop-sorbet/releases) - [Commits](https://github.com/shopify/rubocop-sorbet/compare/v0.7.3...v0.7.6) Updates `sorbet-static-and-runtime` from 0.5.11011 to 0.5.11219 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) Updates `tapioca` from 0.11.8 to 0.12.0 - [Release notes](https://github.com/Shopify/tapioca/releases) - [Commits](https://github.com/Shopify/tapioca/compare/v0.11.8...v0.12.0) Updates `rdoc` from 6.5.0 to 6.6.2 - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rdoc/compare/v6.5.0...v6.6.2) Updates `psych` from 5.1.0 to 5.1.2 - [Release notes](https://github.com/ruby/psych/releases) - [Commits](https://github.com/ruby/psych/compare/v5.1.0...v5.1.2) --- updated-dependencies: - dependency-name: debug dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: rake dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: rubocop-minitest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: rubocop-sorbet dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: sorbet-static-and-runtime dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tapioca dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: rdoc dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: psych dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 12 +++--- Gemfile.lock | 109 +++++++++++++++++++++++---------------------------- 2 files changed, 56 insertions(+), 65 deletions(-) diff --git a/Gemfile b/Gemfile index eb00d2363..27df20634 100644 --- a/Gemfile +++ b/Gemfile @@ -9,18 +9,18 @@ NON_WINDOWS_PLATFORMS = [:ruby] # C Ruby (MRI), Rubinius or TruffleRuby, but NOT group :development do gem "bundler", "~> 2.4.2" - gem "debug", "~> 1.8", require: false - gem "minitest", "~> 5.20" + gem "debug", "~> 1.9", require: false + gem "minitest", "~> 5.21" gem "minitest-reporters", "~> 1.6" gem "mocha", "~> 2.1" - gem "rake", "~> 13.0" - gem "rubocop", "~> 1.56" + gem "rake", "~> 13.1" + gem "rubocop", "~> 1.60" gem "rubocop-shopify", "~> 2.14", require: false - gem "rubocop-minitest", "~> 0.31.1", require: false + gem "rubocop-minitest", "~> 0.34.5", require: false gem "rubocop-rake", "~> 0.6.0", require: false gem "rubocop-sorbet", "~> 0.7", require: false gem "sorbet-static-and-runtime", platforms: NON_WINDOWS_PLATFORMS - gem "tapioca", "~> 0.11", require: false, platforms: NON_WINDOWS_PLATFORMS + gem "tapioca", "~> 0.12", require: false, platforms: NON_WINDOWS_PLATFORMS gem "rdoc", require: false gem "psych", "~> 5.1", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index cfd3b6fdc..3a2f5426d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,20 +12,18 @@ GEM specs: ansi (1.5.0) ast (2.4.2) - base64 (0.1.1) builder (3.2.4) - debug (1.8.0) - irb (>= 1.5.0) - reline (>= 0.3.1) - diff-lcs (1.5.0) + debug (1.9.1) + irb (~> 1.10) + reline (>= 0.3.8) erubi (1.12.0) - io-console (0.6.0) - irb (1.8.0) - rdoc (~> 6.5) - reline (>= 0.3.6) - json (2.6.3) + io-console (0.7.2) + irb (1.11.1) + rdoc + reline (>= 0.4.2) + json (2.7.1) language_server-protocol (3.17.0.3) - minitest (5.20.0) + minitest (5.21.2) minitest-reporters (1.6.1) ansi builder @@ -34,82 +32,77 @@ GEM mocha (2.1.0) ruby2_keywords (>= 0.0.5) netrc (0.11.0) - parallel (1.23.0) - parser (3.2.2.3) + parallel (1.24.0) + parser (3.3.0.5) ast (~> 2.4.1) racc prettier_print (1.2.1) - psych (5.1.0) + prism (0.19.0) + psych (5.1.2) stringio - racc (1.7.1) + racc (1.7.3) rainbow (3.1.1) - rake (13.0.6) - rbi (0.0.17) - ast - parser (>= 3.0.0) + rake (13.1.0) + rbi (0.1.6) + prism (>= 0.18.0, < 0.20) sorbet-runtime (>= 0.5.9204) - unparser (>= 0.5.6) - rdoc (6.5.0) + rdoc (6.6.2) psych (>= 4.0.0) - regexp_parser (2.8.1) - reline (0.3.8) + regexp_parser (2.9.0) + reline (0.4.2) io-console (~> 0.5) rexml (3.2.6) - rubocop (1.56.2) - base64 (~> 0.1.1) + rubocop (1.60.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) - rubocop-minitest (0.31.1) + rubocop-minitest (0.34.5) rubocop (>= 1.39, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) rubocop-shopify (2.14.0) rubocop (~> 1.51) - rubocop-sorbet (0.7.3) + rubocop-sorbet (0.7.6) rubocop (>= 0.90.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - sorbet (0.5.11011) - sorbet-static (= 0.5.11011) - sorbet-runtime (0.5.11011) - sorbet-static (0.5.11011-universal-darwin) - sorbet-static (0.5.11011-x86_64-linux) - sorbet-static-and-runtime (0.5.11011) - sorbet (= 0.5.11011) - sorbet-runtime (= 0.5.11011) - spoom (1.2.2) + sorbet (0.5.11219) + sorbet-static (= 0.5.11219) + sorbet-runtime (0.5.11219) + sorbet-static (0.5.11219-universal-darwin) + sorbet-static (0.5.11219-x86_64-linux) + sorbet-static-and-runtime (0.5.11219) + sorbet (= 0.5.11219) + sorbet-runtime (= 0.5.11219) + spoom (1.2.4) erubi (>= 1.10.0) - sorbet (>= 0.5.10187) - sorbet-runtime (>= 0.5.9204) + sorbet-static-and-runtime (>= 0.5.10187) syntax_tree (>= 6.1.1) thor (>= 0.19.2) - stringio (3.0.7) - syntax_tree (6.1.1) + stringio (3.1.0) + syntax_tree (6.2.0) prettier_print (>= 1.2.0) - tapioca (0.11.8) + tapioca (0.12.0) bundler (>= 2.2.25) netrc (>= 0.11.0) parallel (>= 1.21.0) - rbi (~> 0.0.0, >= 0.0.16) - sorbet-static-and-runtime (>= 0.5.10187) + rbi (>= 0.1.4, < 0.2) + sorbet-static-and-runtime (>= 0.5.10820) spoom (~> 1.2.0, >= 1.2.0) thor (>= 1.2.0) yard-sorbet - thor (1.2.2) - unicode-display_width (2.4.2) - unparser (0.6.8) - diff-lcs (~> 1.3) - parser (>= 3.2.0) + thor (1.3.0) + unicode-display_width (2.5.0) yard (0.9.34) yard-sorbet (0.8.1) sorbet-runtime (>= 0.5) @@ -118,28 +111,26 @@ GEM PLATFORMS arm64-darwin - x64-mingw-ucrt - x64-mingw32 x86_64-darwin x86_64-linux DEPENDENCIES bundler (~> 2.4.2) - debug (~> 1.8) - minitest (~> 5.20) + debug (~> 1.9) + minitest (~> 5.21) minitest-reporters (~> 1.6) mocha (~> 2.1) psych (~> 5.1) - rake (~> 13.0) + rake (~> 13.1) rdoc - rubocop (~> 1.56) - rubocop-minitest (~> 0.31.1) + rubocop (~> 1.60) + rubocop-minitest (~> 0.34.5) rubocop-rake (~> 0.6.0) rubocop-shopify (~> 2.14) rubocop-sorbet (~> 0.7) ruby-lsp! sorbet-static-and-runtime - tapioca (~> 0.11) + tapioca (~> 0.12) BUNDLED WITH 2.4.10