build_gems:
	rm Gemfile.lock
	bundle list
	bundle check
	#bundle package
	#bundle install --local --deployment

get_gems:
	bundle package

