fix: add racc gem

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-09-30 13:56:44 +02:00
parent 6007748e17
commit 5c2c66dd0c
Signed by: lander
GPG key ID: 0142722B4B0C536F
3 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,4 @@
source 'https://rubygems.org'
gem 'puppet-editor-services'
gem 'racc'

View file

@ -52,6 +52,7 @@ GEM
puppetfile-resolver (0.6.3)
molinillo (~> 0.6)
semantic_puppet (~> 1.0)
racc (1.8.1)
reline (0.6.2)
io-console (~> 0.5)
rgen (0.10.2)
@ -66,6 +67,7 @@ PLATFORMS
DEPENDENCIES
puppet-editor-services
racc
BUNDLED WITH
2.6.6

View file

@ -289,6 +289,16 @@
};
version = "0.6.3";
};
racc = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0byn0c9nkahsl93y9ln5bysq4j31q8xkf2ws42swighxd4lnjzsa";
type = "gem";
};
version = "1.8.1";
};
reline = {
dependencies = [ "io-console" ];
groups = [ "default" ];