From 3f27ef9793e851a1e29f95f566d03bc7cf9bc7e4 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Wed, 24 Dec 2025 08:42:48 -0700 Subject: [PATCH] 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 --- .ruby-version | 2 +- bin/setup | 1 - trmnl-api.gemspec | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 7921bd0..fcdb2e1 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.8 +4.0.0 diff --git a/bin/setup b/bin/setup index 988e359..158efba 100755 --- a/bin/setup +++ b/bin/setup @@ -3,7 +3,6 @@ require "debug" require "fileutils" -require "pathname" APP_ROOT = Pathname(__dir__).join("..").expand_path diff --git a/trmnl-api.gemspec b/trmnl-api.gemspec index 2c0c17b..937f229 100644 --- a/trmnl-api.gemspec +++ b/trmnl-api.gemspec @@ -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"