Bug #34589
rsec gem listed twice generates a warning
Status:
Closed
Priority:
Normal
Assignee:
Category:
Packaging
Target version:
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
Your Gemfile lists the gem rsec (< 1) more than once. You should probably keep only one of them. Remove any duplicate entries and specify the gem only once. While it's not a problem now, it could cause errors if you change the version of one of them later.
This is from the file bundler.d/dhcp_isc.rb.
The result for users is that at least this cron generates an email every 30 minutes
Cron <foreman-proxy@satellite1> smart-proxy-openscap-send >> /var/log/foreman-proxy/cron.log
Associated revisions
History
#1
Updated by The Foreman Bot about 1 year ago
- Assignee set to Ewoud Kohl van Wijngaarden
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/825 added
#2
Updated by The Foreman Bot about 1 year ago
- Pull request https://github.com/theforeman/smart-proxy/pull/826 added
#3
Updated by Ewoud Kohl van Wijngaarden about 1 year ago
- Target version set to 3.2.0
- Assignee deleted (
Ewoud Kohl van Wijngaarden) - Description updated (diff)
- Pull request deleted (
https://github.com/theforeman/smart-proxy/pull/825)
#4
Updated by Ewoud Kohl van Wijngaarden about 1 year ago
- Assignee set to Ewoud Kohl van Wijngaarden
- Found in Releases 2.5.0 added
This is present in at least 2.5, but it's really much older.
#5
Updated by Ewoud Kohl van Wijngaarden about 1 year ago
- Bugzilla link set to 2040241
#6
Updated by The Foreman Bot about 1 year ago
- Fixed in Releases 3.3.0 added
#7
Updated by Ewoud Kohl van Wijngaarden about 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset 4133c302345eeb164f4b1c30524ac6623aa595e0.
Fixes #34589 - Remove duplicate rsec gem definition
This fixes the duplicate gem warning that bundler generates.