Skip to content

Commit

Permalink
test-kitchen 2.x ruby 2.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
neillturner committed May 12, 2019
1 parent 6ad1775 commit 46179b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ rvm:
- 2.3.1
- 2.3.4
- 2.4.1
- 2.5.0
- 2.5.5
- 2.6.3
before_install:
- gem install bundler -v 1.10.6
install:
Expand Down
3 changes: 1 addition & 2 deletions kitchen-ansible.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ EOF
s.add_development_dependency 'rspec'
s.add_development_dependency 'pry'
s.add_development_dependency 'rake'
s.required_ruby_version = '>= 2.0'
s.add_dependency 'test-kitchen', '~> 1.4'
s.add_dependency 'test-kitchen', '>= 1.4'
s.add_dependency 'net-ssh', '>= 3'
end
2 changes: 1 addition & 1 deletion lib/kitchen-ansible/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
module Kitchen
module Ansible
VERSION = '0.49.1'.freeze
VERSION = '0.50.0'.freeze
end
end

0 comments on commit 46179b1

Please sign in to comment.