Skip to content

Commit bb445a4

Browse files
committed
RubyGem choria-mcorpc-support
1 parent 9b7b119 commit bb445a4

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
component 'rubygem-choria-mcorpc-support' do |pkg, _settings, _platform|
2+
### Maintained by update_gems automation ###
3+
pkg.version '2.26.5'
4+
pkg.sha256sum '4f82fc732ab4c85b73a71941de3bae6b11ac5787c9e48f05f92679d82209f82d'
5+
### End automated maintenance section ###
6+
7+
instance_eval File.read('configs/components/_base-rubygem.rb')
8+
end

configs/projects/agent-runtime-main.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
proj.component 'rubygem-thor'
6767
proj.component 'rubygem-systemu'
6868
proj.component 'rubygem-nats-pure'
69+
proj.component 'rubygem-choria-mcorpc-support'
6970

7071
# We add rexml explicitly in here because even though ruby 3 ships with rexml as its default gem, the version
7172
# 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

Comments
 (0)