Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Expand supported Ruby versions to include 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Jan 20, 2020
1 parent 61fda37 commit bcc23b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ rvm:
- 2.4
- 2.5
- 2.6
- 2.7
cache: bundler
before_install:
- nvm install node
Expand Down
2 changes: 1 addition & 1 deletion svgeez.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'svgeez/version'

Gem::Specification.new do |spec|
spec.required_ruby_version = ['>= 2.4', '< 2.7']
spec.required_ruby_version = ['>= 2.4', '< 2.8']

spec.name = 'svgeez'
spec.version = Svgeez::VERSION
Expand Down

0 comments on commit bcc23b5

Please sign in to comment.