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

Commit

Permalink
Add ruby v3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
motoroller authored and jgarber623 committed Jul 12, 2021
1 parent 3ec6ea3 commit af4772d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -44,3 +44,4 @@ workflows:
- "2.5-node"
- "2.6-node"
- "2.7-node"
- "3.0-node"
2 changes: 1 addition & 1 deletion lib/svgeez/version.rb
@@ -1,3 +1,3 @@
module Svgeez
VERSION = '3.2.0'.freeze
VERSION = '3.2.1'.freeze
end
2 changes: 1 addition & 1 deletion svgeez.gemspec
@@ -1,7 +1,7 @@
require_relative 'lib/svgeez/version'

Gem::Specification.new do |spec|
spec.required_ruby_version = Gem::Requirement.new('>= 2.5', '< 2.8')
spec.required_ruby_version = Gem::Requirement.new('>= 2.5', '< 3.1')

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

0 comments on commit af4772d

Please sign in to comment.