Skip to content

Commit

Permalink
Remove a lot of old restraints
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Duffield <[email protected]>
  • Loading branch information
tduffield committed Feb 10, 2017
1 parent 2438b2a commit 9c92916
Show file tree
Hide file tree
Showing 9 changed files with 103 additions and 116 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ group(:development, :test) do
end

group(:changelog) do
gem "github_changelog_generator", git: "https://github.com/tduffield/github-changelog-generator", branch: "adjust-tag-section-mapping"
gem "github_changelog_generator", git: "https://github.com/chef/github-changelog-generator"
gem "mixlib-install"
end

Expand Down
55 changes: 27 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/chef/chef-server
revision: e5b2c917b7d06d4e09e27bdb09e4e1ad7648e437
revision: 35fecbfa957b7d67eea5c1225377ba7ee85d54c9
specs:
oc-chef-pedant (2.2.0)
activesupport (>= 4.2.7.1, < 6.0)
Expand All @@ -16,24 +16,15 @@ GIT

GIT
remote: https://github.com/chef/chefstyle.git
revision: ba0cfca677c8dc66de471cbd3da37d000a93dce0
revision: 7e47afd6141d3c44a11322916e3fc85c89aa9b59
branch: master
specs:
chefstyle (0.4.0)
rubocop (= 0.45.0)
chefstyle (0.5.0)
rubocop (= 0.47.1)

GIT
remote: https://github.com/rubysec/bundler-audit.git
revision: 6eb5a81e9b184fbb8db03f3e57dc758c65dd7383
specs:
bundler-audit (0.5.0)
bundler (~> 1.2)
thor (~> 0.18)

GIT
remote: https://github.com/tduffield/github-changelog-generator
revision: c6245b58b91b863464ca88e02aa752a0658b5f30
branch: adjust-tag-section-mapping
remote: https://github.com/chef/github-changelog-generator
revision: 7ab4953b47598dccf10e106058673c1592b8f9bf
specs:
github_changelog_generator (1.14.2)
activesupport
Expand All @@ -44,6 +35,14 @@ GIT
rake (>= 10.0)
retriable (>= 1.4)

GIT
remote: https://github.com/rubysec/bundler-audit.git
revision: 6eb5a81e9b184fbb8db03f3e57dc758c65dd7383
specs:
bundler-audit (0.5.0)
bundler (~> 1.2)
thor (~> 0.18)

PATH
remote: .
specs:
Expand Down Expand Up @@ -139,13 +138,13 @@ GEM
mixlib-cli (~> 1.4)
artifactory (2.6.0)
ast (2.3.0)
aws-sdk (2.7.3)
aws-sdk-resources (= 2.7.3)
aws-sdk-core (2.7.3)
aws-sdk (2.7.5)
aws-sdk-resources (= 2.7.5)
aws-sdk-core (2.7.5)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.7.3)
aws-sdk-core (= 2.7.3)
aws-sdk-resources (2.7.5)
aws-sdk-core (= 2.7.5)
aws-sigv4 (1.0.0)
backports (3.6.8)
binding_of_caller (0.7.2)
Expand All @@ -170,7 +169,7 @@ GEM
mixlib-log (~> 1.3)
rack (~> 2.0)
uuidtools (~> 2.1)
cheffish (4.1.0)
cheffish (4.1.1)
chef-zero (~> 5.0)
net-ssh
chefspec (5.3.0)
Expand Down Expand Up @@ -204,7 +203,7 @@ GEM
erubis (2.7.0)
ethon (0.10.1)
ffi (>= 1.3.0)
excon (0.54.0)
excon (0.55.0)
faraday (0.11.0)
multipart-post (>= 1.2, < 3)
faraday-http-cache (2.0.0)
Expand Down Expand Up @@ -344,7 +343,7 @@ GEM
plist (~> 3.1)
systemu (~> 2.6.4)
wmi-lite (~> 1.0)
parser (2.3.3.1)
parser (2.4.0.0)
ast (~> 2.2)
plist (3.2.0)
poise (2.7.2)
Expand Down Expand Up @@ -434,8 +433,8 @@ GEM
rspec_junit_formatter (0.2.3)
builder (< 4)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (0.45.0)
parser (>= 2.3.1.1, < 3.0)
rubocop (0.47.1)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
Expand All @@ -444,7 +443,7 @@ GEM
ruby-progressbar (1.8.1)
ruby-shadow (2.5.0)
rubyntlm (0.6.1)
rubyzip (1.2.0)
rubyzip (1.2.1)
rufus-lru (1.1.0)
safe_yaml (1.0.4)
sawyer (0.8.1)
Expand All @@ -462,7 +461,7 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
slop (3.6.0)
specinfra (2.66.8)
specinfra (2.66.9)
net-scp
net-ssh (>= 2.7, < 5.0)
net-telnet
Expand Down Expand Up @@ -591,4 +590,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.13.7
1.12.5
13 changes: 2 additions & 11 deletions acceptance/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,10 @@ source "https://rubygems.org"
gem "chef-acceptance", github: "chef/chef-acceptance"
gem "kitchen-ec2"
gem "inspec"
# Pinning to github for kitchen-vagrant because 0.19.0 incorrectly
# puts in a box_url for bento when a vagrant box in atlas is specified
gem "kitchen-vagrant"
gem "windows_chef_zero"
gem "kitchen-inspec"
gem "test-kitchen"
gem "winrm-elevated"
gem "berkshelf", "4.3.5"

