mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 06:53:45 +08:00
DEV: Convert dependencies of generic import script into optional gem group
This commit is contained in:
parent
81de91751e
commit
1cb600270e
2
Gemfile
2
Gemfile
|
@ -245,7 +245,7 @@ if ENV["IMPORT"] == "1"
|
|||
gem "parallel", require: false
|
||||
end
|
||||
|
||||
if ENV["GENERIC_IMPORT"] == "1"
|
||||
group :generic_import, optional: true do
|
||||
gem "sqlite3"
|
||||
gem "redcarpet"
|
||||
end
|
||||
|
|
|
@ -361,6 +361,7 @@ GEM
|
|||
msgpack (>= 0.4.3)
|
||||
optimist (>= 3.0.0)
|
||||
rchardet (1.8.0)
|
||||
redcarpet (3.6.0)
|
||||
redis (4.8.1)
|
||||
redis-namespace (1.11.0)
|
||||
redis (>= 4)
|
||||
|
@ -477,6 +478,10 @@ GEM
|
|||
actionpack (>= 5.2)
|
||||
activesupport (>= 5.2)
|
||||
sprockets (>= 3.0.0)
|
||||
sqlite3 (1.6.9-aarch64-linux)
|
||||
sqlite3 (1.6.9-arm64-darwin)
|
||||
sqlite3 (1.6.9-x86_64-darwin)
|
||||
sqlite3 (1.6.9-x86_64-linux)
|
||||
sshkey (3.0.0)
|
||||
stackprof (0.2.25)
|
||||
syntax_tree (6.2.0)
|
||||
|
@ -623,6 +628,7 @@ DEPENDENCIES
|
|||
rb-fsevent
|
||||
rbtrace
|
||||
rchardet
|
||||
redcarpet
|
||||
redis
|
||||
redis-namespace
|
||||
rinku
|
||||
|
@ -647,6 +653,7 @@ DEPENDENCIES
|
|||
simplecov
|
||||
sprockets!
|
||||
sprockets-rails
|
||||
sqlite3
|
||||
sshkey
|
||||
stackprof
|
||||
syntax_tree
|
||||
|
|
Loading…
Reference in New Issue
Block a user