Skip to content

Bundler fails on rubocop-rspec with JRuby #4685

@rebelwarrior

Description

@rebelwarrior

Tried on JRuby 9.2.17 and 9.2.19

java -version
openjdk version "16.0.1" 2021-04-20
OpenJDK Runtime Environment Homebrew (build 16.0.1+0)
OpenJDK 64-Bit Server VM Homebrew (build 16.0.1+0, mixed mode, sharing)

please note I also have java 11 and java 8 installed on the system.


Installing rubocop-rspec 2.4.0 (was 2.2.0)

using maven for the first time results in maven
downloading all its default plugin and can take time.
as those plugins get cached on disk and further execution
of maven is much faster then the first time.

[DEPRECATED] Bundler.with_clean_env has been deprecated in favor of Bundler.with_unbundled_env. If you instead want the environment before bundler was originally loaded, use Bundler.with_original_env (called at /Users/davidacevedo/.rbenv/versions/jruby-9.2.19.0/lib/ruby/gems/shared/gems/ruby-maven-3.3.12/lib/ruby_maven.rb:38)
unsupported Java version "16", defaulting to 1.7
[ERROR] Internal error: org.jruby.exceptions.RaiseException: (LoadError) library java' could not be loaded: java.lang.reflect.InaccessibleObjectException: Unable to make protected native java.lang.Object java.lang.Object.clone() throws java.lang.CloneNotSupportedException accessible: module java.base does not "opens java.lang" to unnamed module @14ac77b9 -> [Help 1] org.apache.maven.InternalErrorException: Internal error: org.jruby.exceptions.RaiseException: (LoadError) library java' could not be loaded: java.lang.reflect.InaccessibleObjectException: Unable to make protected native java.lang.Object java.lang.Object.clone() throws java.lang.CloneNotSupportedException accessible: module java.base does not "opens java.lang" to unnamed module @14ac77b9
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:121)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.jruby.exceptions.RaiseException: (LoadError) library `java' could not be loaded: java.lang.reflect.InaccessibleObjectException: Unable to make protected native java.lang.Object java.lang.Object.clone() throws java.lang.CloneNotSupportedException accessible: module java.base does not "opens java.lang" to unnamed module @14ac77b9
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException
--- ERROR REPORT TEMPLATE -------------------------------------------------------

Error Report

Questions

Please fill out answers to these questions, it'll help us figure out
why things are going wrong.

  • What did you do?

    I ran the command /Users/name/.rbenv/versions/jruby-9.2.19.0/bin/bundle update

  • What did you expect to happen?

    I expected Bundler to... work

  • What happened instead?

    Instead, what happened was... this error message

  • Have you tried any solutions posted on similar issues in our issue tracker, stack overflow, or google?

    I tried... changing jruby versions. I will try to remove rubocop-rspec from gemfile to triage what gem is creating this error. It's rubocop-rspec.

  • Have you read our issues document, https://github.com/rubygems/rubygems/blob/master/bundler/doc/contributing/ISSUES.md?

Yes
Your Bundler configuration settings (run bundle config)
What version of bundler you are using (run bundle -v) JRUBY 9.2.19
What version of Ruby you are using (run ruby -v) 2.5.8 jruby 9.2.19.0 (2.5.8) 2021-06-15 55810c552b OpenJDK 64-Bit Server VM 16.0.1+0 on 16.0.1+0 +jit [darwin-x86_64]
What version of RubyGems you are using (run gem -v) 3.1.6
Whether you have the rubygems-bundler gem, which can break gem executables (run gem list rubygems-bundler) nope
Whether you have the open_gem gem, which can cause rake activation conflicts (run gem list open_gem)

...

Backtrace

Errno::ENOENT: No such file or directory - /Users/name/.rbenv/versions/jruby-9.2.19.0/lib/ruby/gems/shared/gems/psych-3.3.2-java/deps.lst
  org/jruby/RubyIO.java:1237:in `sysopen'
  org/jruby/RubyIO.java:3774:in `read'
  /Users/name/.rbenv/versions/jruby-9.2.19.0/lib/ruby/stdlib/jars/installer.rb:69:in `load_from_maven'
  /Users/name/.rbenv/versions/jruby-9.2.19.0/lib/ruby/stdlib/jars/installer.rb:235:in `install_dependencies'
  /Users/name/.rbenv/versions/jruby-9.2.19.0/lib/ruby/stdlib/jars/installer.rb:224:in `do_install'
  /Users/name/.rbenv/versions/jruby-9.2.19.0/lib/ruby/stdlib/jars/installer.rb:170:in `vendor_jars'
  /Users/name/.rbenv/versions/jruby-9.2.19.0/lib/ruby/stdlib/jars/post_install_hook.rb:28:in `block in <main>'
  /Users/name/.rbenv/versions/jruby-9.2.19.0/lib/ruby/stdlib/rubygems/installer.rb:381:in `block in run_post_install_hooks'
  org/jruby/RubyArray.java:1820:in `each'
  /Users/name/.rbenv/versions/jruby-9.2.19.0/lib/ruby/stdlib/rubygems/installer.rb:380:in `run_post_install_hooks'
  /Users/name/.rbenv/versions/jruby-9.2.19.0/lib/ruby/gems/shared/gems/bundler-2.2.20/lib/bundler/rubygems_gem_installer.rb:38:in `install'
  /Users/name/.rbenv/versions/jruby-9.2.19.0/lib/ruby/gems/shared/gems/bundler-2.2.20/lib/bundler/source/rubygems.rb:172:in `install'
  /Users/name/.rbenv/versions/jruby-9.2.19.0/lib/ruby/gems/shared/gems/bundler-2.2.20/lib/bundler/installer/gem_installer.rb:67:in `install'
  /Users/name/.rbenv/versions/jruby-9.2.19.0/lib/ruby/gems/shared/gems/bundler-2.2.20/lib/bundler/installer/gem_installer.rb:23:in `install_from_spec'
  /Users/name/.rbenv/versions/jruby-9.2.19.0/lib/ruby/gems/shared/gems/bundler-2.2.20/lib/bundler/installer/parallel_installer.rb:186:in `do_install'
  /Users/name/.rbenv/versions/jruby-9.2.19.0/lib/ruby/gems/shared/gems/bundler-2.2.20/lib/bundler/installer/parallel_installer.rb:177:in `block in worker_pool'
  /Users/name/.rbenv/versions/jruby-9.2.19.0/lib/ruby/gems/shared/gems/bundler-2.2.20/lib/bundler/worker.rb:62:in `apply_func'
  /Users/name/.rbenv/versions/jruby-9.2.19.0/lib/ruby/gems/shared/gems/bundler-2.2.20/lib/bundler/worker.rb:57:in `block in process_queue'
  org/jruby/RubyKernel.java:1442:in `loop'
  /Users/name/.rbenv/versions/jruby-9.2.19.0/lib/ruby/gems/shared/gems/bundler-2.2.20/lib/bundler/worker.rb:54:in `process_queue'
  /Users/name/.rbenv/versions/jruby-9.2.19.0/lib/ruby/gems/shared/gems/bundler-2.2.20/lib/bundler/worker.rb:88:in `block in create_threads'

