RailsEventStore/rails_event_store

View on GitHub
contrib/ruby_event_store-outbox/Gemfile.rails_6_0.lock

Summary

Maintainability
Test Coverage
PATH
  remote: ../..
  specs:
    ruby_event_store (2.14.0)
      concurrent-ruby (~> 1.0, >= 1.1.6)

PATH
  remote: .
  specs:
    ruby_event_store-outbox (0.0.28)
      activerecord (>= 6.0)
      ruby_event_store (>= 1.0.0)

GEM
  remote: https://rubygems.org/
  specs:
    actioncable (6.0.6.1)
      actionpack (= 6.0.6.1)
      nio4r (~> 2.0)
      websocket-driver (>= 0.6.1)
    actionmailbox (6.0.6.1)
      actionpack (= 6.0.6.1)
      activejob (= 6.0.6.1)
      activerecord (= 6.0.6.1)
      activestorage (= 6.0.6.1)
      activesupport (= 6.0.6.1)
      mail (>= 2.7.1)
    actionmailer (6.0.6.1)
      actionpack (= 6.0.6.1)
      actionview (= 6.0.6.1)
      activejob (= 6.0.6.1)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (6.0.6.1)
      actionview (= 6.0.6.1)
      activesupport (= 6.0.6.1)
      rack (~> 2.0, >= 2.0.8)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.2.0)
    actiontext (6.0.6.1)
      actionpack (= 6.0.6.1)
      activerecord (= 6.0.6.1)
      activestorage (= 6.0.6.1)
      activesupport (= 6.0.6.1)
      nokogiri (>= 1.8.5)
    actionview (6.0.6.1)
      activesupport (= 6.0.6.1)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.1, >= 1.2.0)
    activejob (6.0.6.1)
      activesupport (= 6.0.6.1)
      globalid (>= 0.3.6)
    activemodel (6.0.6.1)
      activesupport (= 6.0.6.1)
    activerecord (6.0.6.1)
      activemodel (= 6.0.6.1)
      activesupport (= 6.0.6.1)
    activestorage (6.0.6.1)
      actionpack (= 6.0.6.1)
      activejob (= 6.0.6.1)
      activerecord (= 6.0.6.1)
      marcel (~> 1.0)
    activesupport (6.0.6.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
      zeitwerk (~> 2.2, >= 2.2.2)
    ast (2.4.2)
    builder (3.2.4)
    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)
    erubi (1.12.0)
    globalid (1.1.0)
      activesupport (>= 5.0)
    i18n (1.14.5)
      concurrent-ruby (~> 1.0)
    influxdb (0.8.1)
    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)
    method_source (1.1.0)
    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)
    mysql2 (0.5.6)
    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)
    racc (1.8.0)
    rack (2.2.9)
    rack-test (2.1.0)
      rack (>= 1.3)
    rails (6.0.6.1)
      actioncable (= 6.0.6.1)
      actionmailbox (= 6.0.6.1)
      actionmailer (= 6.0.6.1)
      actionpack (= 6.0.6.1)
      actiontext (= 6.0.6.1)
      actionview (= 6.0.6.1)
      activejob (= 6.0.6.1)
      activemodel (= 6.0.6.1)
      activerecord (= 6.0.6.1)
      activestorage (= 6.0.6.1)
      activesupport (= 6.0.6.1)
      bundler (>= 1.3.0)
      railties (= 6.0.6.1)
      sprockets-rails (>= 2.0.0)
    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 (6.0.6.1)
      actionpack (= 6.0.6.1)
      activesupport (= 6.0.6.1)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.20.3, < 2.0)
    rake (13.2.1)
    redis-client (0.21.1)
      connection_pool
    regexp_parser (2.9.0)
    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-support (3.13.1)
    sidekiq (7.2.2)
      concurrent-ruby (< 2)
      connection_pool (>= 2.3.0)
      rack (>= 2.2.4)
      redis-client (>= 0.19.0)
    sorbet-runtime (0.5.11370)
    sprockets (4.2.1)
      concurrent-ruby (~> 1.0)
      rack (>= 2.2.4, < 4)
    sprockets-rails (3.4.2)
      actionpack (>= 5.2)
      activesupport (>= 5.2)
      sprockets (>= 3.0.0)
    sqlite3 (1.7.0-arm64-darwin)
    sqlite3 (1.7.0-x86_64-darwin)
    sqlite3 (1.7.0-x86_64-linux)
    thor (1.3.1)
    thread_safe (0.3.6)
    timeout (0.4.1)
    tzinfo (1.2.11)
      thread_safe (~> 0.1)
    unparser (0.6.13)
      diff-lcs (~> 1.3)
      parser (>= 3.3.0)
    websocket-driver (0.7.6)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.5)
    zeitwerk (2.6.14)

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

DEPENDENCIES
  childprocess
  influxdb (~> 0.8.1)
  mutant (= 0.12.0)
  mutant-minitest (= 0.12.0)
  mutant-rspec (= 0.12.0)
  mysql2 (~> 0.5.6)
  pg (~> 1.5.6)
  rails (~> 6.0.6)
  rake (>= 10.0)
  rspec (~> 3.6)
  ruby_event_store!
  ruby_event_store-outbox!
  sidekiq (~> 7.2)
  sqlite3 (~> 1.7)

BUNDLED WITH
   2.5.3