Skip to content

Commit 43b189e

Browse files
committed
Fix local dependencies in testing
1 parent 67caaa7 commit 43b189e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

rails_event_store-rspec/Gemfile

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
source "https://rubygems.org"
2-
3-
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4-
5-
# Specify your gem's dependencies in rails_event_store-rspec.gemspec
62
gemspec
3+
4+
gem 'rails_event_store', path: '../rails_event_store'
5+
gem 'rails_event_store_active_record', path: '../rails_event_store_active_record'
6+
gem 'ruby_event_store', path: '../ruby_event_store'
7+
gem 'aggregate_root', path: '../aggregate_root'

0 commit comments

Comments
 (0)