We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd66103 commit 75963b6Copy full SHA for 75963b6
.ruby-version
@@ -0,0 +1 @@
1
+3.4.2
Gemfile
@@ -1,5 +1,7 @@
source 'https://rubygems.org'
2
3
+gem 'bigdecimal'
4
+gem 'base64'
5
gem 'yaml', '~> 0.3'
6
gem 'liquid', '~> 5.5'
-gem 'nokogiri', '~> 1.15'
7
+gem 'nokogiri', '>= 1.18.4'
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)
8
+ nokogiri (1.18.5)
9
mini_portile2 (~> 2.8.2)
10
racc (~> 1.4)
11
racc (1.8.1)
@@ -13,9 +15,11 @@ PLATFORMS
13
15
ruby
14
16
17
DEPENDENCIES
18
+ base64
19
+ bigdecimal
20
liquid (~> 5.5)
- nokogiri (~> 1.15)
21
+ nokogiri (>= 1.18.4)
22
yaml (~> 0.3)
23
24
BUNDLED WITH
- 2.1.4
25
+ 2.6.6
0 commit comments