Skip to content

Commit

Permalink
Handle gem installs for subprocess check.
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed May 6, 2018
1 parent 00234e0 commit 836bfcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rails_event_store_active_record-legacy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ DATABASE_URL ?= sqlite3::memory:
install: ## Install gem dependencies
@echo "Installing gem dependencies"
@bundle install
@echo "Installing schema compatibility check gem dependencies"
@BUNDLE_GEMFILE=spec/schema/Gemfile bundle install

remove-lock:
@echo "Removing resolved dependency versions"
-rm Gemfile.lock
-rm spec/schema/Gemfile.lock


reinstall: remove-lock install ## Removing resolved dependency versions

Expand Down

0 comments on commit 836bfcc

Please sign in to comment.