Skip to content

Commit 2788de8

Browse files
dependabot[bot]zetter-rpf
authored andcommitted
Bump ruby-lsp-rspec from 0.1.27 to 0.1.28
Bumps [ruby-lsp-rspec](https://github.com/st0012/ruby-lsp-rspec) from 0.1.27 to 0.1.28. - [Release notes](https://github.com/st0012/ruby-lsp-rspec/releases) - [Commits](st0012/ruby-lsp-rspec@v0.1.27...v0.1.28) --- updated-dependencies: - dependency-name: ruby-lsp-rspec dependency-version: 0.1.28 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 070d16f commit 2788de8

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ end
6767
group :development do
6868
gem 'rails-erd'
6969
gem 'ruby-lsp', require: false
70-
gem 'ruby-lsp-rspec', '~> 0.1.27', require: false
70+
gem 'ruby-lsp-rspec', '~> 0.1.28', require: false
7171
end
7272

7373
group :test do

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ GEM
341341
pp (0.6.2)
342342
prettyprint
343343
prettyprint (0.2.0)
344-
prism (1.4.0)
344+
prism (1.9.0)
345345
pry (0.15.2)
346346
coderay (~> 1.1)
347347
method_source (~> 1.0)
@@ -407,8 +407,9 @@ GEM
407407
zeitwerk (~> 2.6)
408408
rainbow (3.1.1)
409409
rake (13.3.0)
410-
rbs (3.9.4)
410+
rbs (3.10.3)
411411
logger
412+
tsort
412413
rdoc (6.14.2)
413414
erb
414415
psych (>= 4.0.0)
@@ -487,7 +488,7 @@ GEM
487488
language_server-protocol (~> 3.17.0)
488489
prism (>= 1.2, < 2.0)
489490
rbs (>= 3, < 5)
490-
ruby-lsp-rspec (0.1.27)
491+
ruby-lsp-rspec (0.1.28)
491492
ruby-lsp (~> 0.26.0)
492493
ruby-progressbar (1.13.0)
493494
ruby-vips (2.2.5)
@@ -543,6 +544,7 @@ GEM
543544
time (0.4.1)
544545
date
545546
timeout (0.4.3)
547+
tsort (0.2.0)
546548
tzinfo (2.0.6)
547549
concurrent-ruby (~> 1.0)
548550
unaccent (0.4.0)
@@ -632,7 +634,7 @@ DEPENDENCIES
632634
rubocop-rspec
633635
rubocop-rspec_rails
634636
ruby-lsp
635-
ruby-lsp-rspec (~> 0.1.27)
637+
ruby-lsp-rspec (~> 0.1.28)
636638
selenium-webdriver
637639
sentry-rails
638640
shoulda-matchers (~> 5.0)

0 commit comments

Comments
 (0)