arkency/rails_event_store

View on GitHub
contrib/ruby_event_store-profiler/Gemfile

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

source "https://rubygems.org"
gemspec

eval_gemfile "../../support/bundler/Gemfile.shared"

gem "ruby_event_store", path: "../.."
gem "aggregate_root", path: "../.."

gem "activesupport", "~> 7.1.3"