Skip to content

Commit

Permalink
Drop Ruby 1.9.3 support (required by foodcritic 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Sep 20, 2015
1 parent 70e48e6 commit 952caa4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
Expand All @@ -12,9 +11,6 @@ env:

matrix:
exclude:
# Chef 12 requires Ruby 2:
- rvm: 1.9.3
env: CHEF_VERSION="~> 12.0"
# Chef 11 cannot resolve dependencies in Ruby 2.2 (mixlib-shellout):
- rvm: 2.2
env: CHEF_VERSION="~> 11.0"
Expand Down
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ group :style do
end

group :unit do
gem 'chef', chef_version unless chef_version.nil? # Ruby 1.9.3 support
gem 'chef', chef_version unless chef_version.nil?
gem 'should_not', '~> 1.1'
gem 'chefspec', '~> 4.1'
gem 'ohai', '~> 7.4' if RUBY_VERSION < '2'
end

group :integration do
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Requirements
## Required Applications

* Chef `>= 11.14.2`.
* Ruby `1.9.3` or higher.
* Ruby `2.0.0` or higher.

## Other Requirements

Expand Down

0 comments on commit 952caa4

Please sign in to comment.