File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 5
5
- bundler
6
6
before_install :
7
7
- 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
9
9
install :
10
10
- bundle install
11
11
rvm :
12
- - 2.1
13
- - 2.2
14
- - 2.3.0
15
12
- 2.4.1
16
13
notifications :
17
14
email :
@@ -35,8 +32,5 @@ deploy:
35
32
on :
36
33
tags : true
37
34
all_branches : true
38
- rvm : 2.1
39
- rvm : 2.2
40
- rvm : 2.3.0
41
35
rvm : 2.4.1
42
36
repo : sensu-plugins/sensu-plugins-postgres
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format listed [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md ) .
5
5
6
6
## [ Unreleased]
7
+ ### Breaking changes
8
+ - Remove unsupported Rubies: 2.1, 2.2, 2.3
7
9
8
10
## [ 1.4.6] - 2018-05-03
9
11
### Fixed
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
28
28
s . platform = Gem ::Platform ::RUBY
29
29
s . post_install_message = 'You can use the embedded Ruby by setting EMBEDDED_RUBY=true in /etc/default/sensu'
30
30
s . require_paths = [ 'lib' ]
31
- s . required_ruby_version = '>= 2.1.0 '
31
+ s . required_ruby_version = '>= 2.4.1 '
32
32
33
33
s . summary = 'Sensu plugins for postgres'
34
34
s . test_files = s . files . grep ( %r{^(test|spec|features)/} )
You can’t perform that action at this time.
0 commit comments