From 7e3a97fc7deeed9cc56f94a9766b61d5fb1292c5 Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Thu, 20 Jul 2017 20:06:14 +0000 Subject: [PATCH] Specify required Ruby version --- .travis.yml | 3 --- lita-tox.gemspec | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 77b8267..5d31368 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,6 @@ language: ruby rvm: - - 2.0 - - 2.1 - - 2.2 - 2.3 - 2.4 diff --git a/lita-tox.gemspec b/lita-tox.gemspec index c265de8..1fee5fc 100644 --- a/lita-tox.gemspec +++ b/lita-tox.gemspec @@ -12,6 +12,8 @@ Gem::Specification.new do |spec| spec.homepage = 'https://github.com/braiden-vasco/lita-tox' spec.license = 'GPL-3.0' + spec.required_ruby_version = '~> 2.3' + spec.metadata['lita_plugin_type'] = 'adapter' spec.files = `git ls-files -z`.split("\x0").reject do |f|