fix gemfile

dev_bj
p31729568 6 years ago
parent f275cd57bf
commit d4af2c8785

@ -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'

Loading…
Cancel
Save