Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
Drop 12.0 because poise-languages isn't going to support it.
Browse files Browse the repository at this point in the history
  • Loading branch information
coderanger committed Jan 29, 2016
1 parent 34c2b9d commit f00d038
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 23 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ script:
- "./bin/rake travis"
gemfile:
- test/gemfiles/chef-12.gemfile
- test/gemfiles/chef-12.0.gemfile
- test/gemfiles/chef-12.1.gemfile
- test/gemfiles/chef-12.2.gemfile
- test/gemfiles/chef-12.3.gemfile
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ end

## Requirements

Chef 12 or newer is required.
Chef 12.1 or newer is required.

## Resources

Expand Down
4 changes: 2 additions & 2 deletions test/cookbooks/application_ruby_test/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
end
end

include_recipe 'application_ruby_test::rails'
include_recipe 'application_ruby_test::sinatra'
include_recipe '::rails'
include_recipe '::sinatra'
19 changes: 0 additions & 19 deletions test/gemfiles/chef-12.0.gemfile

This file was deleted.

0 comments on commit f00d038

Please sign in to comment.