diff --git a/Gemfile b/Gemfile index d30dd592b..fbc8bfe69 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ end group :development do gem 'rails-erd' gem 'ruby-lsp', require: false - gem 'ruby-lsp-rspec', '~> 0.1.28', require: false + gem 'ruby-lsp-rspec', '~> 0.1.29', require: false end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index acd1dd848..4822e5abf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -499,7 +499,7 @@ GEM language_server-protocol (~> 3.17.0) prism (>= 1.2, < 2.0) rbs (>= 3, < 5) - ruby-lsp-rspec (0.1.28) + ruby-lsp-rspec (0.1.29) ruby-lsp (~> 0.26.0) ruby-progressbar (1.13.0) ruby-vips (2.2.5) @@ -646,7 +646,7 @@ DEPENDENCIES rubocop-rspec rubocop-rspec_rails ruby-lsp - ruby-lsp-rspec (~> 0.1.28) + ruby-lsp-rspec (~> 0.1.29) selenium-webdriver sentry-rails shoulda-matchers (~> 5.0)