mirror of
https://github.com/usetrmnl/trmnl-api.git
synced 2026-04-29 13:35:13 -07:00
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:
+1
-1
@@ -1 +1 @@
|
||||
3.4.8
|
||||
4.0.0
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
require "debug"
|
||||
require "fileutils"
|
||||
require "pathname"
|
||||
|
||||
APP_ROOT = Pathname(__dir__).join("..").expand_path
|
||||
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user