fix: add racc gem
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
6007748e17
commit
5c2c66dd0c
3 changed files with 13 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'puppet-editor-services'
|
||||
gem 'racc'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue