From 4b489b3a4d7effe5227b31b292f7bc93f542aba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 13:48:31 +0200 Subject: [PATCH] Bump ruby-lsp from 0.17.15 to 0.17.17 (#629) * Bump ruby-lsp from 0.17.15 to 0.17.17 Bumps [ruby-lsp](https://github.com/Shopify/ruby-lsp) from 0.17.15 to 0.17.17. - [Release notes](https://github.com/Shopify/ruby-lsp/releases) - [Commits](https://github.com/Shopify/ruby-lsp/compare/v0.17.15...v0.17.17) --- updated-dependencies: - dependency-name: ruby-lsp dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update gemset.nix --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- gemset.nix | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 5f49a59c..d4b1e7c6 100644 --- a/Gemfile +++ b/Gemfile @@ -53,7 +53,7 @@ group :development do gem 'rubocop-factory_bot', '~> 2.26', require: false gem 'rubocop-minitest', '~> 0.35.1', require: false gem 'rubocop-rails', '~> 2.26', require: false - gem 'ruby-lsp', '~> 0.17.15', require: false + gem 'ruby-lsp', '~> 0.17.17', require: false gem 'brakeman', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index af139a9e..aaab46f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -174,7 +174,7 @@ GEM ast (~> 2.4.1) racc pg (1.5.7) - prism (0.30.0) + prism (1.0.0) psych (5.1.2) stringio puma (6.4.2) @@ -256,9 +256,9 @@ GEM rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - ruby-lsp (0.17.15) + ruby-lsp (0.17.17) language_server-protocol (~> 3.17.0) - prism (>= 0.29.0, < 0.31) + prism (~> 1.0) rbs (>= 3, < 4) sorbet-runtime (>= 0.5.10782) ruby-progressbar (1.13.0) @@ -273,7 +273,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.3) - sorbet-runtime (0.5.11545) + sorbet-runtime (0.5.11553) stringio (3.1.1) strscan (3.1.0) thor (1.3.2) @@ -316,7 +316,7 @@ DEPENDENCIES rubocop-factory_bot (~> 2.26) rubocop-minitest (~> 0.35.1) rubocop-rails (~> 2.26) - ruby-lsp (~> 0.17.15) + ruby-lsp (~> 0.17.17) simplecov (~> 0.21) tzinfo-data wahwah (~> 1.6.6) diff --git a/gemset.nix b/gemset.nix index eadc05f4..74894075 100644 --- a/gemset.nix +++ b/gemset.nix @@ -692,10 +692,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "05j9bcxdz6wfnrjn32zvdwj1qsbp88mwx3rv7g256gziya6avc2r"; + sha256 = "0w6v6hc7pk7hrsvkpr1jkk55syna94im7yzmjim0lly2aadwn86c"; type = "gem"; }; - version = "0.30.0"; + version = "1.0.0"; }; psych = { dependencies = ["stringio"]; @@ -983,10 +983,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0mvy5c0cbf16qmy8z5q39jjf9ap4lp1qm0gdwbpvy4rpg7fg3in7"; + sha256 = "12vrkd5650m7rfh23lzhmp6384y29adxlhmsq5ll6d7ysc6v8iv1"; type = "gem"; }; - version = "0.17.15"; + version = "0.17.17"; }; ruby-progressbar = { groups = ["default" "development"]; @@ -1065,10 +1065,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0c0dp8mi5ip6b15aqxqfv7ckp9xi1nqr72h48wx0gzb2xkxvqlpc"; + sha256 = "07lk8iia7sgcg6iblgqbrpy1qzc7713146vz4m1nw88ndgddvin4"; type = "gem"; }; - version = "0.5.11545"; + version = "0.5.11553"; }; stringio = { groups = ["default" "development" "test"];