File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525
2626 "waitFor" : " onCreateCommand" ,
2727 // "onCreateCommand": "",
28- "onCreateCommand" : " gem install solargraph -v '0.53.4 ' -N" ,
28+ "onCreateCommand" : " gem install solargraph -v '0.56.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.8 "
4+ ruby "3.2.9 "
55
66gem "rails" , "7.0.4.3"
77gem "image_processing" , "1.12.2"
2929
3030group :development do
3131 gem "web-console" , "4.2.0"
32- gem "solargraph" , "0.53.4 "
32+ gem "solargraph" , "0.56.2 "
3333 gem "irb" , "1.10.0"
34- gem "repl_type_completor" , "0.1.2 "
34+ gem "repl_type_completor" , "0.1.10 "
3535end
3636
3737group :test do
You can’t perform that action at this time.
0 commit comments