Skip to content

Commit 52b5bc4

Browse files
Merge pull request #5 from rakuda-san-desu/update_ruby_v3.2.10
ruby と solargraph をアップデート
2 parents b4a8b2e + 7bf23be commit 52b5bc4

3 files changed

Lines changed: 6 additions & 6 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '3.2.9'
4+
ruby '3.2.10'
55

66
gem 'bootsnap', '1.16.0', require: false
77
gem 'concurrent-ruby', '1.3.4'
@@ -23,7 +23,7 @@ end
2323
group :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'
2828
end
2929

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ GEM
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

429429
RUBY VERSION
430-
ruby 3.2.9p265
430+
ruby 3.2.10p266
431431

432432
BUNDLED WITH
433433
2.5.6

0 commit comments

Comments
 (0)