Skip to content

Commit

Permalink
remove ruby 2.1 support
Browse files Browse the repository at this point in the history
Signed-off-by: Lamont Granquist <[email protected]>
  • Loading branch information
lamont-granquist committed Aug 22, 2016
1 parent 251b953 commit df76484
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ env:

matrix:
include:
- rvm: 2.1.9
sudo: true
script: sudo -E $(which bundle) exec rake spec;
# also remove integration / external tests
bundler_args: --without changelog development docgen guard integration maintenance omnibus_package tools aix bsd mac_os_x solaris windows --frozen
- rvm: 2.2.5
sudo: true
script: sudo -E $(which bundle) exec rake spec;
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ end

group(:development, :test) do
gem "simplecov"
gem "rack", "< 2.0" # 2.0 requires Ruby 2.2+

# for testing new chefstyle rules
# gem 'chefstyle', github: 'chef/chefstyle'
Expand Down
2 changes: 1 addition & 1 deletion chef.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.email = "[email protected]"
s.homepage = "http://www.chef.io"

s.required_ruby_version = ">= 2.1.0"
s.required_ruby_version = ">= 2.2.0"

s.add_dependency "chef-config", "= #{Chef::VERSION}"

Expand Down

0 comments on commit df76484

Please sign in to comment.