Skip to content

Commit f4dcaf6

Browse files
committed
chore(ch14): Ruby 3.2.9 / Solargraph 0.56.2 / repl_type_completor 0.1.10 に更新
1 parent 80c0a46 commit f4dcaf6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

7_0/ch14/.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.53.4' -N",
28+
"onCreateCommand": "gem install solargraph -v '0.56.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.

7_0/ch14/Gemfile

Lines changed: 3 additions & 3 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.8"
4+
ruby "3.2.9"
55

66
gem "rails", "7.0.4.3"
77
gem "image_processing", "1.12.2"
@@ -29,9 +29,9 @@ end
2929

3030
group :development do
3131
gem "web-console", "4.2.0"
32-
gem "solargraph", "0.53.4"
32+
gem "solargraph", "0.56.2"
3333
gem "irb", "1.10.0"
34-
gem "repl_type_completor", "0.1.2"
34+
gem "repl_type_completor", "0.1.10"
3535
end
3636

3737
group :test do

0 commit comments

Comments
 (0)