Skip to content

Commit dfb92db

Browse files
Merge pull request #28 from rakuda-san-desu/update_solargraph_in_gemfile
Gemfle の solargraphも0.52.0 にアップデート
2 parents 7409dc1 + 8be6b7a commit dfb92db

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Gemfile

+1-1
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.51.1"
25+
gem "solargraph", "0.52.0"
2626
gem "irb", "1.10.0"
2727
gem "repl_type_completor", "0.1.2"
2828
end

Gemfile.lock

+5-2
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ GEM
279279
rubyzip (>= 1.2.2, < 3.0)
280280
websocket (~> 1.0)
281281
shellany (0.0.1)
282-
solargraph (0.51.1)
282+
solargraph (0.52.0)
283283
backport (~> 1.2)
284284
benchmark
285285
bundler (~> 2.0)
@@ -297,6 +297,7 @@ GEM
297297
thor (~> 1.0)
298298
tilt (~> 2.0)
299299
yard (~> 0.9, >= 0.9.24)
300+
yard-solargraph (~> 0.1)
300301
sprockets (4.2.1)
301302
concurrent-ruby (~> 1.0)
302303
rack (>= 2.2.4, < 4)
@@ -340,6 +341,8 @@ GEM
340341
xpath (3.2.0)
341342
nokogiri (~> 1.8)
342343
yard (0.9.37)
344+
yard-solargraph (0.1.0)
345+
yard (~> 0.9)
343346
zeitwerk (2.7.2)
344347

345348
PLATFORMS
@@ -367,7 +370,7 @@ DEPENDENCIES
367370
repl_type_completor (= 0.1.2)
368371
sassc-rails (= 2.1.2)
369372
selenium-webdriver (= 4.8.3)
370-
solargraph (= 0.51.1)
373+
solargraph (= 0.52.0)
371374
sprockets-rails (= 3.4.2)
372375
sqlite3 (= 1.6.1)
373376
stimulus-rails (= 1.2.1)

0 commit comments

Comments
 (0)