Version bumps

This commit is contained in:
Dale McDiarmid 2017-08-15 12:03:16 +01:00
parent 381ab57ab9
commit ef4312e1e9
3 changed files with 24 additions and 19 deletions

View file

@ -8,7 +8,7 @@ provisioner:
roles_path: ../
require_ansible_repo: true
ansible_verbose: true
ansible_version: 2.2.0
ansible_version: 2.3.2.0
http_proxy: <%= ENV['HTTP_PROXY'] %>
https_proxy: <%= ENV['HTTPS_PROXY'] %>
no_proxy: localhost,127.0.0.1

View file

@ -1,6 +1,6 @@
source 'https://rubygems.org'
gem 'test-kitchen', '1.8.0'
gem "kitchen-docker", '2.5.0'
gem 'kitchen-ansible', '0.44.6'
gem 'test-kitchen', '1.17.0'
gem "kitchen-docker", '2.6.0'
gem 'kitchen-ansible', '0.47.3'
gem 'net-ssh', '~> 3.0'

View file

@ -1,39 +1,44 @@
GEM
remote: https://rubygems.org/
specs:
artifactory (2.3.3)
kitchen-ansible (0.44.6)
net-ssh (~> 3.0)
artifactory (2.8.2)
kitchen-ansible (0.47.3)
mixlib-shellout (<= 2.2.7)
net-ssh (>= 3)
test-kitchen (~> 1.4)
kitchen-docker (2.5.0)
kitchen-docker (2.6.0)
test-kitchen (>= 1.0.0)
mixlib-install (1.1.0)
mixlib-install (2.1.12)
artifactory
mixlib-shellout
mixlib-versioning
mixlib-shellout (2.2.6)
mixlib-versioning (1.1.0)
thor
mixlib-shellout (2.2.7)
mixlib-versioning (1.2.2)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (3.2.0)
net-ssh-gateway (1.3.0)
net-ssh (>= 2.6.5)
safe_yaml (1.0.4)
test-kitchen (1.8.0)
mixlib-install (~> 1.0, >= 1.0.4)
test-kitchen (1.17.0)
mixlib-install (>= 1.2, < 3.0)
mixlib-shellout (>= 1.2, < 3.0)
net-scp (~> 1.1)
net-ssh (>= 2.9, < 4.0)
net-ssh (>= 2.9, < 5.0)
net-ssh-gateway (~> 1.2)
safe_yaml (~> 1.0)
thor (~> 0.18)
thor (~> 0.19, < 0.19.2)
thor (0.19.1)
PLATFORMS
ruby
DEPENDENCIES
kitchen-ansible (= 0.44.6)
kitchen-docker (= 2.5.0)
kitchen-ansible (= 0.47.3)
kitchen-docker (= 2.6.0)
net-ssh (~> 3.0)
test-kitchen (= 1.8.0)
test-kitchen (= 1.17.0)
BUNDLED WITH
1.11.2
1.15.3