mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
RuboCop & Ruby 2.7 updates
This commit is contained in:
parent
96f564b460
commit
540ffab179
7 changed files with 44 additions and 31 deletions
47
Gemfile.lock
47
Gemfile.lock
|
|
@ -6,12 +6,14 @@ GEM
|
|||
public_suffix (>= 2.0.2, < 5.0)
|
||||
ast (2.4.1)
|
||||
colored2 (3.1.2)
|
||||
concurrent-ruby (1.1.6)
|
||||
cri (2.15.10)
|
||||
diff-lcs (1.3)
|
||||
deep_merge (1.2.1)
|
||||
diff-lcs (1.4.4)
|
||||
equatable (0.6.1)
|
||||
facter (2.5.7)
|
||||
facter (2.5.7-universal-darwin)
|
||||
CFPropertyList (~> 2.2)
|
||||
facter (4.0.29)
|
||||
hocon (~> 1.3)
|
||||
thor (>= 1.0.1, < 2.0)
|
||||
faraday (0.17.3)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
faraday_middleware (0.14.0)
|
||||
|
|
@ -25,6 +27,8 @@ GEM
|
|||
gettext (>= 3.0.2, < 3.3.0)
|
||||
locale
|
||||
hiera (3.6.0)
|
||||
hocon (1.3.1)
|
||||
httpclient (2.8.3)
|
||||
json (2.3.1)
|
||||
json-schema (2.8.1)
|
||||
addressable (>= 2.4)
|
||||
|
|
@ -42,24 +46,34 @@ GEM
|
|||
parallel (1.19.2)
|
||||
parser (2.7.1.4)
|
||||
ast (~> 2.4.1)
|
||||
pastel (0.7.3)
|
||||
pastel (0.7.4)
|
||||
equatable (~> 0.6)
|
||||
tty-color (~> 0.5)
|
||||
pathspec (0.2.1)
|
||||
public_suffix (4.0.5)
|
||||
puppet (5.5.20)
|
||||
facter (> 2.0.1, < 4)
|
||||
fast_gettext (~> 1.1.2)
|
||||
puppet (6.16.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
deep_merge (~> 1.0)
|
||||
facter (> 2.0.1, < 5)
|
||||
fast_gettext (~> 1.1)
|
||||
hiera (>= 3.2.1, < 4)
|
||||
httpclient (~> 2.8)
|
||||
locale (~> 2.1)
|
||||
multi_json (~> 1.10)
|
||||
puppet (5.5.20-universal-darwin)
|
||||
puppet-resource_api (~> 1.5)
|
||||
semantic_puppet (~> 1.0)
|
||||
puppet (6.16.0-universal-darwin)
|
||||
CFPropertyList (~> 2.2)
|
||||
facter (> 2.0.1, < 4)
|
||||
fast_gettext (~> 1.1.2)
|
||||
concurrent-ruby (~> 1.0)
|
||||
deep_merge (~> 1.0)
|
||||
facter (> 2.0.1, < 5)
|
||||
fast_gettext (~> 1.1)
|
||||
hiera (>= 3.2.1, < 4)
|
||||
httpclient (~> 2.8)
|
||||
locale (~> 2.1)
|
||||
multi_json (~> 1.10)
|
||||
puppet-resource_api (~> 1.5)
|
||||
semantic_puppet (~> 1.0)
|
||||
puppet-lint (2.4.2)
|
||||
puppet-lint-absolute_classname-check (2.0.0)
|
||||
puppet-lint (>= 1.0, < 3.0)
|
||||
|
|
@ -81,7 +95,9 @@ GEM
|
|||
puppet-lint (>= 2.1, < 3.0)
|
||||
puppet-lint-variable_contains_upcase (1.2.0)
|
||||
puppet-lint (>= 1.0, < 3.0)
|
||||
puppet-syntax (3.0.1)
|
||||
puppet-resource_api (1.8.13)
|
||||
hocon (>= 1.0)
|
||||
puppet-syntax (3.1.0)
|
||||
puppet (>= 5)
|
||||
rake
|
||||
puppet_forge (2.3.4)
|
||||
|
|
@ -140,6 +156,7 @@ GEM
|
|||
semantic_puppet (1.0.2)
|
||||
spdx-licenses (1.2.0)
|
||||
text (1.3.1)
|
||||
thor (1.0.1)
|
||||
trollop (2.9.10)
|
||||
tty-color (0.5.1)
|
||||
tty-command (0.9.0)
|
||||
|
|
@ -157,7 +174,7 @@ GEM
|
|||
tty-cursor (~> 0.7)
|
||||
tty-screen (~> 0.7)
|
||||
wisper (~> 2.0.0)
|
||||
tty-screen (0.7.1)
|
||||
tty-screen (0.8.0)
|
||||
unicode-display_width (1.7.0)
|
||||
wisper (2.0.1)
|
||||
xmlrpc (0.3.0)
|
||||
|
|
@ -173,7 +190,7 @@ DEPENDENCIES
|
|||
json (>= 2.0.2)
|
||||
metadata-json-lint (~> 2.4)
|
||||
os (~> 1.1)
|
||||
puppet (>= 5, < 6)
|
||||
puppet (>= 6, < 7)
|
||||
puppet-lint (~> 2.3)
|
||||
puppet-lint-absolute_classname-check (~> 2.0)
|
||||
puppet-lint-absolute_template_path (~> 1.0)
|
||||
|
|
@ -197,4 +214,4 @@ DEPENDENCIES
|
|||
yamllint (~> 0.0.9)
|
||||
|
||||
BUNDLED WITH
|
||||
2.0.2
|
||||
2.1.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue