Skip to content

Commit 553038e

Browse files
author
Sreejita Biswas
committed
4.0 version
1 parent d566d12 commit 553038e

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ cache:
44
install:
55
- bundle install
66
rvm:
7-
- 2.0
8-
- 2.1
9-
- 2.2
107
- 2.3.0
118
- 2.4.1
129
notifications:
@@ -29,9 +26,6 @@ deploy:
2926
on:
3027
tags: true
3128
all_branches: true
32-
rvm: 2.0
33-
rvm: 2.1
34-
rvm: 2.2
3529
rvm: 2.3.0
3630
rvm: 2.4.1
3731
repo: sreejita-biswas/sensu-plugins-ssl

sensu-plugins-ssl.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ Gem::Specification.new do |s|
2525
s.platform = Gem::Platform::RUBY
2626
s.post_install_message = 'You can use the embedded Ruby by setting EMBEDDED_RUBY=true in /etc/default/sensu'
2727
s.require_paths = ['lib']
28-
s.required_ruby_version = '>= 2.0.0'
28+
s.required_ruby_version = '>= 2.1.0'
2929

3030
s.summary = 'Sensu plugins for SSL'
3131
s.test_files = s.files.grep(%r{^(test|spec|features)/})
3232
s.version = SensuPluginsSSL::Version::VER_STRING
3333

34-
s.add_runtime_dependency 'sensu-plugin', '~> 1.2'
34+
s.add_runtime_dependency 'sensu-plugin', '~> 4.0'
3535

3636
s.add_development_dependency 'bundler', '~> 1.7'
3737
s.add_development_dependency 'codeclimate-test-reporter', '~> 0.4'

0 commit comments

Comments
 (0)