We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f5b86 commit 645346fCopy full SHA for 645346f
configs/projects/agent-runtime-main.rb
@@ -36,7 +36,6 @@
36
37
# rubocop:disable Style/IfUnlessModifier
38
39
-
40
proj.component 'runtime-agent'
41
proj.component 'libffi'
42
proj.component 'libyaml'
@@ -64,9 +63,6 @@
64
63
proj.component 'rubygem-scanf'
65
proj.component 'rubygem-text'
66
proj.component 'rubygem-thor'
67
- proj.component 'rubygem-systemu'
68
- proj.component 'rubygem-nats-pure'
69
- proj.component 'rubygem-choria-mcorpc-support'
70
71
# We add rexml explicitly in here because even though ruby 3 ships with rexml as its default gem, the version
72
# of rexml it ships with can contain CVEs. So, we add it here to update to a higher version free from the CVEs.
0 commit comments