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
18 changes: 13 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
activesupport (4.2.11.3)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.3.4)
berkshelf (1.4.2)
activesupport (>= 3.2.0)
Expand Down Expand Up @@ -66,6 +68,7 @@ GEM
hashie (>= 2.0.2)
multi_json (>= 1.3.0)
coderay (1.0.9)
concurrent-ruby (1.1.9)
erubis (2.7.0)
excon (0.21.0)
faraday (0.8.7)
Expand All @@ -92,7 +95,8 @@ GEM
multi_json (~> 1.3)
hashie (2.0.4)
highline (1.6.18)
i18n (0.6.1)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
ipaddress (0.8.0)
json (1.7.7)
kitchen-vagrant (0.9.0)
Expand All @@ -101,13 +105,14 @@ GEM
method_source (0.8.1)
mime-types (1.23)
minitar (0.5.4)
minitest (5.12.0)
mixlib-authentication (1.3.0)
mixlib-log
mixlib-cli (1.3.0)
mixlib-config (1.1.2)
mixlib-log (1.6.0)
mixlib-shellout (1.1.0)
multi_json (1.7.3)
multi_json (1.15.0)
multipart-post (1.2.0)
net-http-persistent (2.8)
net-scp (1.1.0)
Expand Down Expand Up @@ -169,10 +174,13 @@ GEM
thor-foodcritic (0.2.0)
foodcritic
thor
thread_safe (0.3.6)
timers (1.1.0)
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
tzinfo (1.2.9)
thread_safe (~> 0.1)
yajl-ruby (1.1.0)

PLATFORMS
Expand Down