diff --git a/Gemfile b/Gemfile index a02a6a21..fe8848d4 100644 --- a/Gemfile +++ b/Gemfile @@ -51,7 +51,7 @@ group :development do gem 'rubocop-factory_bot', '~> 2.26', require: false gem 'rubocop-minitest', '~> 0.36.0', require: false gem 'rubocop-rails', '~> 2.29', require: false - gem 'ruby-lsp', '~> 0.23.6', require: false + gem 'ruby-lsp', '~> 0.23.8', require: false gem 'brakeman', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index e22035d1..eb6c4ca5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -249,7 +249,7 @@ GEM rack (>= 1.1) rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - ruby-lsp (0.23.6) + ruby-lsp (0.23.8) language_server-protocol (~> 3.17.0) prism (>= 1.2, < 2.0) rbs (>= 3, < 4) @@ -269,7 +269,7 @@ GEM simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - sorbet-runtime (0.5.11765) + sorbet-runtime (0.5.11798) stringio (3.1.2) thor (1.3.2) timeout (0.4.3) @@ -311,7 +311,7 @@ DEPENDENCIES rubocop-factory_bot (~> 2.26) rubocop-minitest (~> 0.36.0) rubocop-rails (~> 2.29) - ruby-lsp (~> 0.23.6) + ruby-lsp (~> 0.23.8) simplecov (~> 0.22) simplecov-cobertura (~> 2.1.0) tzinfo-data diff --git a/gemset.nix b/gemset.nix index 4cb74ea5..4b1225d9 100644 --- a/gemset.nix +++ b/gemset.nix @@ -969,10 +969,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "19p74k9l3gd7ix90iyw49i3a7ankklwzq50399dwl0sfc515mi8s"; + sha256 = "08n018gfm7xry6b0mym4qyamr3jd81m7ar3jyc27yd5lgqnv8qab"; type = "gem"; }; - version = "0.23.6"; + version = "0.23.8"; }; ruby-progressbar = { groups = ["default" "development"]; @@ -1062,10 +1062,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "13hw748y1x2ggh3ag2rbzwq0zygbn8jrg8kk0brvvvr31i14py87"; + sha256 = "0wh36hxrb214nnv7lgnrzrmz27y77kw123x6za369q9dzz82cc9b"; type = "gem"; }; - version = "0.5.11765"; + version = "0.5.11798"; }; stringio = { groups = ["default" "development" "test"];