Skip to content
Closed
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 .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

"waitFor": "onCreateCommand",
//"onCreateCommand": "",
"onCreateCommand": "gem install solargraph -v '0.53.4' -N",
"onCreateCommand": "gem install solargraph -v '0.56.2' -N",
//"onCreateCommand": "gem install solargraph -v '0.50.0' -N && gem install ruby-lsp -N",
//"onCreateCommand": "gem install ruby-lsp -N",
//# => Solargraph gem not found. Run `gem install solargraph` or update your Gemfile.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.2.8"
ruby "3.2.9"

gem "rails", "7.0.4.3"
gem "sassc-rails", "2.1.2"
Expand All @@ -22,7 +22,7 @@ end

group :development do
gem "web-console", "4.2.0"
gem "solargraph", "0.53.4"
gem "solargraph", "0.56.2"
gem "irb", "1.10.0"
gem "repl_type_completor", "0.1.2"
end
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ DEPENDENCIES
webdrivers (= 5.2.0)

RUBY VERSION
ruby 3.2.8p263
ruby 3.2.9p265

BUNDLED WITH
2.5.6