2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

Add some gems only used by imports

This commit is contained in:
Régis Hanol 2017-04-24 22:32:27 +02:00
parent f41ab98e86
commit e6f22725c8

View file

@ -184,3 +184,10 @@ gem 'rmmseg-cpp', require: false
gem 'logster'
gem 'sassc', require: false
if ENV["IMPORT"] == "1"
gem 'mysql2'
gem 'php_serialize'
gem 'redcarpet'
end