Skip to content

Commit

Permalink
Bump required Ruby version to 3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Terrasa <[email protected]>
  • Loading branch information
Morriar committed May 2, 2024
1 parent 3a256f2 commit b32a4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spoom.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Gem::Specification.new do |spec|
spec.add_dependency("sorbet-static-and-runtime", ">= 0.5.10187")
spec.add_dependency("thor", ">= 0.19.2")

spec.required_ruby_version = ">= 3.0.0"
spec.required_ruby_version = ">= 3.1"
end

0 comments on commit b32a4b7

Please sign in to comment.