2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Add new, experimental version of mbox importer

This commit is contained in:
Gerhard Schlager 2017-05-26 22:26:18 +02:00
parent 781f364d86
commit 8299e7e8c3
No known key found for this signature in database
GPG key ID: 7DACA3C95B36014B
8 changed files with 710 additions and 5 deletions

View file

@ -190,4 +190,5 @@ gem 'sassc', require: false
if ENV["IMPORT"] == "1"
gem 'mysql2'
gem 'redcarpet'
gem 'sqlite3', '~> 1.3.13'
end