mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Add some gems only used by imports
This commit is contained in:
parent
f41ab98e86
commit
e6f22725c8
1 changed files with 7 additions and 0 deletions
7
Gemfile
7
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue