Update ruby required version

This commit is contained in:
Brandon Robins
2019-09-06 23:44:07 -05:00
parent 5e7fde423d
commit d3c6c35b8a
2 changed files with 3 additions and 4 deletions

View File

@@ -1,9 +1,8 @@
language: ruby
cache: bundler
rvm:
- 2.3
- 2.4
- 2.5
- 2.6
script:
- bundle exec rake spec
- bundle exec rake litmus:run

View File

@@ -8,13 +8,13 @@ require 'calligraphy/version'
Gem::Specification.new do |s|
s.name = 'calligraphy'
s.version = Calligraphy::VERSION
s.summary = 'WebDAV framework and extension for Rails 5'
s.summary = 'WebDAV framework and extension for Rails'
s.author = 'Brandon Robins'
s.email = 'brandon@onebnottwo.com'
s.homepage = 'http://www.github.com/eanlain/calligraphy'
s.license = 'MIT'
s.required_ruby_version = '>= 2.3.0'
s.required_ruby_version = '>= 2.5.0'
s.files = Dir['lib/**/*', 'LICENSE', 'README.md']