Skip to content

Commit

Permalink
Use 9.2.11.0 in warbler's realworld test case
Browse files Browse the repository at this point in the history
The test passes on 9.2.9.0, breaks on 9.2.10, and passes again on
9.2.11.1.

Crash is like the following:

```
LoadError: no such file to load -- bundler/shared_helpers
  require at org/jruby/RubyKernel.java:974
  require at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:54
   <main> at uri:classloader:/META-INF/init.rb:21
  require at org/jruby/RubyKernel.java:974
  require at uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:54
   <main> at <script>:2
ERROR: org.jruby.embed.EvalFailedException: (LoadError) no such file to load -- bundler/shared_helpers
```

It happens against the current default branch, and I don't know why it
happens.

Whatever it was, it seems fixed in jruby-9.2.11.1, so let's forget about
it.
  • Loading branch information
deivid-rodriguez committed Sep 28, 2020
1 parent 2a7ac6e commit b640b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/spec/realworld/fixtures/warbler/Gemfile.lock
Expand Up @@ -6,7 +6,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
jruby-jars (9.2.9.0)
jruby-jars (9.2.11.1)
jruby-rack (1.1.21)
rake (13.0.1)
rubyzip (1.3.0)
Expand Down

0 comments on commit b640b7d

Please sign in to comment.