lib/jets/builders/ruby_packager.rb in jets-1.1.3 vs lib/jets/builders/ruby_packager.rb in jets-1.1.4

- old
+ new

@@ -54,10 +54,10 @@ require "bundler" # dynamically require bundler so user can use any bundler Bundler.with_clean_env do # cd /tmp/jets/demo sh( "cd #{cache_area} && " \ - "env BUNDLE_IGNORE_CONFIG=1 bundle install --path bundled/gems --without development test" + "env BUNDLE_IGNORE_CONFIG=1 bundle install --path #{cache_area}/bundled/gems --without development test" ) end # Copy the Gemfile.lock back to the project in case it was updated. # For example we add the jets-rails to the Gemfile.