It's possible I'm doing something wrong, but I just tried using the bundler-cache: true option and found that it works fine for MRI rubies but for jruby it runs bundle install fine, but then when we run bundle exec rspec we get:
bundler: failed to load command: rspec
(rspec is in the Gemfile.) What am I missing?