Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
4db9980
chore(ch01): Ruby 3.2.9 / Solargraph 0.56.2 / repl_type_completor 0.1…
nacchan99 Sep 8, 2025
47724bf
chore(ch01): Gemfile.lock を更新
nacchan99 Sep 8, 2025
50fbed2
chore(ch02): Ruby 3.2.9 / Solargraph 0.56.2 / repl_type_completor 0.1…
nacchan99 Sep 8, 2025
601aeb5
chore(ch02): Gemfile.lock を更新
nacchan99 Sep 8, 2025
50729ce
chore(ch03): Ruby 3.2.9 / Solargraph 0.56.2 / repl_type_completor 0.1…
nacchan99 Sep 8, 2025
b2a1215
chore(ch03): Gemfile.lock を更新
nacchan99 Sep 8, 2025
f06fd98
chore(ch04): Ruby 3.2.9 / Solargraph 0.56.2 / repl_type_completor 0.1…
nacchan99 Sep 8, 2025
9df9722
chore(ch04): Gemfile.lock を更新
nacchan99 Sep 8, 2025
966dc1d
chore(ch05): Ruby 3.2.9 / Solargraph 0.56.2 / repl_type_completor 0.1…
nacchan99 Sep 8, 2025
f859e7f
chore(ch05): Gemfile.lock を更新
nacchan99 Sep 8, 2025
9419a36
chore(ch06): Ruby 3.2.9 / Solargraph 0.56.2 / repl_type_completor 0.1…
nacchan99 Sep 8, 2025
2be6944
chore(ch06): Gemfile.lock を更新
nacchan99 Sep 8, 2025
7b2fa5b
chore(ch07): Ruby 3.2.9 / Solargraph 0.56.2 / repl_type_completor 0.1…
nacchan99 Sep 8, 2025
af01001
chore(ch07): Gemfile.lock を更新
nacchan99 Sep 8, 2025
77741fa
chore(ch08): Ruby 3.2.9 / Solargraph 0.56.2 / repl_type_completor 0.1…
nacchan99 Sep 8, 2025
33c11b1
chore(ch08): Gemfile.lock を更新
nacchan99 Sep 8, 2025
7086003
chore(ch09): Ruby 3.2.9 / Solargraph 0.56.2 / repl_type_completor 0.1…
nacchan99 Sep 8, 2025
9b263d8
chore(ch09): Gemfile.lock を更新
nacchan99 Sep 8, 2025
391a3fb
chore(ch10): Ruby 3.2.9 / Solargraph 0.56.2 / repl_type_completor 0.1…
nacchan99 Sep 8, 2025
b6e82af
chore(ch10): Gemfile.lock を更新
nacchan99 Sep 8, 2025
7c6e5c4
chore(ch11): Ruby 3.2.9 / Solargraph 0.56.2 / repl_type_completor 0.1…
nacchan99 Sep 8, 2025
c0b2ae9
chore(ch11): Gemfile.lock を更新
nacchan99 Sep 8, 2025
08b6797
chore(ch12): Ruby 3.2.9 / Solargraph 0.56.2 / repl_type_completor 0.1…
nacchan99 Sep 8, 2025
65b79b2
chore(ch12): Gemfile.lock を更新
nacchan99 Sep 8, 2025
367b7e0
chore(ch13): Ruby 3.2.9 / Solargraph 0.56.2 / repl_type_completor 0.1…
nacchan99 Sep 8, 2025
80c0a46
chore(ch13): Gemfile.lock を更新
nacchan99 Sep 8, 2025
f4dcaf6
chore(ch14): Ruby 3.2.9 / Solargraph 0.56.2 / repl_type_completor 0.1…
nacchan99 Sep 8, 2025
e22197f
chore(ch14): Gemfile.lock を更新
nacchan99 Sep 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 7_0/ch01/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

"waitFor": "onCreateCommand",
//"onCreateCommand": "",
"onCreateCommand": "gem install solargraph -v '0.53.4' -N",
"onCreateCommand": "gem install solargraph -v '0.56.2' -N",
//"onCreateCommand": "gem install solargraph -v '0.50.0' -N && gem install ruby-lsp -N",
//"onCreateCommand": "gem install ruby-lsp -N",
//# => Solargraph gem not found. Run `gem install solargraph` or update your Gemfile.
Expand Down
6 changes: 3 additions & 3 deletions 7_0/ch01/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.2.8"
ruby "3.2.9"

gem "rails", "7.0.4.3"
gem "sassc-rails", "2.1.2"
Expand All @@ -22,9 +22,9 @@ end

group :development do
gem "web-console", "4.2.0"
gem "solargraph", "0.53.4"
gem "solargraph", "0.56.2"
gem "irb", "1.10.0"
gem "repl_type_completor", "0.1.2"
gem "repl_type_completor", "0.1.10"
end

