Skip to content

Commit

Permalink
Use local dependency for testing.
Browse files Browse the repository at this point in the history
Useful on pre-release test.
  • Loading branch information
mostlyobvious committed Sep 27, 2018
1 parent 8fdc377 commit 74657ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rails_event_store_active_record-legacy/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ source "https://rubygems.org"
gemspec

gem 'ruby_event_store', path: '../ruby_event_store'
gem 'rails_event_store_active_record', path: '../rails_event_store_active_record'

if v = ENV['RAILS_VERSION']
gem 'rails', v
end
end

0 comments on commit 74657ca

Please sign in to comment.