build_gems:
	bundle install --local --deployment

get_gems:
	bundle package

