mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add puppet-editor-services
This commit is contained in:
parent
ab733daa16
commit
79538a43b9
8 changed files with 867 additions and 3 deletions
148
modules/pkgs/puppet-editor-services/Gemfile.lock
Normal file
148
modules/pkgs/puppet-editor-services/Gemfile.lock
Normal file
|
|
@ -0,0 +1,148 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
CFPropertyList (3.0.7)
|
||||
base64
|
||||
nkf
|
||||
rexml
|
||||
ansi (1.5.0)
|
||||
archive-zip (0.12.0)
|
||||
io-like (~> 0.3.0)
|
||||
ast (2.4.2)
|
||||
base64 (0.2.0)
|
||||
concurrent-ruby (1.3.3)
|
||||
deep_merge (1.2.2)
|
||||
diff-lcs (1.5.1)
|
||||
docile (1.4.0)
|
||||
facter (4.7.0)
|
||||
hocon (~> 1.3)
|
||||
thor (>= 1.0.1, < 1.3)
|
||||
fast_gettext (2.4.0)
|
||||
prime
|
||||
forwardable (1.3.3)
|
||||
hocon (1.4.0)
|
||||
io-like (0.3.1)
|
||||
json (2.7.2)
|
||||
locale (2.1.4)
|
||||
minitar (0.9)
|
||||
molinillo (0.8.0)
|
||||
multi_json (1.15.0)
|
||||
nkf (0.2.0)
|
||||
parallel (1.25.1)
|
||||
parser (3.3.2.0)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
prime (0.1.2)
|
||||
forwardable
|
||||
singleton
|
||||
puppet (8.6.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
deep_merge (~> 1.0)
|
||||
facter (>= 4.3.0, < 5)
|
||||
fast_gettext (>= 2.1, < 3)
|
||||
locale (~> 2.1)
|
||||
multi_json (~> 1.13)
|
||||
puppet-resource_api (~> 1.5)
|
||||
scanf (~> 1.0)
|
||||
semantic_puppet (~> 1.0)
|
||||
puppet-lint (4.2.4)
|
||||
puppet-resource_api (1.9.0)
|
||||
hocon (>= 1.0)
|
||||
puppetfile-resolver (0.6.3)
|
||||
molinillo (~> 0.6)
|
||||
semantic_puppet (~> 1.0)
|
||||
racc (1.8.0)
|
||||
rainbow (3.1.1)
|
||||
rake (13.2.1)
|
||||
regexp_parser (2.9.2)
|
||||
rexml (3.2.9)
|
||||
strscan
|
||||
rspec (3.13.0)
|
||||
rspec-core (~> 3.13.0)
|
||||
rspec-expectations (~> 3.13.0)
|
||||
rspec-mocks (~> 3.13.0)
|
||||
rspec-core (3.13.0)
|
||||
rspec-support (~> 3.13.0)
|
||||
rspec-expectations (3.13.0)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.13.0)
|
||||
rspec-mocks (3.13.1)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.13.0)
|
||||
rspec-support (3.13.1)
|
||||
rubocop (1.50.2)
|
||||
json (~> 2.3)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.2.0.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8, < 3.0)
|
||||
rexml (>= 3.2.5, < 4.0)
|
||||
rubocop-ast (>= 1.28.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.31.3)
|
||||
parser (>= 3.3.1.0)
|
||||
rubocop-capybara (2.21.0)
|
||||
rubocop (~> 1.41)
|
||||
rubocop-factory_bot (2.25.1)
|
||||
rubocop (~> 1.41)
|
||||
rubocop-performance (1.21.0)
|
||||
rubocop (>= 1.48.1, < 2.0)
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
rubocop-rspec (2.31.0)
|
||||
rubocop (~> 1.40)
|
||||
rubocop-capybara (~> 2.17)
|
||||
rubocop-factory_bot (~> 2.22)
|
||||
rubocop-rspec_rails (~> 2.28)
|
||||
rubocop-rspec_rails (2.28.3)
|
||||
rubocop (~> 1.40)
|
||||
ruby-progressbar (1.13.0)
|
||||
scanf (1.0.0)
|
||||
semantic_puppet (1.1.0)
|
||||
simplecov (0.22.0)
|
||||
docile (~> 1.1)
|
||||
simplecov-html (~> 0.11)
|
||||
simplecov_json_formatter (~> 0.1)
|
||||
simplecov-console (0.9.1)
|
||||
ansi
|
||||
simplecov
|
||||
terminal-table
|
||||
simplecov-html (0.12.3)
|
||||
simplecov_json_formatter (0.1.4)
|
||||
singleton (0.2.0)
|
||||
strscan (3.1.0)
|
||||
terminal-table (3.0.2)
|
||||
unicode-display_width (>= 1.1.1, < 3)
|
||||
thor (1.2.2)
|
||||
unicode-display_width (2.5.0)
|
||||
yard (0.9.36)
|
||||
|
||||
PLATFORMS
|
||||
arm64-darwin-23
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
CFPropertyList
|
||||
archive-zip
|
||||
minitar
|
||||
puppet
|
||||
puppet-lint (~> 4.0)
|
||||
puppetfile-resolver (~> 0.6.2)
|
||||
rake (>= 10.4)
|
||||
rspec (>= 3.2)
|
||||
rubocop (~> 1.50.0)
|
||||
rubocop-factory_bot (!= 2.26.0)
|
||||
rubocop-performance (~> 1.16)
|
||||
rubocop-rspec (~> 2.19)
|
||||
rubocop-rspec_rails (!= 2.29.0)
|
||||
simplecov
|
||||
simplecov-console
|
||||
win32-dir (<= 0.4.9)
|
||||
win32-eventlog (<= 0.6.5)
|
||||
win32-process (<= 0.7.5)
|
||||
win32-security (<= 0.2.5)
|
||||
win32-service (<= 0.8.8)
|
||||
yard (~> 0.9.28)
|
||||
|
||||
BUNDLED WITH
|
||||
2.5.9
|
||||
Loading…
Add table
Add a link
Reference in a new issue