group :test do
Expand Down
50 changes: 27 additions & 23 deletions 7_0/ch01/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ GEM
ansi (1.5.0)
ast (2.4.3)
backport (1.2.0)
benchmark (0.4.0)
benchmark (0.4.1)
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
Expand All @@ -86,13 +86,13 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
coderay (1.1.3)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.4)
crass (1.0.6)
date (3.3.3)
debug (1.7.1)
irb (>= 1.5.0)
reline (>= 0.3.1)
diff-lcs (1.6.1)
diff-lcs (1.6.2)
erubi (1.12.0)
ffi (1.15.5)
formatador (1.1.0)
Expand Down Expand Up @@ -120,16 +120,16 @@ GEM
irb (1.10.0)
rdoc
reline (>= 0.3.8)
jaro_winkler (1.6.0)
jaro_winkler (1.6.1)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.10.2)
json (2.13.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.4)
language_server-protocol (3.17.0.5)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -177,12 +177,12 @@ GEM
nenv (~> 0.1)
shellany (~> 0.0)
observer (0.1.2)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.8.0)
ostruct (0.6.3)
parallel (1.27.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
prism (0.19.0)
prism (1.4.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -230,15 +230,15 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rbs (3.9.2)
rbs (3.6.1)
logger
rdoc (6.6.0)
psych (>= 4.0.0)
regexp_parser (2.7.0)
reline (0.5.10)
io-console (~> 0.5)
repl_type_completor (0.1.2)
prism (>= 0.19.0, < 0.20.0)
repl_type_completor (0.1.10)
prism (~> 1.0)
rbs (>= 2.7.0, < 4.0.0)
reverse_markdown (3.0.0)
nokogiri
Expand All @@ -253,8 +253,9 @@ GEM
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.42.0)
rubocop-ast (1.46.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
sassc (2.4.0)
Expand All @@ -270,20 +271,21 @@ GEM
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
shellany (0.0.1)
solargraph (0.53.4)
solargraph (0.56.2)
backport (~> 1.2)
benchmark
benchmark (~> 0.4)
bundler (~> 2.0)
diff-lcs (~> 1.4)
jaro_winkler (~> 1.6)
jaro_winkler (~> 1.6, >= 1.6.1)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1)
logger (~> 1.6)
observer (~> 0.1)
ostruct (~> 0.6)
parser (~> 3.0)
rbs (~> 3.3)
reverse_markdown (>= 2.0, < 4)
prism (~> 1.4)
rbs (~> 3.6.1)
reverse_markdown (~> 3.0)
rubocop (~> 1.38)
thor (~> 1.0)
tilt (~> 2.0)
Expand Down Expand Up @@ -312,7 +314,7 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.4)
unicode-display_width (3.1.5)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
web-console (4.2.0)
Expand All @@ -338,12 +340,14 @@ GEM
PLATFORMS
aarch64-linux
arm64-darwin-21
arm64-darwin-24
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
bootsnap (= 1.16.0)
capybara (= 3.38.0)
concurrent-ruby (= 1.3.4)
debug (= 1.7.1)
guard (= 2.18.0)
guard-minitest (= 2.4.6)
Expand All @@ -356,10 +360,10 @@ DEPENDENCIES
rails (= 7.0.4.3)
rails-controller-testing (= 1.0.5)
reline (= 0.5.10)
repl_type_completor (= 0.1.2)
repl_type_completor (= 0.1.10)
sassc-rails (= 2.1.2)
selenium-webdriver (= 4.8.3)
solargraph (= 0.53.4)
solargraph (= 0.56.2)
sprockets-rails (= 3.4.2)
sqlite3 (= 1.6.1)
stimulus-rails (= 1.2.1)
Expand All @@ -368,7 +372,7 @@ DEPENDENCIES
webdrivers (= 5.2.0)

RUBY VERSION
ruby 3.2.8p263
ruby 3.2.9p265

BUNDLED WITH
2.5.6
2 changes: 1 addition & 1 deletion 7_0/ch02/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

"waitFor": "onCreateCommand",
//"onCreateCommand": "",
"onCreateCommand": "gem install solargraph -v '0.53.4' -N",
"onCreateCommand": "gem install solargraph -v '0.56.2' -N",
//"onCreateCommand": "gem install solargraph -v '0.50.0' -N && gem install ruby-lsp -N",
//"onCreateCommand": "gem install ruby-lsp -N",
//# => Solargraph gem not found. Run `gem install solargraph` or update your Gemfile.
Expand Down
6 changes: 3 additions & 3 deletions 7_0/ch02/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.2.8"
ruby "3.2.9"

gem "rails", "7.0.4.3"
gem "sassc-rails", "2.1.2"
Expand All @@ -22,9 +22,9 @@ end

