From 2f842ca30ec4a355314cc02421f73f8441f9a721 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 6 May 2026 18:45:58 +0100 Subject: [PATCH] Switch taginfo to use ruby 3.4 --- .kitchen.yml | 2 +- roles/taginfo.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index 1a3cc71d6..bc7782bbf 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -431,7 +431,7 @@ suites: - recipe[taginfo::default] attributes: ruby: - version: 3.3 + version: 3.4 taginfo: sites: - name: taginfo.example.com diff --git a/roles/taginfo.rb b/roles/taginfo.rb index afdd72635..3aa178e90 100644 --- a/roles/taginfo.rb +++ b/roles/taginfo.rb @@ -29,7 +29,7 @@ default_attributes( :max_pool_size => 50 }, :ruby => { - :version => "3.3" + :version => "3.4" }, :taginfo => { :sites => [ -- 2.39.5