File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525
2626 "waitFor" : " onCreateCommand" ,
2727 // "onCreateCommand": "",
28- "onCreateCommand" : " gem install solargraph -v '0.56 .2' -N" ,
28+ "onCreateCommand" : " gem install solargraph -v '0.58 .2' -N" ,
2929 // "onCreateCommand": "gem install solargraph -v '0.50.0' -N && gem install ruby-lsp -N",
3030 // "onCreateCommand": "gem install ruby-lsp -N",
3131 // # => Solargraph gem not found. Run `gem install solargraph` or update your Gemfile.
Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
33
4- ruby '3.2.9 '
4+ ruby '3.2.10 '
55
66gem 'bootsnap' , '1.16.0' , require : false
77gem 'concurrent-ruby' , '1.3.4'
2323group :development do
2424 gem 'irb' , '1.15.2'
2525 gem 'repl_type_completor' , '0.1.10'
26- gem 'solargraph' , '0.56 .2'
26+ gem 'solargraph' , '0.58 .2'
2727 gem 'web-console' , '4.2.0'
2828end
2929
Original file line number Diff line number Diff line change 315315 rubyzip (>= 1.2.2 , < 3.0 )
316316 websocket (~> 1.0 )
317317 shellany (0.0.1 )
318- solargraph (0.56 .2 )
318+ solargraph (0.58 .2 )
319319 backport (~> 1.2 )
320320 benchmark (~> 0.4 )
321321 bundler (~> 2.0 )
@@ -418,7 +418,7 @@ DEPENDENCIES
418418 repl_type_completor (= 0.1.10 )
419419 sassc-rails (= 2.1.2 )
420420 selenium-webdriver (= 4.8.3 )
421- solargraph (= 0.56 .2 )
421+ solargraph (= 0.58 .2 )
422422 sprockets-rails (= 3.4.2 )
423423 sqlite3 (= 2.7.3 )
424424 stimulus-rails (= 1.2.1 )
@@ -427,7 +427,7 @@ DEPENDENCIES
427427 webdrivers (= 5.2.0 )
428428
429429RUBY VERSION
430- ruby 3.2.9p265
430+ ruby 3.2.10p266
431431
432432BUNDLED WITH
433433 2.5.6
You can’t perform that action at this time.
0 commit comments