View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009305 | Kali Linux | Kali Package Bug | public | 2025-09-16 14:29 | 2025-09-22 08:06 |
| Reporter | Alex1976 | Assigned To | daniruiz | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | no change required | ||
| Summary | 0009305: Dradis Gemfile contains invalid 'wsource' causing bundle install to fail | ||||
| Description | The Kali Linux Dradis package (version 4.17.1-0kali1) contains an incorrect line in the Gemfile: wsource 'https://rubygems.org' It should be: source 'https://rubygems.org' This error causes 'bundle install' to fail, and plugins (e.g., dradis-qualys) may behave unexpectedly. Here is an example of this script: wsource 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } Bundle edge Rails instead: gem 'rails', github: 'rails/rails'gem 'rails', '~> 7.2.2.1' Use SCSS for stylesheetsgem 'sass-rails', '~> 6.0' Use ruby-terser as compressor for JavaScript assetsgem 'terser', '~> 1.1' | ||||
|
Thank you for your interest in Kali but this is not a bug report. It looks like that you need help and guidance to perform some task. We have community support forums on https://forums.kali.org/, Discord chat at https://discord.kali.org/, and IRC with the #kali-linux channel on irc.oftc.net), please post your questions there. |
|