Remove reference to ruby_debug (#9142)

Add conflicts_ok to ruby_concurrent_ruby
This commit is contained in:
Ed Reel
2024-01-03 03:32:43 -06:00
committed by GitHub
parent d6353c91b1
commit bc27818090
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ require 'package'
class Buildessential < Package
description 'A collection of tools essential to compile and build software.'
homepage 'SKIP'
version '1.26'
version '1.27'
license 'GPL-3+'
compatibility 'all'
@@ -169,8 +169,6 @@ class Buildessential < Package
# Add rubocop for linting packages. (This also installs the
# rubocop config file.)
depends_on 'ruby_rubocop'
# Add ruby_debug
depends_on 'ruby_debug'
# Add ruby_concurrent_ruby
depends_on 'ruby_concurrent_ruby'
end

View File

@@ -7,4 +7,6 @@ class Ruby_concurrent_ruby < RUBY
license 'MIT'
compatibility 'all'
source_url 'SKIP'
conflicts_ok
end