RailsEventStore/rails_event_store

View on GitHub
contrib/ruby_event_store-flipper/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 "ruby_event_store-rspec", path: "../.."

gem "flipper", "~> 0.19"
gem "byebug"
gem "activesupport", "~> 7.1.3"