From d5bd16cb267ecebd66c04117cfa248ae73ac2286 Mon Sep 17 00:00:00 2001 From: ZhgChgLiBot Date: Sat, 22 Mar 2025 20:50:38 +0800 Subject: [PATCH] upgrade ruby version --- .ruby-version | 1 + Gemfile | 4 +++- Gemfile.lock | 10 +++++++--- 3 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 .ruby-version diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..4d9d11c --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +3.4.2 diff --git a/Gemfile b/Gemfile index d48cde1..0617a02 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,7 @@ source 'https://rubygems.org' +gem 'bigdecimal' +gem 'base64' gem 'yaml', '~> 0.3' gem 'liquid', '~> 5.5' -gem 'nokogiri', '~> 1.15' \ No newline at end of file +gem 'nokogiri', '>= 1.18.4' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 4179ae7..cc1b2c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,11 @@ GEM remote: https://rubygems.org/ specs: + base64 (0.2.0) + bigdecimal (3.1.9) liquid (5.5.1) mini_portile2 (2.8.7) - nokogiri (1.15.6) + nokogiri (1.18.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) racc (1.8.1) @@ -13,9 +15,11 @@ PLATFORMS ruby DEPENDENCIES + base64 + bigdecimal liquid (~> 5.5) - nokogiri (~> 1.15) + nokogiri (>= 1.18.4) yaml (~> 0.3) BUNDLED WITH - 2.1.4 + 2.6.6