Makefile in alarmable-0.1.0 vs Makefile in alarmable-0.1.1

- old
+ new

@@ -91,6 +91,6 @@ # Run an interactive IRB shell on the container @$(call run-shell,bin/console) release: # Release a new gem version - @$(RAKE) release + @$(BUNDLE) exec $(RAKE) release