- purge json 1.6.5 manually until gembag supports dependency graphs

This commit is contained in:
Jordan Sissel 2012-12-28 13:38:37 -08:00
parent e5b338b186
commit 6cd45ea027

View file

@ -125,6 +125,8 @@ vendor/bundle: | vendor $(JRUBY)
@echo "=> Installing gems to $@..."
#$(QUIET)GEM_HOME=$(GEM_HOME) $(JRUBY_CMD) --1.9 $(GEM_HOME)/bin/bundle install --deployment
$(QUIET)GEM_HOME=./vendor/bundle/jruby/1.9/ GEM_PATH= $(JRUBY_CMD) --1.9 ./gembag.rb logstash.gemspec
@# Purge old version of json
$(QUIET)rm -rf ./vendor/bundle/jruby/1.9/gems/json-1.6.5-java
@# Purge any junk that fattens our jar without need!
@# The riak gem includes previous gems in the 'pkg' dir. :(
-rm -rf $@/jruby/1.9/gems/riak-client-1.0.3/pkg