Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧑‍💻 Ajoute la gem Ruby-lsp #1806

Merged
merged 1 commit into from
Jan 7, 2025
Merged
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
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ group :development do
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring', '~> 3.0'
gem 'spring-commands-rspec'

gem 'ruby-lsp', '~> 0.22.1'
gem 'ruby-lsp-rails', '~> 0.3.27'
end

group :test do
Expand Down
13 changes: 13 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ GEM
ttfunk
pg (1.5.9)
popper_js (1.16.1)
prism (1.3.0)
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -492,6 +493,8 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (3.8.1)
logger
rdoc (6.10.0)
psych (>= 4.0.0)
recaptcha (5.18.0)
Expand Down Expand Up @@ -567,6 +570,13 @@ GEM
rubocop (~> 1.61)
ruby-graphviz (1.2.5)
rexml
ruby-lsp (0.22.1)
language_server-protocol (~> 3.17.0)
prism (>= 1.2, < 2.0)
rbs (>= 3, < 4)
sorbet-runtime (>= 0.5.10782)
ruby-lsp-rails (0.3.27)
ruby-lsp (>= 0.22.0, < 0.23.0)
ruby-ole (1.2.13.1)
ruby-progressbar (1.13.0)
ruby-rc4 (0.1.5)
Expand Down Expand Up @@ -603,6 +613,7 @@ GEM
jwt (>= 1.5, < 3.0)
multi_json (~> 1.10)
simpleidn (0.2.3)
sorbet-runtime (0.5.11718)
spreadsheet (1.3.3)
bigdecimal
ruby-ole
Expand Down Expand Up @@ -730,6 +741,8 @@ DEPENDENCIES
rubocop-packaging
rubocop-rails
rubocop-rspec
ruby-lsp (~> 0.22.1)
ruby-lsp-rails (~> 0.3.27)
rubyzip
sass-rails (>= 6)
shoulda-matchers
Expand Down
Loading