We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b3f21 commit f95ae15Copy full SHA for f95ae15
1 file changed
configs/components/rubygem-nats-pure.rb
@@ -0,0 +1,16 @@
1
+#####
2
+# Component release information:
3
+# https://rubygems.org/gems/addressable
4
+# https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md
5
6
+component 'rubygem-nats-pure' do |pkg, _settings, _platform|
7
+ # WARNING Update ahead
8
+ # You shall not update beyond 0.6.0, because that is what bundler determined
9
+ # https://github.com/OpenVoxProject/puppet-runtime/issues/128#issuecomment-3989498214
10
+ ### Maintained by update_gems automation ###
11
+ pkg.version '0.6.2'
12
+ pkg.sha256sum '4c8b24466ae4a364ac5e5f066d5045b6825632993a3d39ddd91718c2bc86c1f5'
13
+ ### End automated maintenance section ###
14
+
15
+ instance_eval File.read('configs/components/_base-rubygem.rb')
16
+end
0 commit comments