RailsEventStore/rails_event_store

View on GitHub
contrib/dres_rails/Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ../..
  specs:
    aggregate_root (2.14.0)
      ruby_event_store (= 2.14.0)
    rails_event_store (2.14.0)
      activejob (>= 6.0)
      activemodel (>= 6.0)
      activesupport (>= 6.0)
      aggregate_root (= 2.14.0)
      arkency-command_bus (>= 0.4)
      rails_event_store_active_record (= 2.14.0)
      ruby_event_store (= 2.14.0)
      ruby_event_store-browser (= 2.14.0)
    rails_event_store_active_record (2.14.0)
      ruby_event_store-active_record (= 2.14.0)
    ruby_event_store (2.14.0)
      concurrent-ruby (~> 1.0, >= 1.1.6)
    ruby_event_store-active_record (2.14.0)
      activerecord (>= 6.0)
      ruby_event_store (= 2.14.0)
    ruby_event_store-browser (2.14.0)
      rack
      ruby_event_store (= 2.14.0)

PATH
  remote: .
  specs:
    dres_rails (0.6.0)
      rails (>= 6.0, < 8.0)
      rails_event_store (>= 2.0, < 3.0)
      ruby_event_store (>= 2.0, < 3.0)

GEM
  remote: https://rubygems.org/
  specs:
    actioncable (7.1.3.3)
      actionpack (= 7.1.3.3)
      activesupport (= 7.1.3.3)
      nio4r (~> 2.0)
      websocket-driver (>= 0.6.1)
      zeitwerk (~> 2.6)
    actionmailbox (7.1.3.3)
      actionpack (= 7.1.3.3)
      activejob (= 7.1.3.3)
      activerecord (= 7.1.3.3)
      activestorage (= 7.1.3.3)
      activesupport (= 7.1.3.3)
      mail (>= 2.7.1)
      net-imap
      net-pop
      net-smtp
    actionmailer (7.1.3.3)
      actionpack (= 7.1.3.3)
      actionview (= 7.1.3.3)
      activejob (= 7.1.3.3)
      activesupport (= 7.1.3.3)
      mail (~> 2.5, >= 2.5.4)
      net-imap
      net-pop
      net-smtp
      rails-dom-testing (~> 2.2)
    actionpack (7.1.3.3)
      actionview (= 7.1.3.3)
      activesupport (= 7.1.3.3)
      nokogiri (>= 1.8.5)
      racc
      rack (>= 2.2.4)
      rack-session (>= 1.0.1)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.2)
      rails-html-sanitizer (~> 1.6)
    actiontext (7.1.3.3)
      actionpack (= 7.1.3.3)
      activerecord (= 7.1.3.3)
      activestorage (= 7.1.3.3)
      activesupport (= 7.1.3.3)
      globalid (>= 0.6.0)
      nokogiri (>= 1.8.5)
    actionview (7.1.3.3)
      activesupport (= 7.1.3.3)
      builder (~> 3.1)
      erubi (~> 1.11)
      rails-dom-testing (~> 2.2)
      rails-html-sanitizer (~> 1.6)
    activejob (7.1.3.3)
      activesupport (= 7.1.3.3)
      globalid (>= 0.3.6)
    activemodel (7.1.3.3)
      activesupport (= 7.1.3.3)
    activerecord (7.1.3.3)
      activemodel (= 7.1.3.3)
      activesupport (= 7.1.3.3)
      timeout (>= 0.4.0)
    activestorage (7.1.3.3)
      actionpack (= 7.1.3.3)
      activejob (= 7.1.3.3)
      activerecord (= 7.1.3.3)
      activesupport (= 7.1.3.3)
      marcel (~> 1.0)
    activesupport (7.1.3.3)
      base64
      bigdecimal
      concurrent-ruby (~> 1.0, >= 1.0.2)
      connection_pool (>= 2.2.5)
      drb
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      mutex_m
      tzinfo (~> 2.0)
    addressable (2.8.5)
      public_suffix (>= 2.0.2, < 6.0)
    arkency-command_bus (0.4.1)
      concurrent-ruby
    ast (2.4.2)
    base64 (0.2.0)
    bigdecimal (3.1.8)
    builder (3.2.4)
    capybara (3.39.2)
      addressable
      matrix
      mini_mime (>= 0.1.3)
      nokogiri (~> 1.8)
      rack (>= 1.6.0)
      rack-test (>= 0.6.3)
      regexp_parser (>= 1.5, < 3.0)
      xpath (~> 3.2)
    childprocess (4.1.0)
    concurrent-ruby (1.2.3)
    connection_pool (2.4.1)
    crass (1.0.6)
    date (3.3.4)
    diff-lcs (1.5.1)
    drb (2.2.1)
    erubi (1.12.0)
    globalid (1.2.1)
      activesupport (>= 6.1)
    i18n (1.14.5)
      concurrent-ruby (~> 1.0)
    io-console (0.7.2)
    irb (1.13.1)
      rdoc (>= 4.0.0)
      reline (>= 0.4.2)
    loofah (2.22.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.12.0)
    mail (2.8.1)
      mini_mime (>= 0.1.1)
      net-imap
      net-pop
      net-smtp
    marcel (1.0.4)
    matrix (0.4.2)
    mini_mime (1.1.5)
    minitest (5.23.1)
    mutant (0.12.0)
      diff-lcs (~> 1.3)
      parser (~> 3.3.0)
      regexp_parser (~> 2.9.0)
      sorbet-runtime (~> 0.5.0)
      unparser (~> 0.6.9)
    mutant-minitest (0.12.0)
      minitest (~> 5.11)
      mutant (= 0.12.0)
    mutant-rspec (0.12.0)
      mutant (= 0.12.0)
      rspec-core (>= 3.8.0, < 4.0.0)
    mutex_m (0.2.0)
    net-imap (0.4.11)
      date
      net-protocol
    net-pop (0.1.2)
      net-protocol
    net-protocol (0.2.2)
      timeout
    net-smtp (0.5.0)
      net-protocol
    nio4r (2.7.3)
    nokogiri (1.16.5-arm64-darwin)
      racc (~> 1.4)
    nokogiri (1.16.5-x86_64-darwin)
      racc (~> 1.4)
    nokogiri (1.16.5-x86_64-linux)
      racc (~> 1.4)
    parser (3.3.1.0)
      ast (~> 2.4.1)
      racc
    pg (1.5.6)
    psych (5.1.2)
      stringio
    public_suffix (5.0.3)
    racc (1.8.0)
    rack (3.0.11)
    rack-session (2.0.0)
      rack (>= 3.0.0)
    rack-test (2.1.0)
      rack (>= 1.3)
    rackup (2.1.0)
      rack (>= 3)
      webrick (~> 1.8)
    rails (7.1.3.3)
      actioncable (= 7.1.3.3)
      actionmailbox (= 7.1.3.3)
      actionmailer (= 7.1.3.3)
      actionpack (= 7.1.3.3)
      actiontext (= 7.1.3.3)
      actionview (= 7.1.3.3)
      activejob (= 7.1.3.3)
      activemodel (= 7.1.3.3)
      activerecord (= 7.1.3.3)
      activestorage (= 7.1.3.3)
      activesupport (= 7.1.3.3)
      bundler (>= 1.15.0)
      railties (= 7.1.3.3)
    rails-dom-testing (2.2.0)
      activesupport (>= 5.0.0)
      minitest
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.6.0)
      loofah (~> 2.21)
      nokogiri (~> 1.14)
    railties (7.1.3.3)
      actionpack (= 7.1.3.3)
      activesupport (= 7.1.3.3)
      irb
      rackup (>= 1.0.0)
      rake (>= 12.2)
      thor (~> 1.0, >= 1.2.2)
      zeitwerk (~> 2.6)
    rake (13.2.1)
    rdoc (6.6.3.1)
      psych (>= 4.0.0)
    regexp_parser (2.9.0)
    reline (0.5.7)
      io-console (~> 0.5)
    rspec (3.13.0)
      rspec-core (~> 3.13.0)
      rspec-expectations (~> 3.13.0)
      rspec-mocks (~> 3.13.0)
    rspec-core (3.13.0)
      rspec-support (~> 3.13.0)
    rspec-expectations (3.13.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-mocks (3.13.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-rails (6.0.3)
      actionpack (>= 6.1)
      activesupport (>= 6.1)
      railties (>= 6.1)
      rspec-core (~> 3.12)
      rspec-expectations (~> 3.12)
      rspec-mocks (~> 3.12)
      rspec-support (~> 3.12)
    rspec-support (3.13.1)
    sorbet-runtime (0.5.11370)
    stringio (3.1.0)
    thor (1.3.1)
    timecop (0.9.8)
    timeout (0.4.1)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unparser (0.6.13)
      diff-lcs (~> 1.3)
      parser (>= 3.3.0)
    webrick (1.8.1)
    websocket-driver (0.7.6)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.5)
    xpath (3.2.0)
      nokogiri (~> 1.8)
    zeitwerk (2.6.14)

PLATFORMS
  arm64-darwin-21
  arm64-darwin-22
  arm64-darwin-23
  x86_64-darwin-22
  x86_64-linux

DEPENDENCIES
  aggregate_root!
  capybara
  childprocess
  dres_rails!
  mutant (= 0.12.0)
  mutant-minitest (= 0.12.0)
  mutant-rspec (= 0.12.0)
  pg
  rails_event_store!
  rails_event_store_active_record!
  rake (>= 10.0)
  rspec (~> 3.6)
  rspec-rails
  ruby_event_store!
  ruby_event_store-active_record!
  ruby_event_store-browser!
  timecop

BUNDLED WITH
   2.5.3