Skip to content

Commit a1d8120

Browse files
committed
remove support for ruby versions < 2.3
1 parent 030057f commit a1d8120

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55

66
## [Unreleased]
77

8+
### Breaking Changes
9+
- removed ruby support for versions `< 2.3` (@majormoses)
10+
811
## [2.1.0] - 2018-05-23
912
### Added
1013
- check-es-shard-allocation-status.rb, check-es-file-descriptors.rb, check-es-heap.rb: added `--cert-file` option which allows you to specify a ca-cert to be used to verify TLS (@vin01)

sensu-plugins-elasticsearch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
2626
s.platform = Gem::Platform::RUBY
2727
s.post_install_message = 'You can use the embedded Ruby by setting EMBEDDED_RUBY=true in /etc/default/sensu'
2828
s.require_paths = ['lib']
29-
s.required_ruby_version = '>= 2.1.0'
29+
s.required_ruby_version = '>= 2.3.0'
3030
# s.signing_key = File.expand_path(pvt_key) if $PROGRAM_NAME =~ /gem\z/
3131
s.summary = 'Sensu plugins for elasticsearch'
3232
s.test_files = s.files.grep(%r{^(test|spec|features)/})

0 commit comments

Comments
 (0)