remove rake

This commit is contained in:
app-harry 2024-10-27 00:57:55 +08:00
parent e6d7be0373
commit d7603d4fb8
3 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,5 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'rake', '~>13.2'
gem 'yaml', '~> 0.3' gem 'yaml', '~> 0.3'
gem 'liquid', '~> 5.5' gem 'liquid', '~> 5.5'
gem 'nokogiri', '~> 1.15' gem 'nokogiri', '~> 1.15'

View File

@ -7,7 +7,6 @@ GEM
mini_portile2 (~> 2.8.2) mini_portile2 (~> 2.8.2)
racc (~> 1.4) racc (~> 1.4)
racc (1.8.1) racc (1.8.1)
rake (13.2.1)
yaml (0.3.0) yaml (0.3.0)
PLATFORMS PLATFORMS
@ -16,7 +15,6 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
liquid (~> 5.5) liquid (~> 5.5)
nokogiri (~> 1.15) nokogiri (~> 1.15)
rake (~> 13.2)
yaml (~> 0.3) yaml (~> 0.3)
BUNDLED WITH BUNDLED WITH

View File