From: Tom Hughes Date: Sat, 22 Feb 2025 14:59:15 +0000 (+0000) Subject: Use ruby 3.3 for taginfo X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/b0dfd288cf11983e0bfe93eae003fc54637cf08a?ds=inline;hp=--cc Use ruby 3.3 for taginfo --- b0dfd288cf11983e0bfe93eae003fc54637cf08a diff --git a/.kitchen.yml b/.kitchen.yml index 88cfc7459..314ee3caa 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -402,6 +402,8 @@ suites: run_list: - recipe[taginfo::default] attributes: + ruby: + version: 3.3 taginfo: sites: - name: taginfo.example.com diff --git a/roles/taginfo.rb b/roles/taginfo.rb index 40bffdce2..9b8227957 100644 --- a/roles/taginfo.rb +++ b/roles/taginfo.rb @@ -26,6 +26,9 @@ default_attributes( :passenger => { :max_pool_size => 50 }, + :ruby => { + :version => "3.3" + }, :taginfo => { :sites => [ {