Environment

Bundler       2.2.20
  Platforms   ruby, universal-java-16
Ruby          2.5.8p0 (2021-06-15 revision 67882) [java]
  Full Path   /Users/davidacevedo/.rbenv/versions/jruby-9.2.19.0/bin/jruby
  Config Dir  /Users/davidacevedo/.rbenv/versions/jruby-9.2.19.0/etc
RubyGems      3.1.6
  Gem Home    /Users/davidacevedo/.rbenv/versions/jruby-9.2.19.0/lib/ruby/gems/shared
  Gem Path    /Users/davidacevedo/.rbenv/versions/jruby-9.2.19.0/lib/ruby/gems/shared:/Users/davidacevedo/.gem/jruby/2.5.0
  User Home   /Users/davidacevedo
  User Path   /Users/davidacevedo/.gem/jruby/2.5.0
  Bin Dir     /Users/davidacevedo/.rbenv/versions/jruby-9.2.19.0/bin
OpenSSL
  Compiled    JRuby-OpenSSL 0.10.5
  Loaded      JRuby-OpenSSL 0.10.5
  Cert File   /usr/local/Cellar/openjdk/16.0.1/libexec/openjdk.jdk/Contents/Home/lib/security/cacerts
  Cert Dir    /etc/ssl/certs
Tools
  Git         2.32.0
  RVM         not installed
  rbenv       rbenv 1.1.2
  chruby      not installed

Bundler Build Metadata

Built At          2021-06-11
Git SHA           4c510a34a4
Released Version  true

Bundler settings

cache_all
  Set for your local app (/Users/davidacevedo/Code/Rails/JRuby/rukh5/.bundle/config): true
gem.coc
  Set for the current user (/Users/davidacevedo/.bundle/config): false
gem.mit
  Set for the current user (/Users/davidacevedo/.bundle/config): false
gem.test
  Set for the current user (/Users/davidacevedo/.bundle/config): "minitest"

Gemfile

Gemfile

source 'https://rubygems.org'

