Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 37 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@ GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.2.8)
activemodel (4.2.0)
activesupport (= 4.2.0)
builder (~> 3.1)
activesupport (4.2.0)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
activesupport (6.1.7.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.3.6)
archive-tar-minitar (0.5.2)
autoparse (0.3.3)
Expand Down Expand Up @@ -42,6 +39,7 @@ GEM
serverspec (~> 2)
specinfra (~> 2)
builder (3.2.2)
concurrent-ruby (1.3.6)
diff-lcs (1.2.5)
docile (1.1.5)
docker-api (1.17.0)
Expand All @@ -56,6 +54,10 @@ GEM
CFPropertyList (~> 2.2.6)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.14.0)
faraday (>= 0.7.4, < 1.0)
fast_gettext (1.1.2)
fiddle (1.1.8)
fission (0.5.0)
CFPropertyList (~> 2.2)
fog (1.27.0)
Expand Down Expand Up @@ -134,6 +136,13 @@ GEM
fog-core
nokogiri (~> 1.5, >= 1.5.11)
formatador (0.2.5)
gettext (3.2.9)
locale (>= 2.0.5)
text (>= 1.3.0)
gettext-setup (0.34)
fast_gettext (~> 1.1.0)
gettext (>= 3.0.2, < 3.3.0)
locale
google-api-client (0.8.2)
activesupport (>= 3.2)
addressable (~> 2.3)
Expand All @@ -144,22 +153,18 @@ GEM
multi_json (~> 1.10)
retriable (~> 1.4)
signet (~> 0.6)
her (0.7.3)
activemodel (>= 3.0.0, <= 4.2)
activesupport (>= 3.0.0, <= 4.2)
faraday (>= 0.8, < 1.0)
multi_json (~> 1.7)
hiera (2.0.0)
json_pure
highline (1.6.21)
hocon (0.0.6)
http-cookie (1.0.2)
domain_name (~> 0.5)
i18n (0.7.0)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
inflecto (0.0.2)
inifile (2.0.2)
ipaddress (0.8.0)
json (1.8.2)
json (1.8.6)
json_pure (1.8.2)
jwt (1.2.0)
launchy (2.4.3)
Expand All @@ -171,10 +176,13 @@ GEM
librarian (>= 0.1.2)
puppet_forge
rsync
locale (2.1.5)
fiddle
metaclass (0.0.4)
mime-types (2.4.3)
mini_portile (0.6.2)
minitest (5.5.1)
minitar (1.1.0)
minitest (5.27.0)
mocha (1.1.0)
metaclass (~> 0.0.1)
multi_json (1.10.1)
Expand All @@ -195,8 +203,12 @@ GEM
puppet-lint (1.1.0)
puppet-syntax (2.0.0)
rake
puppet_forge (1.0.4)
her (~> 0.6)
puppet_forge (2.3.4)
faraday (>= 0.9.0, < 0.18.0, != 0.13.1)
faraday_middleware (>= 0.9.0, < 0.15.0)
gettext-setup (~> 0.11)
minitar
semantic_puppet (~> 1.0)
puppetlabs_spec_helper (0.10.2)
mocha
puppet-lint
Expand Down Expand Up @@ -232,6 +244,7 @@ GEM
rspec
rspec-support (3.2.2)
rsync (1.0.9)
semantic_puppet (1.1.1)
serverspec (2.7.1)
multi_json
rspec (~> 3.0)
Expand All @@ -251,14 +264,15 @@ GEM
specinfra (2.11.5)
net-scp
net-ssh
thor (0.19.1)
thread_safe (0.3.4)
text (1.3.1)
thor (0.20.3)
trollop (2.1.1)
tzinfo (1.2.2)
thread_safe (~> 0.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.6)
zeitwerk (2.7.5)

PLATFORMS
ruby
Expand Down