diff --git a/Gemfile b/Gemfile index 2879ddd3..709ee12b 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.25', require: false - gem 'ruby-lsp', '~> 0.17.12', require: false + gem 'ruby-lsp', '~> 0.17.13', require: false gem 'brakeman', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 6afb2755..c3e2ba59 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -256,7 +256,7 @@ GEM rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - ruby-lsp (0.17.12) + ruby-lsp (0.17.13) language_server-protocol (~> 3.17.0) prism (>= 0.29.0, < 0.31) rbs (>= 3, < 4) @@ -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.11518) + sorbet-runtime (0.5.11528) stringio (3.1.1) strscan (3.1.0) thor (1.3.1) @@ -316,7 +316,7 @@ DEPENDENCIES rubocop-factory_bot (~> 2.26) rubocop-minitest (~> 0.35.1) rubocop-rails (~> 2.25) - ruby-lsp (~> 0.17.12) + ruby-lsp (~> 0.17.13) simplecov (~> 0.21) tzinfo-data wahwah (~> 1.6.4)