Skip to content

Commit

Permalink
Require Ruby 3.1.0 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouball committed May 29, 2024
1 parent 4b5fc63 commit 81ea3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command_line_boss.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
DESCRIPTION
spec.homepage = "TODO: Put your gem's website or public repo URL here."
spec.license = "MIT"
spec.required_ruby_version = ">= 3.0.0"
spec.required_ruby_version = ">= 3.1.0"

spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"

Expand Down

0 comments on commit 81ea3e2

Please sign in to comment.