From aa6ce330c225d8d4594bb0058419d7920c4d66c4 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Wed, 10 May 2023 15:00:42 +0800 Subject: [PATCH] =?UTF-8?q?simple=5Fxlsx=5Freader=20=E5=9B=BA=E5=AE=9A?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 8051448e4..6073511f1 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'chinese_pinyin' gem 'rack-cors' gem 'redis-rails' gem 'roo-xls' -gem 'simple_xlsx_reader' +gem 'simple_xlsx_reader', '~>1.0.4' gem 'rubyzip'