You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VERSION: jruby 9.1.6.0 (2.3.1) 2016-11-09 fffffff OpenJDK 64-Bit Server VM 25.102-b14 on 1.8.0_102-cedar14-b14 +jit [linux-x86_64]
Heroku
Expected Behavior
I ran the command vendor/bundle/jruby/2.3.0/bin/bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment --no-clean
To install my bundled gems.
its a JRuby bug introduced in 9.1.6. a work-around is either to downgrade to 9.1.5 (until 9.1.7 is out) or make sure Bundler does not run concurrent jobs. closing as duplicate of #4285 ... has been fixed with 330e5ee
Downgrade from 9.1.6.0 to 9.1.5.0 is due to a known bug
(jruby/jruby#4311). This bug causes bundler to fail
when more than one job is running in parallel and several gems are to be
installed.
[#129904651]
Signed-off-by: James Wen <jrw2175@columbia.edu>
Environment
VERSION: jruby 9.1.6.0 (2.3.1) 2016-11-09 fffffff OpenJDK 64-Bit Server VM 25.102-b14 on 1.8.0_102-cedar14-b14 +jit [linux-x86_64]
Heroku
Expected Behavior
I ran the command
vendor/bundle/jruby/2.3.0/bin/bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment --no-clean
To install my bundled gems.
Actual Behavior
I got this error:
The text was updated successfully, but these errors were encountered: