Specify required Ruby version
This commit is contained in:
parent
6a716e5dbb
commit
7e3a97fc7d
2 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
|||
language: ruby
|
||||
|
||||
rvm:
|
||||
- 2.0
|
||||
- 2.1
|
||||
- 2.2
|
||||
- 2.3
|
||||
- 2.4
|
||||
|
||||
|
|
|
@ -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|
|
||||
|
|
Reference in a new issue