From 09f84fa0d70d0c42f274eca6aa97d42f7eef6ec1 Mon Sep 17 00:00:00 2001 From: rakuda-san-desu <41533420+rakuda-san-desu@users.noreply.github.com> Date: Fri, 5 Sep 2025 07:09:21 +0000 Subject: [PATCH] =?UTF-8?q?=20=20=20=20Gem=E3=81=AE=E3=83=90=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=A2=E3=83=83=E3=83=97=E3=81=A8?= =?UTF-8?q?=E9=96=A2=E9=80=A3=E3=81=97=E3=81=9F=E6=9B=B4=E6=96=B0=20=20=20?= =?UTF-8?q?=20=20-=20ruby=203.2.8=20->=203.2.9=20=20=20=20=20-=20solargrap?= =?UTF-8?q?h=200.53.4=20->=200.56.2=20=20=20=20=20-=20repl=5Ftype=5Fcomple?= =?UTF-8?q?tor=200.1.2=20->=200.1.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 2 +- Gemfile | 6 ++-- Gemfile.lock | 52 +++++++++++++++++---------------- 3 files changed, 31 insertions(+), 29 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 28cc9e5f..d349b728 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" @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 8f748342..587b0dd6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,7 +72,7 @@ GEM ast (2.4.3) backport (1.2.0) base64 (0.2.0) - benchmark (0.4.0) + benchmark (0.4.1) bindex (0.8.1) bootsnap (1.16.0) msgpack (~> 1.2) @@ -93,7 +93,7 @@ GEM debug (1.7.1) irb (>= 1.5.0) reline (>= 0.3.1) - diff-lcs (1.6.1) + diff-lcs (1.6.2) erubi (1.13.1) ffi (1.17.1-aarch64-linux-gnu) ffi (1.17.1-arm64-darwin) @@ -124,21 +124,21 @@ 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.5.1) rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - language_server-protocol (3.17.0.4) + language_server-protocol (3.17.0.5) lint_roller (1.1.0) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.6) + logger (1.7.0) loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -182,12 +182,12 @@ GEM nenv (~> 0.1) shellany (~> 0.0) observer (0.1.2) - ostruct (0.6.1) - parallel (1.26.3) - parser (3.3.7.4) + 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.15.2) coderay (~> 1.1) method_source (~> 1.0) @@ -238,20 +238,20 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rbs (3.9.0) + rbs (3.6.1) logger rdoc (6.12.0) psych (>= 4.0.0) regexp_parser (2.10.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 rexml (3.4.1) - rubocop (1.74.0) + rubocop (1.80.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -259,11 +259,12 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.38.0, < 2.0) + rubocop-ast (>= 1.46.0, < 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.4.1) sassc (2.4.0) @@ -279,20 +280,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) @@ -321,7 +323,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) @@ -367,10 +369,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) @@ -379,7 +381,7 @@ DEPENDENCIES webdrivers (= 5.2.0) RUBY VERSION - ruby 3.2.8p263 + ruby 3.2.9p265 BUNDLED WITH 2.5.6