group :development do
gem "web-console", "4.2.0"
gem "solargraph", "0.53.4"
gem "solargraph", "0.56.2"
gem "irb", "1.10.0"
gem "repl_type_completor", "0.1.2"
gem "repl_type_completor", "0.1.10"
end

group :test do
Expand Down
50 changes: 27 additions & 23 deletions 7_0/ch02/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ GEM
ansi (1.5.0)
ast (2.4.3)
backport (1.2.0)
benchmark (0.4.0)
benchmark (0.4.1)
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
Expand All @@ -86,13 +86,13 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
coderay (1.1.3)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.4)
crass (1.0.6)
date (3.3.3)
debug (1.7.1)
irb (>= 1.5.0)
reline (>= 0.3.1)
diff-lcs (1.6.1)
diff-lcs (1.6.2)
erubi (1.12.0)
ffi (1.15.5)
formatador (1.1.0)
Expand Down Expand Up @@ -120,16 +120,16 @@ GEM
irb (1.10.0)
rdoc
reline (>= 0.3.8)
jaro_winkler (1.6.0)
jaro_winkler (1.6.1)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.10.2)
json (2.13.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.4)
language_server-protocol (3.17.0.5)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand Down Expand Up @@ -177,12 +177,12 @@ GEM
nenv (~> 0.1)
shellany (~> 0.0)
observer (0.1.2)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.8.0)
ostruct (0.6.3)
parallel (1.27.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
prism (0.19.0)
prism (1.4.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -230,15 +230,15 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rbs (3.9.2)
rbs (3.6.1)
logger
rdoc (6.6.0)
psych (>= 4.0.0)
regexp_parser (2.7.0)
reline (0.5.10)
io-console (~> 0.5)
repl_type_completor (0.1.2)
prism (>= 0.19.0, < 0.20.0)
repl_type_completor (0.1.10)
prism (~> 1.0)
rbs (>= 2.7.0, < 4.0.0)
reverse_markdown (3.0.0)
nokogiri
Expand All @@ -253,8 +253,9 @@ GEM
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.42.0)
rubocop-ast (1.46.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
sassc (2.4.0)
Expand All @@ -270,20 +271,21 @@ GEM
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
shellany (0.0.1)
solargraph (0.53.4)
solargraph (0.56.2)
backport (~> 1.2)
benchmark
benchmark (~> 0.4)
bundler (~> 2.0)
diff-lcs (~> 1.4)
jaro_winkler (~> 1.6)
jaro_winkler (~> 1.6, >= 1.6.1)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1)
logger (~> 1.6)
observer (~> 0.1)
ostruct (~> 0.6)
parser (~> 3.0)
rbs (~> 3.3)
reverse_markdown (>= 2.0, < 4)
prism (~> 1.4)
rbs (~> 3.6.1)
reverse_markdown (~> 3.0)
rubocop (~> 1.38)
thor (~> 1.0)
tilt (~> 2.0)
Expand Down Expand Up @@ -312,7 +314,7 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.4)
unicode-display_width (3.1.5)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
web-console (4.2.0)
Expand All @@ -338,12 +340,14 @@ GEM
PLATFORMS
aarch64-linux
arm64-darwin-21
arm64-darwin-24
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
bootsnap (= 1.16.0)
capybara (= 3.38.0)
concurrent-ruby (= 1.3.4)
debug (= 1.7.1)
guard (= 2.18.0)
guard-minitest (= 2.4.6)
Expand All @@ -356,10 +360,10 @@ DEPENDENCIES
rails (= 7.0.4.3)
rails-controller-testing (= 1.0.5)
reline (= 0.5.10)
repl_type_completor (= 0.1.2)
repl_type_completor (= 0.1.10)
sassc-rails (= 2.1.2)
selenium-webdriver (= 4.8.3)
solargraph (= 0.53.4)
solargraph (= 0.56.2)
sprockets-rails (= 3.4.2)
sqlite3 (= 1.6.1)
stimulus-rails (= 1.2.1)
Expand All @@ -368,7 +372,7 @@ DEPENDENCIES
webdrivers (= 5.2.0)

RUBY VERSION
ruby 3.2.8p263
ruby 3.2.9p265

BUNDLED WITH
2.5.6
2 changes: 1 addition & 1 deletion 7_0/ch03/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

"waitFor": "onCreateCommand",
//"onCreateCommand": "",
"onCreateCommand": "gem install solargraph -v '0.53.4' -N",
"onCreateCommand": "gem install solargraph -v '0.56.2' -N",
//"onCreateCommand": "gem install solargraph -v '0.50.0' -N && gem install ruby-lsp -N",
//"onCreateCommand": "gem install ruby-lsp -N",
//# => Solargraph gem not found. Run `gem install solargraph` or update your Gemfile.
Expand Down
Loading