Skip to content

Commit

Permalink
Use ruby 3.1.0 in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejfuhrer committed Dec 31, 2023
1 parent cecc23f commit 5b18684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brew-cask-upgrade.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|

s.bindir = "bin"
s.executables = %w[brew-cask-upgrade]
s.required_ruby_version = "> 2.6.0"
s.required_ruby_version = "> 3.1.0"
s.metadata = {
"rubygems_mfa_required" => "true",
}
Expand Down

0 comments on commit 5b18684

Please sign in to comment.