From d4af2c8785195eaf84a5f8a7391d0dbee287c8b2 Mon Sep 17 00:00:00 2001 From: p31729568 Date: Sat, 29 Jun 2019 14:24:51 +0800 Subject: [PATCH] fix gemfile --- Gemfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 7acfb39f..d89f9a24 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source 'http://gems.ruby-china.com' +source 'https://gems.ruby-china.com' unless RUBY_PLATFORM =~ /w32/ # unix-like only @@ -57,18 +57,18 @@ gem 'chinese_pinyin' gem 'ansi' gem 'diff-lcs', '~> 1.3' -# gem 'kaminari' +gem 'kaminari' gem 'elasticsearch-model' gem 'elasticsearch-rails' gem 'oauth2' # xlsx -# gem 'axlsx', '3.0.0.pre' -# gem 'axlsx_rails', '0.3.0' +gem 'axlsx', '3.0.0.pre' +gem 'axlsx_rails', '0.3.0' # state machine -# gem 'aasm' +gem 'aasm' #Ruby 2.2+ has removed test/unit from the core library. if RUBY_VERSION>='2.2'