- all catalog services (update/software/highlighted/builds/file/file-manager/ download/image + SoftwareResponseBuilder), the SoftwareUpdater platform services and their concerns, Blueprinter serializers (incl. TimestampFields) and the 4 DTOs now live in the engine under WarpEngine:: - constantize dispatch strings use absolute names (WarpEngine::SoftwareUpdater::<Platform>Service) - container paths read from WarpEngine.config everywhere (FileService, DownloadService, FileManagerService, ArchiveExtraction, ReleaseSerializer path rewriting); FileManagerService base path is now lazy - engine requires blueprinter itself; gemspec declares blueprinter + rubyzip - engine test suite: spec/dummy app (mysql warp_engine_test, catalog-only schema), rails_helper with engine-local factories; catalog model/service specs and factories moved from the host - host suite keeps TTG specs and loads catalog factories from the engine Verified: engine suite 40 green, host suite 14 green, /api/software and /api/builds byte-identical to baselines, admin OK. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
395 lines
9.3 KiB
Gemfile.lock
395 lines
9.3 KiB
Gemfile.lock
PATH
|
|
remote: ../libs/ruby/warp_engine
|
|
specs:
|
|
warp_engine (0.1.0)
|
|
blueprinter
|
|
rails (>= 8.0)
|
|
rubyzip (~> 2.3)
|
|
|
|
GEM
|
|
remote: https://rubygems.org/
|
|
specs:
|
|
action_text-trix (2.1.18)
|
|
railties
|
|
actioncable (8.1.3)
|
|
actionpack (= 8.1.3)
|
|
activesupport (= 8.1.3)
|
|
nio4r (~> 2.0)
|
|
websocket-driver (>= 0.6.1)
|
|
zeitwerk (~> 2.6)
|
|
actionmailbox (8.1.3)
|
|
actionpack (= 8.1.3)
|
|
activejob (= 8.1.3)
|
|
activerecord (= 8.1.3)
|
|
activestorage (= 8.1.3)
|
|
activesupport (= 8.1.3)
|
|
mail (>= 2.8.0)
|
|
actionmailer (8.1.3)
|
|
actionpack (= 8.1.3)
|
|
actionview (= 8.1.3)
|
|
activejob (= 8.1.3)
|
|
activesupport (= 8.1.3)
|
|
mail (>= 2.8.0)
|
|
rails-dom-testing (~> 2.2)
|
|
actionpack (8.1.3)
|
|
actionview (= 8.1.3)
|
|
activesupport (= 8.1.3)
|
|
nokogiri (>= 1.8.5)
|
|
rack (>= 2.2.4)
|
|
rack-session (>= 1.0.1)
|
|
rack-test (>= 0.6.3)
|
|
rails-dom-testing (~> 2.2)
|
|
rails-html-sanitizer (~> 1.6)
|
|
useragent (~> 0.16)
|
|
actiontext (8.1.3)
|
|
action_text-trix (~> 2.1.15)
|
|
actionpack (= 8.1.3)
|
|
activerecord (= 8.1.3)
|
|
activestorage (= 8.1.3)
|
|
activesupport (= 8.1.3)
|
|
globalid (>= 0.6.0)
|
|
nokogiri (>= 1.8.5)
|
|
actionview (8.1.3)
|
|
activesupport (= 8.1.3)
|
|
builder (~> 3.1)
|
|
erubi (~> 1.11)
|
|
rails-dom-testing (~> 2.2)
|
|
rails-html-sanitizer (~> 1.6)
|
|
activeadmin (3.5.1)
|
|
arbre (~> 1.2, >= 1.2.1)
|
|
csv
|
|
formtastic (>= 3.1)
|
|
formtastic_i18n (>= 0.4)
|
|
inherited_resources (~> 1.7)
|
|
jquery-rails (>= 4.2)
|
|
kaminari (>= 1.2.1)
|
|
railties (>= 6.1)
|
|
ransack (>= 4.0)
|
|
activeadmin_blaze_theme (1.1.0)
|
|
activeadmin (>= 2.0, < 4)
|
|
activejob (8.1.3)
|
|
activesupport (= 8.1.3)
|
|
globalid (>= 0.3.6)
|
|
activemodel (8.1.3)
|
|
activesupport (= 8.1.3)
|
|
activerecord (8.1.3)
|
|
activemodel (= 8.1.3)
|
|
activesupport (= 8.1.3)
|
|
timeout (>= 0.4.0)
|
|
activestorage (8.1.3)
|
|
actionpack (= 8.1.3)
|
|
activejob (= 8.1.3)
|
|
activerecord (= 8.1.3)
|
|
activesupport (= 8.1.3)
|
|
marcel (~> 1.0)
|
|
activesupport (8.1.3)
|
|
base64
|
|
bigdecimal
|
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
connection_pool (>= 2.2.5)
|
|
drb
|
|
i18n (>= 1.6, < 2)
|
|
json
|
|
logger (>= 1.4.2)
|
|
minitest (>= 5.1)
|
|
securerandom (>= 0.3)
|
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
uri (>= 0.13.1)
|
|
apipie-rails (1.5.1)
|
|
actionpack (>= 5.0)
|
|
activesupport (>= 5.0)
|
|
arbre (1.7.0)
|
|
activesupport (>= 3.0.0)
|
|
ruby2_keywords (>= 0.0.2)
|
|
ast (2.4.3)
|
|
base64 (0.3.0)
|
|
bcrypt (3.1.22)
|
|
bigdecimal (4.1.2)
|
|
blueprinter (1.3.0)
|
|
bootsnap (1.24.3)
|
|
msgpack (~> 1.2)
|
|
builder (3.3.0)
|
|
concurrent-ruby (1.3.6)
|
|
connection_pool (3.0.2)
|
|
crass (1.0.6)
|
|
csv (3.3.5)
|
|
date (3.5.1)
|
|
debug (1.11.1)
|
|
irb (~> 1.10)
|
|
reline (>= 0.3.8)
|
|
devise (5.0.3)
|
|
bcrypt (~> 3.0)
|
|
orm_adapter (~> 0.1)
|
|
railties (>= 7.0)
|
|
responders
|
|
warden (~> 1.2.3)
|
|
diff-lcs (1.6.2)
|
|
drb (2.2.3)
|
|
erb (6.0.4)
|
|
erubi (1.13.1)
|
|
factory_bot (6.6.0)
|
|
activesupport (>= 6.1.0)
|
|
factory_bot_rails (6.5.1)
|
|
factory_bot (~> 6.5)
|
|
railties (>= 6.1.0)
|
|
ffi (1.17.4-arm64-darwin)
|
|
ffi (1.17.4-x86_64-linux-gnu)
|
|
formtastic (6.0.0)
|
|
actionpack (>= 7.2.0)
|
|
formtastic_i18n (0.7.0)
|
|
globalid (1.3.0)
|
|
activesupport (>= 6.1)
|
|
has_scope (0.9.0)
|
|
actionpack (>= 7.0)
|
|
activesupport (>= 7.0)
|
|
i18n (1.14.8)
|
|
concurrent-ruby (~> 1.0)
|
|
inherited_resources (1.14.0)
|
|
actionpack (>= 6.0)
|
|
has_scope (>= 0.6)
|
|
railties (>= 6.0)
|
|
responders (>= 2)
|
|
io-console (0.8.2)
|
|
irb (1.18.0)
|
|
pp (>= 0.6.0)
|
|
prism (>= 1.3.0)
|
|
rdoc (>= 4.0.0)
|
|
reline (>= 0.4.2)
|
|
jquery-rails (4.6.1)
|
|
rails-dom-testing (>= 1, < 3)
|
|
railties (>= 4.2.0)
|
|
thor (>= 0.14, < 2.0)
|
|
json (2.19.5)
|
|
kaminari (1.2.2)
|
|
activesupport (>= 4.1.0)
|
|
kaminari-actionview (= 1.2.2)
|
|
kaminari-activerecord (= 1.2.2)
|
|
kaminari-core (= 1.2.2)
|
|
kaminari-actionview (1.2.2)
|
|
actionview
|
|
kaminari-core (= 1.2.2)
|
|
kaminari-activerecord (1.2.2)
|
|
activerecord
|
|
kaminari-core (= 1.2.2)
|
|
kaminari-core (1.2.2)
|
|
language_server-protocol (3.17.0.5)
|
|
lint_roller (1.1.0)
|
|
logger (1.7.0)
|
|
loofah (2.25.1)
|
|
crass (~> 1.0.2)
|
|
nokogiri (>= 1.12.0)
|
|
mail (2.9.0)
|
|
logger
|
|
mini_mime (>= 0.1.1)
|
|
net-imap
|
|
net-pop
|
|
net-smtp
|
|
marcel (1.1.0)
|
|
mini_mime (1.1.5)
|
|
minitest (6.0.6)
|
|
drb (~> 2.0)
|
|
prism (~> 1.5)
|
|
msgpack (1.8.0)
|
|
mysql2 (0.5.7)
|
|
bigdecimal
|
|
net-imap (0.6.4)
|
|
date
|
|
net-protocol
|
|
net-pop (0.1.2)
|
|
net-protocol
|
|
net-protocol (0.2.2)
|
|
timeout
|
|
net-smtp (0.5.1)
|
|
net-protocol
|
|
nio4r (2.7.5)
|
|
nokogiri (1.19.3-arm64-darwin)
|
|
racc (~> 1.4)
|
|
nokogiri (1.19.3-x86_64-linux-gnu)
|
|
racc (~> 1.4)
|
|
orm_adapter (0.5.0)
|
|
parallel (1.28.0)
|
|
parser (3.3.11.1)
|
|
ast (~> 2.4.1)
|
|
racc
|
|
pp (0.6.3)
|
|
prettyprint
|
|
prettyprint (0.2.0)
|
|
prism (1.9.0)
|
|
psych (5.3.1)
|
|
date
|
|
stringio
|
|
puma (8.0.1)
|
|
nio4r (~> 2.0)
|
|
racc (1.8.1)
|
|
rack (3.2.6)
|
|
rack-session (2.1.2)
|
|
base64 (>= 0.1.0)
|
|
rack (>= 3.0.0)
|
|
rack-test (2.2.0)
|
|
rack (>= 1.3)
|
|
rackup (2.3.1)
|
|
rack (>= 3)
|
|
rails (8.1.3)
|
|
actioncable (= 8.1.3)
|
|
actionmailbox (= 8.1.3)
|
|
actionmailer (= 8.1.3)
|
|
actionpack (= 8.1.3)
|
|
actiontext (= 8.1.3)
|
|
actionview (= 8.1.3)
|
|
activejob (= 8.1.3)
|
|
activemodel (= 8.1.3)
|
|
activerecord (= 8.1.3)
|
|
activestorage (= 8.1.3)
|
|
activesupport (= 8.1.3)
|
|
bundler (>= 1.15.0)
|
|
railties (= 8.1.3)
|
|
rails-dom-testing (2.3.0)
|
|
activesupport (>= 5.0.0)
|
|
minitest
|
|
nokogiri (>= 1.6)
|
|
rails-html-sanitizer (1.7.0)
|
|
loofah (~> 2.25)
|
|
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
|
railties (8.1.3)
|
|
actionpack (= 8.1.3)
|
|
activesupport (= 8.1.3)
|
|
irb (~> 1.13)
|
|
rackup (>= 1.0.0)
|
|
rake (>= 12.2)
|
|
thor (~> 1.0, >= 1.2.2)
|
|
tsort (>= 0.2)
|
|
zeitwerk (~> 2.6)
|
|
rainbow (3.1.1)
|
|
rake (13.4.2)
|
|
ransack (4.4.1)
|
|
activerecord (>= 7.2)
|
|
activesupport (>= 7.2)
|
|
i18n
|
|
rdoc (7.2.0)
|
|
erb
|
|
psych (>= 4.0.0)
|
|
tsort
|
|
regexp_parser (2.12.0)
|
|
reline (0.6.3)
|
|
io-console (~> 0.5)
|
|
responders (3.2.0)
|
|
actionpack (>= 7.0)
|
|
railties (>= 7.0)
|
|
rexml (3.4.4)
|
|
rspec-core (3.13.6)
|
|
rspec-support (~> 3.13.0)
|
|
rspec-expectations (3.13.5)
|
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
rspec-support (~> 3.13.0)
|
|
rspec-mocks (3.13.8)
|
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
rspec-support (~> 3.13.0)
|
|
rspec-rails (7.1.1)
|
|
actionpack (>= 7.0)
|
|
activesupport (>= 7.0)
|
|
railties (>= 7.0)
|
|
rspec-core (~> 3.13)
|
|
rspec-expectations (~> 3.13)
|
|
rspec-mocks (~> 3.13)
|
|
rspec-support (~> 3.13)
|
|
rspec-support (3.13.7)
|
|
rss (0.3.3)
|
|
rexml
|
|
rubocop (1.86.1)
|
|
json (~> 2.3)
|
|
language_server-protocol (~> 3.17.0.2)
|
|
lint_roller (~> 1.1.0)
|
|
parallel (>= 1.10)
|
|
parser (>= 3.3.0.2)
|
|
rainbow (>= 2.2.2, < 4.0)
|
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
rubocop-ast (>= 1.49.0, < 2.0)
|
|
ruby-progressbar (~> 1.7)
|
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
rubocop-ast (1.49.1)
|
|
parser (>= 3.3.7.2)
|
|
prism (~> 1.7)
|
|
rubocop-performance (1.26.1)
|
|
lint_roller (~> 1.1)
|
|
rubocop (>= 1.75.0, < 2.0)
|
|
rubocop-ast (>= 1.47.1, < 2.0)
|
|
rubocop-rails (2.34.3)
|
|
activesupport (>= 4.2.0)
|
|
lint_roller (~> 1.1)
|
|
rack (>= 1.1)
|
|
rubocop (>= 1.75.0, < 2.0)
|
|
rubocop-ast (>= 1.44.0, < 2.0)
|
|
rubocop-rails-omakase (1.1.0)
|
|
rubocop (>= 1.72)
|
|
rubocop-performance (>= 1.24)
|
|
rubocop-rails (>= 2.30)
|
|
ruby-progressbar (1.13.0)
|
|
ruby2_keywords (0.0.5)
|
|
rubyzip (2.4.1)
|
|
sassc (2.4.0)
|
|
ffi (~> 1.9)
|
|
sassc-rails (2.1.2)
|
|
railties (>= 4.0.0)
|
|
sassc (>= 2.0)
|
|
sprockets (> 3.0)
|
|
sprockets-rails
|
|
tilt
|
|
securerandom (0.4.1)
|
|
shoulda-matchers (6.5.0)
|
|
activesupport (>= 5.2.0)
|
|
sprockets (4.2.2)
|
|
concurrent-ruby (~> 1.0)
|
|
logger
|
|
rack (>= 2.2.4, < 4)
|
|
sprockets-rails (3.5.2)
|
|
actionpack (>= 6.1)
|
|
activesupport (>= 6.1)
|
|
sprockets (>= 3.0.0)
|
|
stringio (3.2.0)
|
|
thor (1.5.0)
|
|
tilt (2.7.0)
|
|
timeout (0.6.1)
|
|
tsort (0.2.0)
|
|
tzinfo (2.0.6)
|
|
concurrent-ruby (~> 1.0)
|
|
unicode-display_width (3.2.0)
|
|
unicode-emoji (~> 4.1)
|
|
unicode-emoji (4.2.0)
|
|
uri (1.1.1)
|
|
useragent (0.16.11)
|
|
warden (1.2.9)
|
|
rack (>= 2.0.9)
|
|
websocket-driver (0.8.0)
|
|
base64
|
|
websocket-extensions (>= 0.1.0)
|
|
websocket-extensions (0.1.5)
|
|
zeitwerk (2.7.5)
|
|
|
|
PLATFORMS
|
|
arm64-darwin-22
|
|
x86_64-linux-gnu
|
|
|
|
DEPENDENCIES
|
|
activeadmin
|
|
activeadmin_blaze_theme
|
|
apipie-rails
|
|
blueprinter
|
|
bootsnap
|
|
debug
|
|
devise
|
|
factory_bot_rails
|
|
mysql2 (~> 0.5)
|
|
puma (>= 5.0)
|
|
rails (~> 8.0)
|
|
rspec-rails (~> 7.0)
|
|
rss
|
|
rubocop-rails-omakase
|
|
rubyzip (~> 2.3)
|
|
sassc-rails
|
|
shoulda-matchers (~> 6.0)
|
|
sprockets-rails
|
|
warp_engine!
|
|
|
|
BUNDLED WITH
|
|
2.5.22
|