Skip to content

Commit b3c8061

Browse files
committed
Fix jruby CI error
Fixes `Gem::LoadError: You have already activated jar-dependencies 0.4.1, but your Gemfile requires jar-dependencies 0.5.2. Since jar-dependencies is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports jar-dependencies as a default gem.`
1 parent 617fd40 commit b3c8061

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ gem 'rubocop-ast', path: local_ast if Dir.exist? local_ast
3131

3232
local_gemfile = File.expand_path('Gemfile.local', __dir__)
3333
eval_gemfile local_gemfile if File.exist?(local_gemfile)
34+
35+
# TODO: remove when JRuby 9.4.10.0 will be released and available on CI
36+
# Ref: https://github.com/jruby/jruby/issues/7262
37+
gem 'jar-dependencies', '0.4.1' if RUBY_PLATFORM.include?('java')

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy