Fix the Travis failure in the last PR about axlsx dependencies

This commit is contained in:
mdeniz 2017-06-09 14:41:51 +02:00
parent 5acb4a9339
commit ebe1ca374d
2 changed files with 14 additions and 5 deletions

View file

@ -128,6 +128,7 @@ gem 'country_select'
gem 'prawn_rails'
# to render XLS spreadsheets
gem 'axlsx', git: 'https://github.com/randym/axlsx.git'
gem 'axlsx_rails'
# as error catcher
@ -178,7 +179,7 @@ gem 'cloudinary'
# for setting app configuration in the environment
gem 'dotenv-rails'
# For countable.js
# For countable.js
gem "countable-rails", "~> 0.0.1"
# Both are not in a group as we use it also for rake data:demo