Skip to content

Commit ec6a66f

Browse files
Ruby と Solargraph のアップデート
1 parent dfb92db commit ec6a66f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.devcontainer/devcontainer.json

+1-1
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.52.0' -N",
28+
"onCreateCommand": "gem install solargraph -v '0.53.4' -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

+3-3
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.7"
4+
ruby "3.2.8"
55

66
gem "rails", "7.0.4.3"
77
gem "sassc-rails", "2.1.2"
@@ -22,7 +22,7 @@ end
2222

2323
group :development do
2424
gem "web-console", "4.2.0"
25-
gem "solargraph", "0.52.0"
25+
gem "solargraph", "0.53.4"
2626
gem "irb", "1.10.0"
2727
gem "repl_type_completor", "0.1.2"
2828
end
@@ -39,4 +39,4 @@ group :test do
3939
end
4040

4141
# Windows ではタイムゾーン情報用の tzinfo-data gem を含める必要があります
42-
#gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]
42+
# gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]

Gemfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ GEM
9393
debug (1.7.1)
9494
irb (>= 1.5.0)
9595
reline (>= 0.3.1)
96-
diff-lcs (1.6.0)
96+
diff-lcs (1.6.1)
9797
erubi (1.13.1)
9898
ffi (1.17.1-aarch64-linux-gnu)
9999
ffi (1.17.1-arm64-darwin)
@@ -184,7 +184,7 @@ GEM
184184
observer (0.1.2)
185185
ostruct (0.6.1)
186186
parallel (1.26.3)
187-
parser (3.3.7.2)
187+
parser (3.3.7.4)
188188
ast (~> 2.4.1)
189189
racc
190190
prism (0.19.0)
@@ -262,7 +262,7 @@ GEM
262262
rubocop-ast (>= 1.38.0, < 2.0)
263263
ruby-progressbar (~> 1.7)
264264
unicode-display_width (>= 2.4.0, < 4.0)
265-
rubocop-ast (1.41.0)
265+
rubocop-ast (1.42.0)
266266
parser (>= 3.3.7.2)
267267
ruby-progressbar (1.13.0)
268268
rubyzip (2.4.1)
@@ -279,7 +279,7 @@ GEM
279279
rubyzip (>= 1.2.2, < 3.0)
280280
websocket (~> 1.0)
281281
shellany (0.0.1)
282-
solargraph (0.52.0)
282+
solargraph (0.53.4)
283283
backport (~> 1.2)
284284
benchmark
285285
bundler (~> 2.0)
@@ -291,7 +291,7 @@ GEM
291291
observer (~> 0.1)
292292
ostruct (~> 0.6)
293293
parser (~> 3.0)
294-
rbs (~> 3.0)
294+
rbs (~> 3.3)
295295
reverse_markdown (>= 2.0, < 4)
296296
rubocop (~> 1.38)
297297
thor (~> 1.0)
@@ -370,7 +370,7 @@ DEPENDENCIES
370370
repl_type_completor (= 0.1.2)
371371
sassc-rails (= 2.1.2)
372372
selenium-webdriver (= 4.8.3)
373-
solargraph (= 0.52.0)
373+
solargraph (= 0.53.4)
374374
sprockets-rails (= 3.4.2)
375375
sqlite3 (= 1.6.1)
376376
stimulus-rails (= 1.2.1)
@@ -379,7 +379,7 @@ DEPENDENCIES
379379
webdrivers (= 5.2.0)
380380

381381
RUBY VERSION
382-
ruby 3.2.7p253
382+
ruby 3.2.8p263
383383

384384
BUNDLED WITH
385385
2.5.6

0 commit comments

Comments
 (0)