mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:57:29 +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
|
gem "parallel", require: false
|
||||||
end
|
end
|
||||||
|
|
||||||
if ENV["GENERIC_IMPORT"] == "1"
|
group :generic_import, optional: true do
|
||||||
gem "sqlite3"
|
gem "sqlite3"
|
||||||
gem "redcarpet"
|
gem "redcarpet"
|
||||||
end
|
end
|
||||||
|
|
|
@ -361,6 +361,7 @@ GEM
|
||||||
msgpack (>= 0.4.3)
|
msgpack (>= 0.4.3)
|
||||||
optimist (>= 3.0.0)
|
optimist (>= 3.0.0)
|
||||||
rchardet (1.8.0)
|
rchardet (1.8.0)
|
||||||
|
redcarpet (3.6.0)
|
||||||
redis (4.8.1)
|
redis (4.8.1)
|
||||||
redis-namespace (1.11.0)
|
redis-namespace (1.11.0)
|
||||||
redis (>= 4)
|
redis (>= 4)
|
||||||
|
@ -477,6 +478,10 @@ GEM
|
||||||
actionpack (>= 5.2)
|
actionpack (>= 5.2)
|
||||||
activesupport (>= 5.2)
|
activesupport (>= 5.2)
|
||||||
sprockets (>= 3.0.0)
|
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)
|
sshkey (3.0.0)
|
||||||
stackprof (0.2.25)
|
stackprof (0.2.25)
|
||||||
syntax_tree (6.2.0)
|
syntax_tree (6.2.0)
|
||||||
|
@ -623,6 +628,7 @@ DEPENDENCIES
|
||||||
rb-fsevent
|
rb-fsevent
|
||||||
rbtrace
|
rbtrace
|
||||||
rchardet
|
rchardet
|
||||||
|
redcarpet
|
||||||
redis
|
redis
|
||||||
redis-namespace
|
redis-namespace
|
||||||
rinku
|
rinku
|
||||||
|
@ -647,6 +653,7 @@ DEPENDENCIES
|
||||||
simplecov
|
simplecov
|
||||||
sprockets!
|
sprockets!
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
|
sqlite3
|
||||||
sshkey
|
sshkey
|
||||||
stackprof
|
stackprof
|
||||||
syntax_tree
|
syntax_tree
|
||||||
|
|
Loading…
Reference in New Issue
Block a user