]> git.openstreetmap.org Git - chef.git/commitdiff
Use ruby 3.3 for taginfo
authorTom Hughes <tom@compton.nu>
Sat, 22 Feb 2025 14:59:15 +0000 (14:59 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 22 Feb 2025 15:22:36 +0000 (15:22 +0000)
.kitchen.yml
roles/taginfo.rb

index 88cfc7459f11ce9962864dc4aa0ead5574ed77ca..314ee3caa8e2d1b3dcaa7e0ca285dedbfe86ad13 100644 (file)
@@ -402,6 +402,8 @@ suites:
     run_list:
       - recipe[taginfo::default]
     attributes:
+      ruby:
+        version: 3.3
       taginfo:
         sites:
           - name: taginfo.example.com
index 40bffdce2f48f91b0e45504523325a9e9712a081..9b8227957e1a29308235ecd2af482396dd735f47 100644 (file)
@@ -26,6 +26,9 @@ default_attributes(
   :passenger => {
     :max_pool_size => 50
   },
+  :ruby => {
+    :version => "3.3"
+  },
   :taginfo => {
     :sites => [
       {