File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 25
25
26
26
"waitFor" : " onCreateCommand" ,
27
27
// "onCreateCommand": "",
28
- "onCreateCommand" : " gem install solargraph -v '0.52.0 ' -N" ,
28
+ "onCreateCommand" : " gem install solargraph -v '0.53.4 ' -N" ,
29
29
// "onCreateCommand": "gem install solargraph -v '0.50.0' -N && gem install ruby-lsp -N",
30
30
// "onCreateCommand": "gem install ruby-lsp -N",
31
31
// # => Solargraph gem not found. Run `gem install solargraph` or update your Gemfile.
Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
3
3
4
- ruby "3.2.7 "
4
+ ruby "3.2.8 "
5
5
6
6
gem "rails" , "7.0.4.3"
7
7
gem "sassc-rails" , "2.1.2"
22
22
23
23
group :development do
24
24
gem "web-console" , "4.2.0"
25
- gem "solargraph" , "0.52.0 "
25
+ gem "solargraph" , "0.53.4 "
26
26
gem "irb" , "1.10.0"
27
27
gem "repl_type_completor" , "0.1.2"
28
28
end
@@ -39,4 +39,4 @@ group :test do
39
39
end
40
40
41
41
# 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 ]
Original file line number Diff line number Diff line change 93
93
debug (1.7.1 )
94
94
irb (>= 1.5.0 )
95
95
reline (>= 0.3.1 )
96
- diff-lcs (1.6.0 )
96
+ diff-lcs (1.6.1 )
97
97
erubi (1.13.1 )
98
98
ffi (1.17.1-aarch64-linux-gnu )
99
99
ffi (1.17.1-arm64-darwin )
184
184
observer (0.1.2 )
185
185
ostruct (0.6.1 )
186
186
parallel (1.26.3 )
187
- parser (3.3.7.2 )
187
+ parser (3.3.7.4 )
188
188
ast (~> 2.4.1 )
189
189
racc
190
190
prism (0.19.0 )
262
262
rubocop-ast (>= 1.38.0 , < 2.0 )
263
263
ruby-progressbar (~> 1.7 )
264
264
unicode-display_width (>= 2.4.0 , < 4.0 )
265
- rubocop-ast (1.41 .0 )
265
+ rubocop-ast (1.42 .0 )
266
266
parser (>= 3.3.7.2 )
267
267
ruby-progressbar (1.13.0 )
268
268
rubyzip (2.4.1 )
279
279
rubyzip (>= 1.2.2 , < 3.0 )
280
280
websocket (~> 1.0 )
281
281
shellany (0.0.1 )
282
- solargraph (0.52.0 )
282
+ solargraph (0.53.4 )
283
283
backport (~> 1.2 )
284
284
benchmark
285
285
bundler (~> 2.0 )
291
291
observer (~> 0.1 )
292
292
ostruct (~> 0.6 )
293
293
parser (~> 3.0 )
294
- rbs (~> 3.0 )
294
+ rbs (~> 3.3 )
295
295
reverse_markdown (>= 2.0 , < 4 )
296
296
rubocop (~> 1.38 )
297
297
thor (~> 1.0 )
@@ -370,7 +370,7 @@ DEPENDENCIES
370
370
repl_type_completor (= 0.1.2 )
371
371
sassc-rails (= 2.1.2 )
372
372
selenium-webdriver (= 4.8.3 )
373
- solargraph (= 0.52.0 )
373
+ solargraph (= 0.53.4 )
374
374
sprockets-rails (= 3.4.2 )
375
375
sqlite3 (= 1.6.1 )
376
376
stimulus-rails (= 1.2.1 )
@@ -379,7 +379,7 @@ DEPENDENCIES
379
379
webdrivers (= 5.2.0 )
380
380
381
381
RUBY VERSION
382
- ruby 3.2.7p253
382
+ ruby 3.2.8p263
383
383
384
384
BUNDLED WITH
385
385
2.5.6
You can’t perform that action at this time.
0 commit comments