Updated to Ruby 4.0.0

link:https://www.ruby-lang.org/en/news/2025/12/25/ruby-4-0-0-released[Details].

Milestone: minor
This commit is contained in:
Brooke Kuhlmann
2025-12-25 09:00:05 -07:00
parent 7bd87c77f2
commit 3f27ef9793
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
3.4.8
4.0.0
-1
View File
@@ -3,7 +3,6 @@
require "debug"
require "fileutils"
require "pathname"
APP_ROOT = Pathname(__dir__).join("..").expand_path
+1 -1
View File
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.signing_key = Gem.default_key_path
spec.cert_chain = [Gem.default_cert_path]
spec.required_ruby_version = ">= 3.4"
spec.required_ruby_version = ">= 4.0"
spec.add_dependency "cogger", "~> 1.4"
spec.add_dependency "containable", "~> 1.2"