Skip to content

Commit

Permalink
Declare a minimum ruby version of 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Empact committed May 21, 2024
1 parent d35e97b commit f233380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roxml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Gem::Specification.new do |s|
s.name = "roxml".freeze
s.version = "4.2.0"

spec.required_ruby_version = ">= 3.0.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Ben Woosley".freeze, "Zak Mandhro".freeze, "Anders Engstrom".freeze, "Russ Olsen".freeze]
Expand Down

1 comment on commit f233380

@pat
Copy link
Contributor

@pat pat commented on f233380 May 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A copy-paste issue here - spec should be s?

Please sign in to comment.