View Issue Details

IDProjectCategoryView StatusLast Update
0009305Kali LinuxKali Package Bugpublic2025-09-16 14:29
ReporterAlex1976 Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
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

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-09-16 14:29 Alex1976 New Issue