Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
ruby File.open(File.expand_path('.ruby-version', File.dirname(__FILE__))) { |f| f.read.chomp }

gem 'berkshelf'
gem 'chef', '~> 12'
gem 'chef', '~> 14'
gem 'cookbook_release', git: 'git@github.com:tablexi/chef-cookbook_release_tasks.git'

group :dev do
Expand Down
100 changes: 31 additions & 69 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,55 +28,41 @@ GEM
aws-sdk-core (= 2.11.79)
aws-sigv4 (1.0.3)
backports (3.11.4)
berkshelf (6.3.4)
buff-config (~> 2.0)
buff-extensions (~> 2.0)
chef (>= 12.7.2, < 14.0)
berkshelf (7.0.6)
chef (>= 13.6.52)
chef-config
cleanroom (~> 1.0)
concurrent-ruby (~> 1.0)
faraday (~> 0.9)
httpclient (~> 2.7)
minitar (~> 0.5, >= 0.5.4)
minitar (>= 0.6)
mixlib-archive (~> 0.4)
mixlib-config (>= 2.2.5)
mixlib-shellout (~> 2.0)
octokit (~> 4.0)
retryable (~> 2.0)
ridley (~> 5.0)
solve (~> 4.0)
thor (~> 0.19, < 0.19.2)
buff-config (2.0.0)
buff-extensions (~> 2.0)
varia_model (~> 0.6)
buff-extensions (2.0.0)
buff-ignore (1.2.0)
buff-ruby_engine (1.0.0)
buff-shell_out (1.1.0)
buff-ruby_engine (~> 1.0)
thor (>= 0.20)
builder (3.2.3)
celluloid (0.16.0)
timers (~> 4.0.0)
celluloid-io (0.16.2)
celluloid (>= 0.16.0)
nio4r (>= 1.1.0)
chef (12.22.5)
chef (14.3.37)
addressable
bundler (>= 1.10)
chef-config (= 12.22.5)
chef-zero (>= 4.8, < 13)
chef-config (= 14.3.37)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
ffi (~> 1.9, >= 1.9.25)
ffi-yajl (~> 2.2)
highline (~> 1.6, >= 1.6.9)
iniparse (~> 1.4)
iso8601 (~> 0.9.1)
mixlib-archive (~> 0.4)
mixlib-authentication (~> 1.4)
mixlib-authentication (~> 2.1)
mixlib-cli (~> 1.7)
mixlib-log (~> 1.3)
mixlib-log (~> 2.0, >= 2.0.3)
mixlib-shellout (~> 2.0)
net-sftp (~> 2.1, >= 2.1.2)
net-ssh (>= 2.9, < 5.0)
net-ssh (~> 4.2)
net-ssh-multi (~> 1.2, >= 1.2.1)
ohai (>= 8.6.0.alpha.1, < 13)
ohai (~> 14.0)
plist (~> 3.2)
proxifier (~> 1.0)
rspec-core (~> 3.5)
Expand All @@ -90,17 +76,18 @@ GEM
chef-api (0.8.0)
logify (~> 0.1)
mime-types
chef-config (12.22.5)
chef-config (14.3.37)
addressable
fuzzyurl
mixlib-config (~> 2.0)
mixlib-config (>= 2.2.12, < 3.0)
mixlib-shellout (~> 2.0)
tomlrb (~> 1.2)
chef-validation (0.2.3)
chef (>= 11.0.0)
chef-zero (5.3.2)
chef-zero (14.0.6)
ffi-yajl (~> 2.2)
hashie (>= 2.0, < 4.0)
mixlib-log (~> 1.3)
mixlib-log (~> 2.0)
rack (~> 2.0)
uuidtools (~> 2.1)
chefspec (7.3.2)
Expand All @@ -118,7 +105,7 @@ GEM
diff-lcs (1.3)
erubis (2.7.0)
excon (0.62.0)
faraday (0.15.2)
faraday (0.15.3)
multipart-post (>= 1.2, < 3)
faraday-http-cache (2.0.0)
faraday (~> 0.8)
Expand Down Expand Up @@ -176,15 +163,14 @@ GEM
builder (>= 2.1.2)
hashie (3.6.0)
highline (1.7.10)
hitimes (1.3.0)
httpclient (2.8.3)
i18n (1.0.1)
concurrent-ruby (~> 1.0)
iniparse (1.4.4)
ipaddress (0.8.3)
iso8601 (0.9.1)
jaro_winkler (1.5.1)
jmespath (1.4.0)
json (2.1.0)
kitchen-docker (2.7.0)
test-kitchen (>= 1.0.0)
kitchen-ec2 (2.2.2)
Expand Down Expand Up @@ -213,15 +199,15 @@ GEM
minitest (5.11.3)
mixlib-archive (0.4.16)
mixlib-log
mixlib-authentication (1.4.2)
mixlib-authentication (2.1.1)
mixlib-cli (1.7.0)
mixlib-config (2.2.13)
tomlrb
mixlib-install (3.11.5)
mixlib-shellout
mixlib-versioning
thor
mixlib-log (1.7.1)
mixlib-log (2.0.4)
mixlib-shellout (2.4.0)
mixlib-versioning (1.2.2)
molinillo (0.6.6)
Expand All @@ -239,23 +225,22 @@ GEM
net-ssh (>= 2.6.5)
net-ssh-gateway (>= 1.2.0)
net-telnet (0.1.1)
nio4r (2.3.1)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nori (2.6.0)
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
octokit (4.11.0)
octokit (4.12.0)
sawyer (~> 0.8.0, >= 0.5.3)
ohai (8.26.1)
chef-config (>= 12.5.0.alpha.1, < 14)
ohai (14.5.4)
chef-config (>= 12.8, < 15)
ffi (~> 1.9)
ffi-yajl (~> 2.2)
ipaddress
mixlib-cli
mixlib-cli (>= 1.7.0)
mixlib-config (~> 2.0)
mixlib-log (>= 1.7.1, < 2.0)
mixlib-log (~> 2.0, >= 2.0.1)
mixlib-shellout (~> 2.0)
plist (~> 3.1)
systemu (~> 2.6.4)
Expand All @@ -279,24 +264,6 @@ GEM
ffi (>= 0.5.0, < 2)
retriable (2.1.0)
retryable (2.0.4)
ridley (5.1.1)
addressable
buff-config (~> 2.0)
buff-extensions (~> 2.0)
buff-ignore (~> 1.2)
buff-shell_out (~> 1.0)
celluloid (~> 0.16.0)
celluloid-io (~> 0.16.1)
chef-config (>= 12.5.0)
erubis
faraday (~> 0.9)
hashie (>= 2.0.2, < 4.0.0)
httpclient (~> 2.7)
json (>= 1.7.7)
mixlib-authentication (>= 1.3.0)
retryable (~> 2.0)
semverse (~> 2.0)
varia_model (~> 0.6)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
Expand Down Expand Up @@ -364,20 +331,15 @@ GEM
winrm (~> 2.0)
winrm-elevated (~> 1.0)
winrm-fs (~> 1.1)
thor (0.19.1)
thor (0.20.0)
thread_safe (0.3.6)
timers (4.0.4)
hitimes
tomlrb (1.2.7)
treetop (1.6.10)
polyglot (~> 0.3)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.4.0)
uuidtools (2.1.5)
varia_model (0.6.0)
buff-extensions (~> 2.0)
hashie (>= 2.0.2, < 4.0.0)
winrm (2.2.3)
builder (>= 2.1.2)
erubis (~> 2.7)
Expand All @@ -402,7 +364,7 @@ PLATFORMS

DEPENDENCIES
berkshelf
chef (~> 12)
chef (~> 14)
chef-validation
chef-zero
chefspec
Expand Down