upgrade ruby version
This commit is contained in:
parent
693b0d2bb7
commit
d5bd16cb26
1
.ruby-version
Normal file
1
.ruby-version
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.4.2
|
4
Gemfile
4
Gemfile
@ -1,5 +1,7 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
|
gem 'bigdecimal'
|
||||||
|
gem 'base64'
|
||||||
gem 'yaml', '~> 0.3'
|
gem 'yaml', '~> 0.3'
|
||||||
gem 'liquid', '~> 5.5'
|
gem 'liquid', '~> 5.5'
|
||||||
gem 'nokogiri', '~> 1.15'
|
gem 'nokogiri', '>= 1.18.4'
|
10
Gemfile.lock
10
Gemfile.lock
@ -1,9 +1,11 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
base64 (0.2.0)
|
||||||
|
bigdecimal (3.1.9)
|
||||||
liquid (5.5.1)
|
liquid (5.5.1)
|
||||||
mini_portile2 (2.8.7)
|
mini_portile2 (2.8.7)
|
||||||
nokogiri (1.15.6)
|
nokogiri (1.18.5)
|
||||||
mini_portile2 (~> 2.8.2)
|
mini_portile2 (~> 2.8.2)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
racc (1.8.1)
|
racc (1.8.1)
|
||||||
@ -13,9 +15,11 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
base64
|
||||||
|
bigdecimal
|
||||||
liquid (~> 5.5)
|
liquid (~> 5.5)
|
||||||
nokogiri (~> 1.15)
|
nokogiri (>= 1.18.4)
|
||||||
yaml (~> 0.3)
|
yaml (~> 0.3)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.1.4
|
2.6.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user