Skip to content

Commit

Permalink
Test on the latest ruby releases and work with Chef 13
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Jul 20, 2017
1 parent 13f8e4b commit 5c9ca7a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
@@ -1,9 +1,17 @@
language: ruby
cache: bundler
dist: trusty
sudo: false
rvm:
- 2.2.5
- 2.3.1
- 2.2.7
- 2.3.4
- 2.4.1
- ruby-head

matrix:
allow_failures:
- rvm: ruby-head

branches:
only:
- master
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"

gemspec

gem "rake", "~> 11.0"
gem "rake"
gem "rspec", "~> 3.1"
gem "simplecov", "~> 0.9"
gem "pry"
Expand Down
2 changes: 1 addition & 1 deletion knife-google.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/chef/knife-google"
s.required_ruby_version = ">= 2.2.2"

s.add_dependency "chef", "~> 12.0"
s.add_dependency "chef", ">= 12.0"
s.add_dependency "knife-cloud", "~> 1.2.0"
s.add_dependency "google-api-client", "~> 0.9.0"
s.add_dependency "gcewinpass", "~> 1.0"
Expand Down

0 comments on commit 5c9ca7a

Please sign in to comment.