Skip to content

Commit

Permalink
also drop ruby 2.2 support
Browse files Browse the repository at this point in the history
it is EOL

2.3 still supported for inspec-on-chef-12 purposes.

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
  • Loading branch information
lamont-granquist committed Jan 15, 2019
1 parent 740c6bb commit 73506f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ bundler_args: --jobs 7 --without docs debug
before_install: gem install bundler -v 1.10.6

rvm:
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
Expand Down
2 changes: 1 addition & 1 deletion chefstyle.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.summary = %q{Rubocop configuration for Chef's ruby projects}
spec.homepage = "https://github.com/chef/chefstyle"
spec.license = "Apache-2.0"
spec.required_ruby_version = ">= 2.2"
spec.required_ruby_version = ">= 2.3"

spec.files = %w{LICENSE chefstyle.gemspec Gemfile} + Dir.glob("{bin,config,lib}/**/*", File::FNM_DOTMATCH).reject { |f| File.directory?(f) }
spec.executables = %w{chefstyle}
Expand Down

0 comments on commit 73506f9

Please sign in to comment.