jruby_jars_version = '9.2.19.0'

git_source(:github) do |repo_name|
  repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
  "https://github.com/#{repo_name}.git"
end

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2'
# Use jdbcsqlite3 as the database for Active Record
gem "activerecord", ">= 5.2.4.5"
gem 'activerecord-jdbcsqlite3-adapter'
# Use Puma as the app server
gem 'puma', '~> 4.2'
# Use SCSS for stylesheets
gem 'sassc-rails', require: false #'~> 5.0',
gem 'sassc', '2.3.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 4.2.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
# The Ruby Rhino does not support ES6 must lock autoprefixer-rails to 8.6.0 (even 8.6.5 fails)
# gem 'therubyrhino', platform: :jruby # Removed for auto_prefixer
gem 'autoprefixer-rails',  '>= 9.1.0' #'8.6.0', platform: :jruby
# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.2'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.5'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 3.0'
# Use ActiveModel has_secure_password
gem 'bcrypt', '~> 3.1.7'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development

gem 'listen', platforms: :jruby

# Devise for User Login
gem 'devise'
gem 'devise-i18n'

# Using HAML
gem 'hamlit'

# Using Bootstrap
gem 'jquery-rails'
gem 'popper_js'
# gem 'bootstrap', '~> 4.1.2'
gem 'bootstrap', '>= 4.3.1' #depends on auto-prefixer which requires node
# This change affects warble war making #TODO fix war

# Pagination
gem 'pagy', '~> 3.5'

# Markdown
gem 'kramdown'

# Console
gem 'pry'

# Font Awesome
gem 'font-awesome-sass'

# For CSV importing and exporting
gem 'smarter_csv', require: false
gem 'cmess', require: false, git: 'https://github.com/rebelwarrior/cmess.git'
gem 'celluloid', '~> 0.17.3', require: false
gem 'sucker_punch', require: false

# For Roles and Authorization
gem 'action_policy'

# For Status Bar
gem "cable_ready", "~> 4.1"

group :development, :test do
  # RSpec (testing)
  gem 'rspec-rails', require: false
  gem 'factory_bot', require: false
  # Capybara (feature testing)
  gem 'capybara', require: false
  # RuboCop for stylechecker
  gem 'rubocop', '>= 0.80.1', require: false
  gem 'rubocop-rspec', require: false
  # Code smell checker
  gem 'reek', require: false
  gem 'bundler-leak', require: false
end

group :deploy do
  # For Warbler see: config/application.rb and config/environtments/production.rb
  gem 'warbler', require: false, platforms: :jruby
  gem 'jruby-jars', jruby_jars_version, require: false, platforms: :jruby
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

## Security Vulnerability on previous versions
gem 'sprockets', '>= 3.7.2', '< 4.0.0' #'>= 4.0.0.beta8'


## Internationalization Bug with 1.3.0 & JRuby - locking to 1.2
gem 'i18n'#, '~> 1.2.0'

Gemfile.lock

GIT
  remote: https://github.com/rebelwarrior/cmess.git
  revision: 4cb513b911d693820325b517517efdfed8611814
  specs:
    cmess (0.5.1)
      htmlentities (~> 4.3)
      nuggets (~> 1.5)
      safe_yaml (~> 1.0)

