Skip to content

Commit

Permalink
drop support for Ruby 2.0; add Ruby 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sstarcher committed Sep 26, 2016
1 parent c69f952 commit e14928c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensu-plugins-mailgun.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.post_install_message = 'You can use the embedded Ruby by setting EMBEDDED_RUBY=true in /etc/default/sensu'
s.require_paths = ['lib']
s.required_ruby_version = '>= 1.9.3'
s.required_ruby_version = '>= 2.1.0'
s.summary = 'Sensu plugins for mailer'
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.version = SensuPluginsMailgun::Version::VER_STRING
Expand Down

0 comments on commit e14928c

Please sign in to comment.