File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 4
4
install :
5
5
- bundle install
6
6
rvm :
7
- - 2.0
8
- - 2.1
9
- - 2.2
10
7
- 2.3.0
11
8
- 2.4.1
12
9
notifications :
@@ -29,9 +26,6 @@ deploy:
29
26
on :
30
27
tags : true
31
28
all_branches : true
32
- rvm : 2.0
33
- rvm : 2.1
34
- rvm : 2.2
35
29
rvm : 2.3.0
36
30
rvm : 2.4.1
37
31
repo : sreejita-biswas/sensu-plugins-ssl
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ Gem::Specification.new do |s|
25
25
s . platform = Gem ::Platform ::RUBY
26
26
s . post_install_message = 'You can use the embedded Ruby by setting EMBEDDED_RUBY=true in /etc/default/sensu'
27
27
s . require_paths = [ 'lib' ]
28
- s . required_ruby_version = '>= 2.0 .0'
28
+ s . required_ruby_version = '>= 2.1 .0'
29
29
30
30
s . summary = 'Sensu plugins for SSL'
31
31
s . test_files = s . files . grep ( %r{^(test|spec|features)/} )
32
32
s . version = SensuPluginsSSL ::Version ::VER_STRING
33
33
34
- s . add_runtime_dependency 'sensu-plugin' , '~> 1.2 '
34
+ s . add_runtime_dependency 'sensu-plugin' , '~> 4.0 '
35
35
36
36
s . add_development_dependency 'bundler' , '~> 1.7'
37
37
s . add_development_dependency 'codeclimate-test-reporter' , '~> 0.4'
You can’t perform that action at this time.
0 commit comments