build_gems:
	bundle install --local --path vendor/bundle

get_gems:
	bundle package

