Skip to content

Commit 75963b6

Browse files
author
ZhgChgLiBot
committed
upgrade ruby
1 parent bd66103 commit 75963b6

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.4.2

Gemfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
source 'https://rubygems.org'
22

3+
gem 'bigdecimal'
4+
gem 'base64'
35
gem 'yaml', '~> 0.3'
46
gem 'liquid', '~> 5.5'
5-
gem 'nokogiri', '~> 1.15'
7+
gem 'nokogiri', '>= 1.18.4'

Gemfile.lock

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
base64 (0.2.0)
5+
bigdecimal (3.1.9)
46
liquid (5.5.1)
57
mini_portile2 (2.8.7)
6-
nokogiri (1.15.6)
8+
nokogiri (1.18.5)
79
mini_portile2 (~> 2.8.2)
810
racc (~> 1.4)
911
racc (1.8.1)
@@ -13,9 +15,11 @@ PLATFORMS
1315
ruby
1416

1517
DEPENDENCIES
18+
base64
19+
bigdecimal
1620
liquid (~> 5.5)
17-
nokogiri (~> 1.15)
21+
nokogiri (>= 1.18.4)
1822
yaml (~> 0.3)
1923

2024
BUNDLED WITH
21-
2.1.4
25+
2.6.6

0 commit comments

Comments
 (0)