Skip to content
Snippets Groups Projects
Commit a96d1775 authored by John Harris's avatar John Harris
Browse files

build: add nexus_seed

parent bba01dde
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,9 @@ gem 'secure_headers', '6.3.3'
gem 'jwt', '2.3.0'
gem 'pundit', '2.2.0'
# Seeding
gem 'nexus_seed', '0.2.13'
# Monitoring / Performance
gem 'ddtrace', '1.9.0'
gem 'health_check', '3.1.0'
......
......@@ -80,7 +80,7 @@ GEM
autoprefixer-rails (10.4.13.0)
execjs (~> 2)
aws-eventstream (1.2.0)
aws-partitions (1.727.0)
aws-partitions (1.728.0)
aws-sdk-core (3.170.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
......@@ -213,6 +213,8 @@ GEM
nexus_domain_events (1.1.2)
activesupport
bunny
nexus_seed (0.2.13)
nexus_semantic_logger (~> 1.11)
nexus_semantic_logger (1.11.6)
amazing_print (~> 1.4.0)
ddtrace (~> 1.9.0)
......@@ -406,6 +408,7 @@ DEPENDENCIES
mysql2 (= 0.5.5)
nexus_cqrs (= 0.4.8)
nexus_domain_events (= 1.1.2)
nexus_seed (= 0.2.13)
nexus_semantic_logger (= 1.11.6)
pg (= 1.3.5)
puma (= 5.6.4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment