Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ end
group :development do
gem 'rails-erd'
gem 'ruby-lsp', require: false
gem 'ruby-lsp-rspec', '~> 0.1.27', require: false
gem 'ruby-lsp-rspec', '~> 0.1.28', require: false
end

group :test do
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ GEM
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
prism (1.4.0)
prism (1.9.0)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -407,8 +407,9 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.3.0)
rbs (3.9.4)
rbs (3.10.3)
logger
tsort
rdoc (6.14.2)
erb
psych (>= 4.0.0)
Expand Down Expand Up @@ -487,7 +488,7 @@ GEM
language_server-protocol (~> 3.17.0)
prism (>= 1.2, < 2.0)
rbs (>= 3, < 5)
ruby-lsp-rspec (0.1.27)
ruby-lsp-rspec (0.1.28)
ruby-lsp (~> 0.26.0)
ruby-progressbar (1.13.0)
ruby-vips (2.2.5)
Expand Down Expand Up @@ -545,6 +546,7 @@ GEM
time (0.4.1)
date
timeout (0.4.3)
tsort (0.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unaccent (0.4.0)
Expand Down Expand Up @@ -634,7 +636,7 @@ DEPENDENCIES
rubocop-rspec
rubocop-rspec_rails
ruby-lsp
ruby-lsp-rspec (~> 0.1.27)
ruby-lsp-rspec (~> 0.1.28)
scout_apm
selenium-webdriver
sentry-rails
Expand Down