Update ruby required version
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user