Skip to content

Commit cdbe126

Browse files
phumpalmajormoses
authored andcommitted
Remove support for ruby-2.1.0 (#57)
* Remove support for ruby-2.1.0
1 parent 1653c8b commit cdbe126

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ cache:
55
- bundler
66
before_install:
77
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
8-
- gem install bundler -v 1.15
8+
- gem install bundler -v 1.15.1
99
install:
1010
- bundle install
1111
rvm:
12-
- 2.1
13-
- 2.2
14-
- 2.3.0
1512
- 2.4.1
1613
notifications:
1714
email:
@@ -35,8 +32,5 @@ deploy:
3532
on:
3633
tags: true
3734
all_branches: true
38-
rvm: 2.1
39-
rvm: 2.2
40-
rvm: 2.3.0
4135
rvm: 2.4.1
4236
repo: sensu-plugins/sensu-plugins-postgres

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md).
55

66
## [Unreleased]
7+
### Breaking changes
8+
- Remove unsupported Rubies: 2.1, 2.2, 2.3
79

810
## [1.4.6] - 2018-05-03
911
### Fixed

sensu-plugins-postgres.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
2828
s.platform = Gem::Platform::RUBY
2929
s.post_install_message = 'You can use the embedded Ruby by setting EMBEDDED_RUBY=true in /etc/default/sensu'
3030
s.require_paths = ['lib']
31-
s.required_ruby_version = '>= 2.1.0'
31+
s.required_ruby_version = '>= 2.4.1'
3232

3333
s.summary = 'Sensu plugins for postgres'
3434
s.test_files = s.files.grep(%r{^(test|spec|features)/})

0 commit comments

Comments
 (0)