From d166296e9ba11c6fa8d07df26edad09c0bec383d Mon Sep 17 00:00:00 2001 From: nacchan Date: Fri, 5 Sep 2025 11:40:29 +0900 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20Ruby=20=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=82=92=203.2.9=20=E3=81=AB=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 28cc9e5f..d370fcf5 100644 --- a/Gemfile +++ b/Gemfile @@ -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" From c835802bb8812c97801765e6dc849066c93e9972 Mon Sep 17 00:00:00 2001 From: nacchan Date: Fri, 5 Sep 2025 12:42:18 +0900 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20Gemfile.lock=20=E3=82=92=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=20(Ruby=203.2.9=20=E3=81=AB=E5=AF=BE=E5=BF=9C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8f748342..564f57dd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -379,7 +379,7 @@ DEPENDENCIES webdrivers (= 5.2.0) RUBY VERSION - ruby 3.2.8p263 + ruby 3.2.9p265 BUNDLED WITH 2.5.6 From d409d4260c59be99db3fdec1cf0aeac35364982d Mon Sep 17 00:00:00 2001 From: nacchan Date: Fri, 5 Sep 2025 13:06:07 +0900 Subject: [PATCH 3/3] =?UTF-8?q?chore:=20Solargraph=20=E3=82=92=200.56.2=20?= =?UTF-8?q?=E3=81=AB=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b81b93b5..f94930a5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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. diff --git a/Gemfile b/Gemfile index d370fcf5..100a326b 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ 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" end