Commit 7468b5a6 by Ivan

fix: 由于 ruby 3.1 改动, 额外增加 matrix gem

parent dcfcb2f3
......@@ -5,6 +5,7 @@ PATH
activesupport
attr_json
caxlsx
matrix
redis
redis-objects
roo
......@@ -39,6 +40,7 @@ GEM
i18n (1.14.1)
concurrent-ruby (~> 1.0)
marcel (1.0.2)
matrix (0.4.2)
mini_portile2 (2.8.2)
minitest (5.18.1)
nokogiri (1.15.2)
......
......@@ -26,6 +26,7 @@ Gem::Specification.new do |spec|
spec.add_dependency('caxlsx')
spec.add_dependency('roo')
spec.add_dependency('roo-xls')
spec.add_dependency('matrix')
spec.add_dependency('tallty_form')
spec.add_dependency('activesupport')
spec.add_dependency('redis')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment