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

Commit

Permalink
Support Ruby >= 3.0, remove upper constraint (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 authored Dec 13, 2023
1 parent 6f68239 commit eb5b2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svgeez.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require_relative 'lib/svgeez/version'

Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.5', '< 4'
spec.required_ruby_version = '>= 3.0'

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

0 comments on commit eb5b2c5

Please sign in to comment.