From 2fd308dcf939fda06e058cd359fa194524af4590 Mon Sep 17 00:00:00 2001
From: VOHUUANHTUAN <115027458+VOHUUANHTUAN@users.noreply.github.com>
Date: Fri, 5 Dec 2025 06:07:25 +0000
Subject: [PATCH 1/5] update ruby version
---
Gemfile | 7 ++-----
Gemfile.lock | 2 --
_includes/footer.html | 20 ++++++++++++--------
_plugins/array.rb | 1 +
_plugins/file.rb | 1 +
_plugins/generate_member_pages.rb | 2 ++
_plugins/hash.rb | 1 +
_plugins/misc.rb | 1 +
_plugins/regex.rb | 1 +
9 files changed, 21 insertions(+), 15 deletions(-)
diff --git a/Gemfile b/Gemfile
index 01482f2..ac05bde 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,10 +13,7 @@ group :jekyll_plugins do
end
-gem "csv", "~> 3.3"
-
-gem "base64", "~> 0.3.0"
-gem "bigdecimal", "~> 3.3"
+gem 'jekyll-data-pages'
-gem 'jekyll-data-pages'
\ No newline at end of file
+gem "csv", "~> 3.3"
diff --git a/Gemfile.lock b/Gemfile.lock
index 0530d2b..0a3260a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -136,8 +136,6 @@ PLATFORMS
x86_64-linux
DEPENDENCIES
- base64 (~> 0.3.0)
- bigdecimal (~> 3.3)
csv (~> 3.3)
jekyll (~> 4.3)
jekyll-data-pages
diff --git a/_includes/footer.html b/_includes/footer.html
index 4e016f7..315e239 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -23,14 +23,18 @@
{% endfor %}
-
+
+
Date: Fri, 5 Dec 2025 06:14:00 +0000
Subject: [PATCH 2/5] Update Ruby version to 3.2
---
.github/workflows/build-preview.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-preview.yaml b/.github/workflows/build-preview.yaml
index 5284286..83bbd37 100644
--- a/.github/workflows/build-preview.yaml
+++ b/.github/workflows/build-preview.yaml
@@ -35,7 +35,7 @@ jobs:
if: github.event.action != 'closed'
uses: ruby/setup-ruby@v1
with:
- ruby-version: "3.0"
+ ruby-version: "3.2"
bundler-cache: true
- name: Get Pages url
From 304692cc31fb1dd4353b24135925e760dddc53d6 Mon Sep 17 00:00:00 2001
From: VOHUUANHTUAN <115027458+VOHUUANHTUAN@users.noreply.github.com>
Date: Fri, 5 Dec 2025 06:23:33 +0000
Subject: [PATCH 3/5] update ruby ver
---
.github/workflows/build-site.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-site.yaml b/.github/workflows/build-site.yaml
index 9b71767..671e44e 100644
--- a/.github/workflows/build-site.yaml
+++ b/.github/workflows/build-site.yaml
@@ -30,7 +30,7 @@ jobs:
- name: Install Ruby packages
uses: ruby/setup-ruby@v1
with:
- ruby-version: "3.0"
+ ruby-version: "3.2"
bundler-cache: true
- name: Get Pages url
From 183d0122822bb500c5317e8c80ddf3b216e6b672 Mon Sep 17 00:00:00 2001
From: VOHUUANHTUAN <115027458+VOHUUANHTUAN@users.noreply.github.com>
Date: Fri, 5 Dec 2025 06:46:12 +0000
Subject: [PATCH 4/5] add rb ver
---
.github/workflows/build-preview.yaml | 2 +-
.github/workflows/build-site.yaml | 2 +-
Gemfile | 3 +++
Gemfile.lock | 2 ++
4 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-preview.yaml b/.github/workflows/build-preview.yaml
index 83bbd37..b575f78 100644
--- a/.github/workflows/build-preview.yaml
+++ b/.github/workflows/build-preview.yaml
@@ -35,7 +35,7 @@ jobs:
if: github.event.action != 'closed'
uses: ruby/setup-ruby@v1
with:
- ruby-version: "3.2"
+ ruby-version: "3.2.0"
bundler-cache: true
- name: Get Pages url
diff --git a/.github/workflows/build-site.yaml b/.github/workflows/build-site.yaml
index 671e44e..0f9aaf9 100644
--- a/.github/workflows/build-site.yaml
+++ b/.github/workflows/build-site.yaml
@@ -30,7 +30,7 @@ jobs:
- name: Install Ruby packages
uses: ruby/setup-ruby@v1
with:
- ruby-version: "3.2"
+ ruby-version: "3.2.0"
bundler-cache: true
- name: Get Pages url
diff --git a/Gemfile b/Gemfile
index ac05bde..53efc6e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,6 +3,9 @@ source "https://rubygems.org"
# jekyll
gem "jekyll", "~> 4.3"
gem "webrick", "~> 1.7"
+gem "csv", "~> 3.3"
+gem "base64", "~> 0.3.0"
+gem "bigdecimal", "~> 3.3"
# plugins
group :jekyll_plugins do
diff --git a/Gemfile.lock b/Gemfile.lock
index 0a3260a..0530d2b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -136,6 +136,8 @@ PLATFORMS
x86_64-linux
DEPENDENCIES
+ base64 (~> 0.3.0)
+ bigdecimal (~> 3.3)
csv (~> 3.3)
jekyll (~> 4.3)
jekyll-data-pages
From c39f019f9c39666eb0848c957d033d02dc5d2e56 Mon Sep 17 00:00:00 2001
From: VOHUUANHTUAN <115027458+VOHUUANHTUAN@users.noreply.github.com>
Date: Fri, 5 Dec 2025 06:53:48 +0000
Subject: [PATCH 5/5] add rb ver1
---
_plugins/array.rb | 1 -
_plugins/file.rb | 1 -
_plugins/generate_member_pages.rb | 1 -
_plugins/hash.rb | 1 -
_plugins/misc.rb | 1 -
_plugins/regex.rb | 1 -
6 files changed, 6 deletions(-)
diff --git a/_plugins/array.rb b/_plugins/array.rb
index ff6d930..871626b 100644
--- a/_plugins/array.rb
+++ b/_plugins/array.rb
@@ -1,5 +1,4 @@
require 'liquid'
-require "csv"
module Jekyll
module ArrayFilters
diff --git a/_plugins/file.rb b/_plugins/file.rb
index ddebe9c..32a0af2 100644
--- a/_plugins/file.rb
+++ b/_plugins/file.rb
@@ -1,5 +1,4 @@
require 'liquid'
-require "csv"
module Jekyll
module FileFilters
diff --git a/_plugins/generate_member_pages.rb b/_plugins/generate_member_pages.rb
index 0bf7696..05dcf41 100644
--- a/_plugins/generate_member_pages.rb
+++ b/_plugins/generate_member_pages.rb
@@ -1,4 +1,3 @@
-require "csv"
module Jekyll
class GenerateMemberPages
diff --git a/_plugins/hash.rb b/_plugins/hash.rb
index 310de2c..2344589 100644
--- a/_plugins/hash.rb
+++ b/_plugins/hash.rb
@@ -1,5 +1,4 @@
require 'liquid'
-require "csv"
module Jekyll
module HashFilters
diff --git a/_plugins/misc.rb b/_plugins/misc.rb
index 81af38a..6b4cb0f 100644
--- a/_plugins/misc.rb
+++ b/_plugins/misc.rb
@@ -1,5 +1,4 @@
require 'liquid'
-require "csv"
module Jekyll
module MiscFilters
diff --git a/_plugins/regex.rb b/_plugins/regex.rb
index af7c7e3..f7cd02e 100644
--- a/_plugins/regex.rb
+++ b/_plugins/regex.rb
@@ -1,5 +1,4 @@
require 'liquid'
-require "csv"
module Jekyll
module RegexFilters