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-16 14:29 |
Reporter | Alex1976 | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
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' | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-09-16 14:29 | Alex1976 | New Issue |