From 57500f20886e6f1bfc2d6d35af541a3fd88212e3 Mon Sep 17 00:00:00 2001 From: Yohei Yasukawa Date: Wed, 7 Feb 2024 23:13:46 +0900 Subject: [PATCH] Update Ruby 3.2.2 -> 3.3.0 and add bundled gems --- docs/.ruby-version | 2 +- docs/Gemfile | 7 ++++++- docs/Gemfile.lock | 24 +++++++++--------------- 3 files changed, 16 insertions(+), 17 deletions(-) diff --git a/docs/.ruby-version b/docs/.ruby-version index be94e6f5..15a27998 100644 --- a/docs/.ruby-version +++ b/docs/.ruby-version @@ -1 +1 @@ -3.2.2 +3.3.0 diff --git a/docs/Gemfile b/docs/Gemfile index 25a91a14..67179d82 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -2,7 +2,12 @@ source 'http://rubygems.org' gem 'rake' gem 'sanitize' -gem 'webrick' + +# Declare to install bundled gems to fix warnings: +# https://www.ruby-lang.org/ja/news/2023/12/25/ruby-3-3-0-released/ +gem 'csv' +gem 'base64' +gem 'bigdecimal' group :development, :test do gem 'html-proofer' diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 5aab4c83..879e3f09 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -10,26 +10,26 @@ GEM fiber-annotation io-event (~> 1.1) timers (~> 4.1) + base64 (0.2.0) + bigdecimal (3.1.6) colorator (1.1.0) concurrent-ruby (1.2.3) console (1.23.3) fiber-annotation fiber-local crass (1.0.6) + csv (3.2.8) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) ethon (0.16.0) ffi (>= 1.15.0) eventmachine (1.2.7) - eventmachine (1.2.7-x86-mingw32) ffi (1.16.3) - ffi (1.16.3-x86-mingw32) fiber-annotation (0.2.0) fiber-local (1.0.0) forwardable-extended (2.6.0) google-protobuf (3.25.2) - google-protobuf (3.25.2-x86-mingw32) hashery (2.1.2) html-proofer (5.0.8) addressable (~> 2.3) @@ -80,11 +80,7 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - mini_portile2 (2.8.5) - nokogiri (1.16.2) - mini_portile2 (~> 2.8.2) - racc (~> 1.4) - nokogiri (1.16.2-x86-mingw32) + nokogiri (1.16.2-arm64-darwin) racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) @@ -110,10 +106,7 @@ GEM nokogiri (>= 1.12.0) sass (3.7.4) sass-listen (~> 4.0.0) - sass-embedded (1.70.0) - google-protobuf (~> 3.25) - rake (>= 13.0.0) - sass-embedded (1.70.0-x86-mingw32) + sass-embedded (1.70.0-arm64-darwin) google-protobuf (~> 3.25) sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) @@ -132,10 +125,12 @@ GEM zeitwerk (2.6.13) PLATFORMS - ruby - x86-mingw32 + arm64-darwin-21 DEPENDENCIES + base64 + bigdecimal + csv html-proofer jekyll jekyll-include-cache @@ -145,7 +140,6 @@ DEPENDENCIES rake sanitize support-for - webrick BUNDLED WITH 2.5.6