# until 2.0.0 is fixed for unstable packages
gem "mixlib-install", "1.2.3"

# nio4r 2.x was throwing a "could not install" error because of a Ruby version
# conflict (that didn't actually exist). Since the only gem that really needs
# it is celluloid, let's just pin it until it becomes a bigger problem.
gem "nio4r", ">= 1.1.0", "< 2.0.0"
gem "berkshelf"
gem "mixlib-install"
104 changes: 51 additions & 53 deletions acceptance/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,44 +12,42 @@ GEM
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
artifactory (2.6.0)
aws-sdk (2.7.3)
aws-sdk-resources (= 2.7.3)
aws-sdk-core (2.7.3)
aws-sdk (2.7.5)
aws-sdk-resources (= 2.7.5)
aws-sdk-core (2.7.5)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.7.3)
aws-sdk-core (= 2.7.3)
aws-sdk-resources (2.7.5)
aws-sdk-core (= 2.7.5)
aws-sigv4 (1.0.0)
berkshelf (4.3.5)
berkshelf (5.6.2)
addressable (~> 2.3, >= 2.3.4)
berkshelf-api-client (~> 2.0, >= 2.0.2)
buff-config (~> 1.0)
buff-extensions (~> 1.0)
buff-shell_out (~> 0.1)
celluloid (= 0.16.0)
celluloid-io (~> 0.16.1)
berkshelf-api-client (>= 2.0.2, < 4.0)
buff-config (~> 2.0)
buff-extensions (~> 2.0)
buff-shell_out (~> 1.0)
cleanroom (~> 1.0)
faraday (~> 0.9)
httpclient (~> 2.7)
minitar (~> 0.5, >= 0.5.4)
mixlib-archive (~> 0.1)
mixlib-archive (~> 0.4)
octokit (~> 4.0)
retryable (~> 2.0)
ridley (~> 4.5)
solve (~> 2.0)
thor (~> 0.19)
berkshelf-api-client (2.0.2)
faraday (~> 0.9.1)
httpclient (~> 2.7.0)
ridley (~> 4.5)
buff-config (1.0.1)
buff-extensions (~> 1.0)
varia_model (~> 0.4)
buff-extensions (1.0.0)
buff-ignore (1.1.1)
buff-ruby_engine (0.1.0)
buff-shell_out (0.2.0)
buff-ruby_engine (~> 0.1.0)
ridley (~> 5.0)
solve (> 2.0, < 4.0)
thor (~> 0.19, < 0.19.2)
berkshelf-api-client (3.0.0)
faraday (~> 0.9)
httpclient (~> 2.7)
ridley (>= 4.5, < 6.0)
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)
builder (3.2.3)
celluloid (0.16.0)
timers (~> 4.0.0)
Expand All @@ -68,7 +66,7 @@ GEM
excon (>= 0.38.0)
json
erubis (2.7.0)
excon (0.54.0)
excon (0.55.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.17)
Expand All @@ -79,8 +77,8 @@ GEM
builder (>= 2.1.2)
hashie (3.5.1)
hitimes (1.2.4)
httpclient (2.7.2)
inspec (1.12.0)
httpclient (2.8.3)
inspec (1.14.0)
faraday (>= 0.9.0)
hashie (~> 3.4)
json (>= 1.8, < 3.0)
Expand Down Expand Up @@ -115,28 +113,29 @@ GEM
little-plugger (~> 1.1)
multi_json (~> 1.10)
method_source (0.8.2)
minitar (0.5.4)
minitar (0.6.1)
mixlib-archive (0.4.1)
mixlib-log
mixlib-authentication (1.4.1)
mixlib-log
mixlib-config (2.2.4)
mixlib-install (1.2.3)
mixlib-install (2.1.12)
artifactory
mixlib-shellout
mixlib-versioning
thor
mixlib-log (1.7.1)
mixlib-shellout (2.2.7)
mixlib-versioning (1.1.0)
molinillo (0.4.5)
molinillo (0.5.6)
multi_json (1.12.1)
multipart-post (2.0.0)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (4.0.1)
net-ssh-gateway (1.3.0)
net-ssh (>= 2.6.5)
nio4r (1.2.1)
nio4r (2.0.0)
nori (2.6.0)
octokit (4.6.2)
sawyer (~> 0.8.0, >= 0.5.3)
Expand All @@ -148,12 +147,12 @@ GEM
public_suffix (2.0.5)
rainbow (2.2.1)
retryable (2.0.4)
ridley (4.6.1)
ridley (5.1.0)
addressable
buff-config (~> 1.0)
buff-extensions (~> 1.0)
buff-ignore (~> 1.1.1)
buff-shell_out (~> 0.1)
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)
Expand All @@ -164,8 +163,8 @@ GEM
json (>= 1.7.7)
mixlib-authentication (>= 1.3.0)
retryable (~> 2.0)
semverse (~> 1.1)
varia_model (~> 0.4.0)
semverse (~> 2.0)
varia_model (~> 0.6)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
Expand All @@ -186,16 +185,16 @@ GEM
builder (< 4)
rspec-core (>= 2, < 4, != 2.12.0)
rubyntlm (0.6.1)
rubyzip (1.2.0)
rubyzip (1.2.1)
safe_yaml (1.0.4)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
semverse (1.2.1)
semverse (2.0.0)
slop (3.6.0)
solve (2.0.3)
molinillo (~> 0.4.2)
semverse (~> 1.1)
solve (3.1.0)
molinillo (>= 0.5)
semverse (>= 1.1, < 3.0)
sslshake (1.0.13)
test-kitchen (1.15.0)
mixlib-install (>= 1.2, < 3.0)
Expand All @@ -205,7 +204,7 @@ GEM
net-ssh-gateway (~> 1.2)
safe_yaml (~> 1.0)
thor (~> 0.18)
thor (0.19.4)
thor (0.19.1)
timers (4.0.4)
hitimes
train (0.22.1)
Expand All @@ -216,8 +215,8 @@ GEM
net-ssh (>= 2.9, < 5.0)
winrm (~> 2.0)
winrm-fs (~> 1.0)
varia_model (0.4.1)
buff-extensions (~> 1.0)
varia_model (0.6.0)
buff-extensions (~> 2.0)
hashie (>= 2.0.2, < 4.0.0)
windows_chef_zero (2.0.0)
test-kitchen (>= 1.2.1)
Expand All @@ -243,14 +242,13 @@ PLATFORMS
ruby

DEPENDENCIES
berkshelf (= 4.3.5)
berkshelf
chef-acceptance!
inspec
kitchen-ec2
kitchen-inspec
kitchen-vagrant
mixlib-install (= 1.2.3)
nio4r (>= 1.1.0, < 2.0.0)
mixlib-install
test-kitchen
windows_chef_zero
winrm-elevated
Expand Down
1 change: 0 additions & 1 deletion kitchen-tests/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ gem "kitchen-vagrant"
gem "ridley"
gem "test-kitchen"
gem "vagrant-wrapper"
gem "rainbow", ">= 2.1.0", "< 2.2"
Loading

0 comments on commit 9c92916

Please sign in to comment.