GEM
  remote: https://rubygems.org/
  specs:
    action_policy (0.5.7)
      ruby-next-core (>= 0.11.0)
    actioncable (5.2.4.5)
      actionpack (= 5.2.4.5)
      nio4r (~> 2.0)
      websocket-driver (>= 0.6.1)
    actionmailer (5.2.4.5)
      actionpack (= 5.2.4.5)
      actionview (= 5.2.4.5)
      activejob (= 5.2.4.5)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (5.2.4.5)
      actionview (= 5.2.4.5)
      activesupport (= 5.2.4.5)
      rack (~> 2.0, >= 2.0.8)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionview (5.2.4.5)
      activesupport (= 5.2.4.5)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
    activejob (5.2.4.5)
      activesupport (= 5.2.4.5)
      globalid (>= 0.3.6)
    activemodel (5.2.4.5)
      activesupport (= 5.2.4.5)
    activerecord (5.2.4.5)
      activemodel (= 5.2.4.5)
      activesupport (= 5.2.4.5)
      arel (>= 9.0)
    activerecord-jdbc-adapter (52.7-java)
      activerecord (~> 5.2.0)
    activerecord-jdbcsqlite3-adapter (52.7-java)
      activerecord-jdbc-adapter (= 52.7)
      jdbc-sqlite3 (~> 3.8, < 3.30)
    activestorage (5.2.4.5)
      actionpack (= 5.2.4.5)
      activerecord (= 5.2.4.5)
      marcel (~> 0.3.1)
    activesupport (5.2.4.5)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.7.0)
      public_suffix (>= 2.0.2, < 5.0)
    arel (9.0.0)
    ast (2.4.2)
    autoprefixer-rails (10.2.4.0)
      execjs
    bcrypt (3.1.16-java)
    bootstrap (4.6.0)
      autoprefixer-rails (>= 9.1.0)
      popper_js (>= 1.14.3, < 2)
      sassc-rails (>= 2.0.0)
    builder (3.2.4)
    bundler-leak (0.2.0)
      bundler (>= 1.2.0, < 3)
      thor (>= 0.18, < 2)
    cable_ready (4.5.0)
      rails (>= 5.2)
      thread-local (>= 1.1.0)
    capybara (3.35.3)
      addressable
      mini_mime (>= 0.1.3)
      nokogiri (~> 1.8)
      rack (>= 1.6.0)
      rack-test (>= 0.6.3)
      regexp_parser (>= 1.5, < 3.0)
      xpath (~> 3.2)
    celluloid (0.17.4)
      celluloid-essentials
      celluloid-extras
      celluloid-fsm
      celluloid-pool
      celluloid-supervision
      timers (>= 4.1.1)
    celluloid-essentials (0.20.5)
      timers (>= 4.1.1)
    celluloid-extras (0.20.5)
      timers (>= 4.1.1)
    celluloid-fsm (0.20.5)
      timers (>= 4.1.1)
    celluloid-pool (0.20.5)
      timers (>= 4.1.1)
    celluloid-supervision (0.20.6)
      timers (>= 4.1.1)
    coderay (1.1.3)
    coffee-rails (4.2.2)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.12.2)
    concurrent-ruby (1.1.8)
    crass (1.0.6)
    devise (4.7.3)
      bcrypt (~> 3.0)
      orm_adapter (~> 0.1)
      railties (>= 4.1.0)
      responders
      warden (~> 1.2.3)
    devise-i18n (1.9.2)
      devise (>= 4.7.1)
    diff-lcs (1.4.4)
    erubi (1.10.0)
    execjs (2.7.0)
    factory_bot (6.1.0)
      activesupport (>= 5.0.0)
    ffi (1.15.0-java)
    font-awesome-sass (5.15.1)
      sassc (>= 1.11)
    globalid (0.4.2)
      activesupport (>= 4.2.0)
    hamlit (2.14.4-java)
      temple (>= 0.8.2)
      thor
      tilt
    htmlentities (4.3.4)
    i18n (1.8.9)
      concurrent-ruby (~> 1.0)
    jar-dependencies (0.4.1)
    jbuilder (2.11.2)
      activesupport (>= 5.0.0)
    jdbc-sqlite3 (3.28.0)
    jquery-rails (4.4.0)
      rails-dom-testing (>= 1, < 3)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
    jruby-jars (9.2.15.0)
    jruby-rack (1.1.21)
    kramdown (2.3.0)
      rexml
    kwalify (0.7.2)
    listen (3.4.1)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    loofah (2.9.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    mail (2.7.1)
      mini_mime (>= 0.1.1)
    marcel (0.3.3)
      mimemagic (~> 0.3.2)
    method_source (1.0.0)
    mimemagic (0.3.5)
    mini_mime (1.0.2)
    minitest (5.14.4)
    nio4r (2.5.7-java)
    nokogiri (1.11.1-java)
      racc (~> 1.4)
    nuggets (1.6.0)
    orm_adapter (0.5.0)
    pagy (3.11.0)
    parallel (1.20.1)
    parser (3.0.0.0)
      ast (~> 2.4.1)
    popper_js (1.16.0)
    pry (0.14.0-java)
      coderay (~> 1.1)
      method_source (~> 1.0)
      spoon (~> 0.0)
    psych (3.3.1-java)
      jar-dependencies (>= 0.1.7)
    public_suffix (4.0.6)
    puma (4.3.7-java)
      nio4r (~> 2.0)
    racc (1.5.2-java)
    rack (2.2.3)
    rack-test (1.1.0)
      rack (>= 1.0, < 3)
    rails (5.2.4.5)
      actioncable (= 5.2.4.5)
      actionmailer (= 5.2.4.5)
      actionpack (= 5.2.4.5)
      actionview (= 5.2.4.5)
      activejob (= 5.2.4.5)
      activemodel (= 5.2.4.5)
      activerecord (= 5.2.4.5)
      activestorage (= 5.2.4.5)
      activesupport (= 5.2.4.5)
      bundler (>= 1.3.0)
      railties (= 5.2.4.5)
      sprockets-rails (>= 2.0.0)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.3.0)
      loofah (~> 2.3)
    railties (5.2.4.5)
      actionpack (= 5.2.4.5)
      activesupport (= 5.2.4.5)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.19.0, < 2.0)
    rainbow (3.0.0)
    rake (13.0.3)
    rb-fsevent (0.10.4)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    reek (6.0.3)
      kwalify (~> 0.7.0)
      parser (~> 3.0.0)
      psych (~> 3.1)
      rainbow (>= 2.0, < 4.0)
    regexp_parser (2.1.1)
    responders (3.0.1)
      actionpack (>= 5.0)
      railties (>= 5.0)
    rexml (3.2.4)
    rspec-core (3.10.1)
      rspec-support (~> 3.10.0)
    rspec-expectations (3.10.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-mocks (3.10.2)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-rails (5.0.0)
      actionpack (>= 5.2)
      activesupport (>= 5.2)
      railties (>= 5.2)
      rspec-core (~> 3.10)
      rspec-expectations (~> 3.10)
      rspec-mocks (~> 3.10)
      rspec-support (~> 3.10)
    rspec-support (3.10.2)
    rubocop (1.11.0)
      parallel (~> 1.10)
      parser (>= 3.0.0.0)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml
      rubocop-ast (>= 1.2.0, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 3.0)
    rubocop-ast (1.4.1)
      parser (>= 2.7.1.5)
    rubocop-rspec (2.2.0)
      rubocop (~> 1.0)
      rubocop-ast (>= 1.1.0)
    ruby-next-core (0.12.0)
    ruby-progressbar (1.11.0)
    rubyzip (1.3.0)
    safe_yaml (1.0.5)
    sassc (2.3.0)
      ffi (~> 1.9)
    sassc-rails (2.1.2)
      railties (>= 4.0.0)
      sassc (>= 2.0)
      sprockets (> 3.0)
      sprockets-rails
      tilt
    smarter_csv (1.2.8)
    spoon (0.0.6)
      ffi
    sprockets (3.7.2)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (3.2.2)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
    sucker_punch (3.0.1)
      concurrent-ruby (~> 1.0)
    temple (0.8.2)
    thor (1.1.0)
    thread-local (1.1.0)
    thread_safe (0.3.6-java)
    tilt (2.0.10)
    timers (4.3.3)
    turbolinks (5.2.1)
      turbolinks-source (~> 5.2)
    turbolinks-source (5.2.0)
    tzinfo (1.2.9)
      thread_safe (~> 0.1)
    tzinfo-data (1.2021.1)
      tzinfo (>= 1.0.0)
    uglifier (4.2.0)
      execjs (>= 0.3.0, < 3)
    unicode-display_width (2.0.0)
    warbler (2.0.5)
      jruby-jars (>= 9.0.0.0)
      jruby-rack (>= 1.1.1, < 1.3)
      rake (>= 10.1.0)
      rubyzip (~> 1.0, < 1.4)
    warden (1.2.9)
      rack (>= 2.0.9)
    websocket-driver (0.7.3-java)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.5)
    xpath (3.2.0)
      nokogiri (~> 1.8)

