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
Bundler 2.3.7
Platforms ruby, x86_64-linux
Ruby 3.1.2p20 (2022-04-12 revision 4491bb740a9506d76391ac44bb2fe6e483fec952) [x86_64-linux]
Full Path /usr/bin/ruby
Config Dir /etc
RubyGems 3.3.7
Gem Home /usr/share/gems
Gem Path /home/admin/.local/share/gem/ruby:/usr/share/gems:/usr/local/share/gems
User Home /home/admin
User Path /home/admin/.local/share/gem/ruby
Bin Dir /usr/bin
OpenSSL
Compiled OpenSSL 3.0.1 14 Dec 2021
Loaded OpenSSL 3.0.7 1 Nov 2022
Cert File /etc/pki/tls/cert.pem
Cert Dir /etc/pki/tls/certs
Tools
Git not installed
RVM not installed
rbenv not installed
chruby not installed
Bundler Build Metadata
Built At 2024-04-17
Git SHA unknown
Released Version false
Gemfile
Gemfile
source'https://rubygems.org'ruby'>= 2.7.0','< 3.3.0'gem'rails','6.1.7.7'gem'rouge','~> 4.2.0'gem'request_store','~> 1.5.0'gem'mini_mime','~> 1.1.0'gem"actionpack-xml_parser"gem'roadie-rails','~> 3.1.0'gem'marcel'gem'mail','~> 2.8.1'gem'nokogiri','~> 1.15.2'gem'i18n','~> 1.14.1'gem'rbpdf','~> 1.21.3'gem'addressable'gem'rubyzip','~> 2.3.0'# Ruby Standard Gemsgem'csv','~> 3.2.6'gem'net-imap','~> 0.3.4'gem'net-pop','~> 0.1.2'gem'net-smtp','~> 0.3.3'gem'rexml',require: falseifGem.ruby_version >= Gem::Version.new('3.0')# Windows does not include zoneinfo files, so bundle the tzinfo-data gemgem'tzinfo-data',platforms: [:mingw,:x64_mingw,:mswin]# TOTP-based 2-factor authenticationgem'rotp','>= 5.0.0'gem'rqrcode'# HTML pipeline and sanitizationgem"html-pipeline","~> 2.13.2"gem"sanitize","~> 6.0"# Optional gem for LDAP authenticationgroup:ldapdogem'net-ldap','~> 0.17.0'end# Optional gem for exporting the gantt to a PNG filegroup:minimagickdogem'mini_magick','~> 4.12.0'end# Optional Markdown supportgroup:markdowndogem'redcarpet','~> 3.6.0'end# Optional CommonMark support, not for JRubygroup:common_markdogem"commonmarker",'~> 0.23.8'gem'deckar01-task_list','2.3.2'end# Include database gems for the adapters found in the database# configuration filerequire'erb'require'yaml'database_file=File.join(File.dirname(__FILE__),"config/database.yml")ifFile.exist?(database_file)yaml_config=ERB.new(IO.read(database_file)).resultdatabase_config=YAML.respond_to?(:unsafe_load) ? YAML.unsafe_load(yaml_config) : YAML.load(yaml_config)adapters=database_config.values.filter_map{|c| c['adapter']}.uniqifadapters.any?adapters.eachdo |adapter|
caseadapterwhen'mysql2'gem"mysql2","~> 0.5.0",:platforms=>[:mri,:mingw,:x64_mingw]gem"with_advisory_lock"when/postgresql/gem'pg','~> 1.5.3',:platforms=>[:mri,:mingw,:x64_mingw]when/sqlite3/gem'sqlite3','~> 1.6.0',:platforms=>[:mri,:mingw,:x64_mingw]when/sqlserver/gem"tiny_tds","~> 2.1.2",:platforms=>[:mri,:mingw,:x64_mingw]gem"activerecord-sqlserver-adapter","~> 6.1.0",:platforms=>[:mri,:mingw,:x64_mingw]elsewarn("Unknown database adapter `#{adapter}` found in config/database.yml, use Gemfile.local to load your own database gems")endendelsewarn("No adapter found in config/database.yml, please configure it first")endelsewarn("Please configure your config/database.yml first")endgroup:developmentdogem'listen','~> 3.3'gem"yard"endgroup:testdogem"rails-dom-testing"gem'mocha','>= 2.0.1'gem'simplecov','~> 0.22.0',:require=>falsegem"ffi",platforms: [:mingw,:x64_mingw,:mswin]# For running system testsgem'puma'gem"capybara",">= 3.39"ifGem.ruby_version < Gem::Version.new('3.0')gem"selenium-webdriver","<= 4.9.0"gem"webdrivers",require: falseelsegem"selenium-webdriver",">= 4.11.0"end# RuboCopgem'rubocop','~> 1.57.0',require: falsegem'rubocop-performance','~> 1.19.0',require: falsegem'rubocop-rails','~> 2.22.1',require: falseendlocal_gemfile=File.join(File.dirname(__FILE__),"Gemfile.local")ifFile.exist?(local_gemfile)eval_gemfilelocal_gemfileend# Load plugins' GemfilesDir.globFile.expand_path("../plugins/*/{Gemfile,PluginGemfile}",__FILE__)do |file|
eval_gemfilefileend
Gemfile.lock
<No /SERVICIOS/redmine-5.1.2/Gemfile.lock found>
--- TEMPLATE END ----------------------------------------------------------------
Unfortunately, an unexpected error occurred, and Bundler cannot continue.
The text was updated successfully, but these errors were encountered:
The problem is that bundle install needs to read the file needs to read the file /usr/share/gems/specifications/websocket-extensions-0.1.5.gemspec, but that file is unreadable. Giving that file proper read permissions should fix the problem.
Bundler should not be printing the bug report template in this case though, since this is a user error. I'm fixing that issue at #7603, so that a proper user error is printed.
--- ERROR REPORT TEMPLATE -------------------------------------------------------
Environment
Bundler Build Metadata
Gemfile
Gemfile
Gemfile.lock
--- TEMPLATE END ----------------------------------------------------------------
Unfortunately, an unexpected error occurred, and Bundler cannot continue.
The text was updated successfully, but these errors were encountered: