I'm getting an error on TravisCI with jruby 1.7.25, but jruby:
Gem::LoadError: You have already activated jar-dependencies 0.3.5, but your Gemfile requires jar-dependencies 0.3.9. Prependingbundle exec to your command may solve this.
I have this in my gemfile:
gem "jar-dependencies", "~> 0.3.9"
Here's the output from the working one:
https://travis-ci.org/mikebski/logstash-filter-collect/jobs/190958310
Here's the non-working one:
https://travis-ci.org/mikebski/logstash-filter-collect/jobs/190958311
Any ideas?