Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit c55624a

Browse files
committed
Expand supported Ruby versions to include 2.7
1 parent c6385b5 commit c55624a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ rvm:
44
- 2.4
55
- 2.5
66
- 2.6
7+
- 2.7
78
cache: bundler
89
before_script:
910
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter

link-header-parser.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
require 'link_header_parser/version'
55

66
Gem::Specification.new do |spec|
7-
spec.required_ruby_version = ['>= 2.4', '< 2.7']
7+
spec.required_ruby_version = ['>= 2.4', '< 2.8']
88

99
spec.name = 'link-header-parser'
1010
spec.version = LinkHeaderParser::VERSION

0 commit comments

Comments
 (0)