RailsEventStore/rails_event_store

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

Summary

Maintainability
Test Coverage
source "https://rubygems.org"
gemspec

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

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

gem "sidekiq", "~> 7.2"
gem "influxdb", "~> 0.8.1", require: false
gem "childprocess"
gem "rails", "~> 6.0.6"