PLATFORMS
  java
  universal-java-15

DEPENDENCIES
  action_policy
  activerecord (>= 5.2.4.5)
  activerecord-jdbcsqlite3-adapter
  autoprefixer-rails (>= 9.1.0)
  bcrypt (~> 3.1.7)
  bootstrap (>= 4.3.1)
  bundler-leak
  cable_ready (~> 4.1)
  capybara
  celluloid (~> 0.17.3)
  cmess!
  coffee-rails (~> 4.2)
  devise
  devise-i18n
  factory_bot
  font-awesome-sass
  hamlit
  i18n
  jbuilder (~> 2.5)
  jquery-rails
  jruby-jars (= 9.2.15.0)
  kramdown
  listen
  pagy (~> 3.5)
  popper_js
  pry
  puma (~> 4.2)
  rails (~> 5.2)
  reek
  rspec-rails
  rubocop (>= 0.80.1)
  rubocop-rspec
  sassc (= 2.3.0)
  sassc-rails
  smarter_csv
  sprockets (>= 3.7.2, < 4.0.0)
  sucker_punch
  turbolinks (~> 5)
  tzinfo-data
  uglifier (>= 4.2.0)
  warbler

BUNDLED WITH
   2.2.12

--- TEMPLATE END ----------------------------------------------------------------

Unfortunately, an unexpected error occurred, and Bundler cannot continue.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions