Skip to content

Commit 26d891d

Browse files
Merge pull request #35 from rakuda-san-desu/update_solargraph_0.58.2
solargraph を 0.58.2 にアップデート
2 parents 4f05c74 + 1c01ba5 commit 26d891d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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.

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ end
2222

2323
group :development do
2424
gem "web-console", "4.2.0"
25-
gem "solargraph", "0.56.2"
25+
gem "solargraph", "0.58.2"
2626
gem "irb", "1.10.0"
2727
gem "repl_type_completor", "0.1.10"
2828
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ GEM
280280
rubyzip (>= 1.2.2, < 3.0)
281281
websocket (~> 1.0)
282282
shellany (0.0.1)
283-
solargraph (0.56.2)
283+
solargraph (0.58.2)
284284
backport (~> 1.2)
285285
benchmark (~> 0.4)
286286
bundler (~> 2.0)
@@ -372,7 +372,7 @@ DEPENDENCIES
372372
repl_type_completor (= 0.1.10)
373373
sassc-rails (= 2.1.2)
374374
selenium-webdriver (= 4.8.3)
375-
solargraph (= 0.56.2)
375+
solargraph (= 0.58.2)
376376
sprockets-rails (= 3.4.2)
377377
sqlite3 (= 1.6.1)
378378
stimulus-rails (= 1.2.1)

0 commit comments

Comments
 (0)