DEV: Convert dependencies of generic import script into optional gem group

This commit is contained in:
Gerhard Schlager 2023-12-10 22:01:36 +01:00 committed by Gerhard Schlager
parent 81de91751e
commit 1cb600270e
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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