View Issue Details

IDProjectCategoryView StatusLast Update
0009305Kali LinuxKali Package Bugpublic2025-09-22 08:06
ReporterAlex1976 Assigned Todaniruiz  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Summary0009305: 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 stylesheets

gem 'sass-rails', '~> 6.0'

Use ruby-terser as compressor for JavaScript assets

gem 'terser', '~> 1.1'

Activities

daniruiz

daniruiz

2025-09-22 08:06

manager   ~0020844

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.

Issue History

Date Modified Username Field Change
2025-09-16 14:29 Alex1976 New Issue
2025-09-22 08:06 daniruiz Note Added: 0020844
2025-09-22 08:06 daniruiz Assigned To => daniruiz
2025-09-22 08:06 daniruiz Status new => closed
2025-09-22 08:06 daniruiz Resolution open => no change required