Use Ruby >= 2.3.0

This commit is contained in:
Brandon Robins
2017-12-20 00:31:29 -06:00
parent fc78886d5b
commit cb52924494
3 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
language: ruby language: ruby
rvm: rvm:
- 2.2
- 2.3 - 2.3
- 2.4 - 2.4
script: script:

View File

@@ -1,4 +1,4 @@
# Calligraphy # Calligraphy [![Build Status](https://travis-ci.org/eanlain/calligraphy.svg?branch=master)](https://travis-ci.org/eanlain/calligraphy) [![Gem Version](https://badge.fury.io/rb/calligraphy.svg)](https://badge.fury.io/rb/calligraphy)
Calligraphy is a Web Distributed Authoring and Versioning (WebDAV) solution for Rails that: Calligraphy is a Web Distributed Authoring and Versioning (WebDAV) solution for Rails that:

View File

@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.homepage = 'http://www.github.com/eanlain/calligraphy' s.homepage = 'http://www.github.com/eanlain/calligraphy'
s.license = 'MIT' s.license = 'MIT'
s.required_ruby_version = ">= 2.2.2" s.required_ruby_version = ">= 2.3.0"
s.files = Dir['lib/**/*', 'LICENSE', 'README.md'] s.files = Dir['lib/**/*', 'LICENSE', 'README.md']
s.test_files = Dir['spec/**/*'] s.test_files = Dir['spec/**/*']