From 114bd4a3afd0417d860e9cdb54d58cb549f1ece8 Mon Sep 17 00:00:00 2001 From: Alexander Kuznetsov Date: Thu, 13 Nov 2025 16:19:03 +0200 Subject: [PATCH] Expand Ruby version support to include 3.5 --- CHANGELOG.md | 3 ++- lcms-engine.gemspec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a228882..b3e1b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Bump Rails to 7.2.2.1 +- Ruby 3.5 set as a top-level border for dependency +- Bump Rails to 7.2.2.1ยง - Bump ruby to 3.3.9 - Bump ruby to 3.3.8 - Bump ruby to 3.2.9 diff --git a/lcms-engine.gemspec b/lcms-engine.gemspec index 19fa3c2..203c34c 100644 --- a/lcms-engine.gemspec +++ b/lcms-engine.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |s| s.files = Dir['{app,bin,config,db,docs,lib,public,sig,templates, vendor}/**/*', 'LICENSE', 'README.md', 'lcms-engine.gemspec', 'Gemfile', 'Gemfile.lock'] - s.required_ruby_version = '~> 3.2', '< 3.4' + s.required_ruby_version = '~> 3.2', '< 3.5' s.add_dependency 'activejob-retry', '~> 0.6.3' s.add_dependency 'active_model_serializers', '~> 0.10.10'