Skip to content
Open
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
72 changes: 49 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ 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 (7.2.3.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1, < 6)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.3.6)
archive-tar-minitar (0.5.2)
autoparse (0.3.3)
Expand All @@ -22,6 +25,7 @@ GEM
aws-sdk-v1 (1.61.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
base64 (0.3.0)
beaker (2.2.0)
aws-sdk (~> 1.57)
docker-api
Expand All @@ -41,7 +45,11 @@ GEM
rspec
serverspec (~> 2)
specinfra (~> 2)
benchmark (0.5.0)
bigdecimal (4.0.1)
builder (3.2.2)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
diff-lcs (1.2.5)
docile (1.1.5)
docker-api (1.17.0)
Expand All @@ -50,12 +58,17 @@ GEM
json
domain_name (0.5.23)
unf (>= 0.0.5, < 1.0.0)
drb (2.2.3)
excon (0.43.0)
extlib (0.9.16)
facter (2.4.3)
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 +147,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 +164,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 +187,14 @@ GEM
librarian (>= 0.1.2)
puppet_forge
rsync
locale (2.1.5)
fiddle
logger (1.7.0)
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 +215,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 +256,8 @@ GEM
rspec
rspec-support (3.2.2)
rsync (1.0.9)
securerandom (0.4.1)
semantic_puppet (1.1.1)
serverspec (2.7.1)
multi_json
rspec (~> 3.0)
Expand All @@ -251,11 +277,11 @@ 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)
Expand Down