From: Tom Hughes Date: Tue, 11 May 2021 19:32:37 +0000 (+0100) Subject: Add a rails 6.1 test instance X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/fc81ec158fee9fe244c45e47fceecd4093dd3e3d?hp=5ff055ef7992321380e376ce0cecc3891d3dcb72 Add a rails 6.1 test instance --- diff --git a/roles/dev.rb b/roles/dev.rb index 0b039bde3..4ac28760f 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -131,6 +131,10 @@ default_attributes( :oauth2 => { :repository => "https://github.com/tomhughes/openstreetmap-website.git", :revision => "doorkeeper" + }, + :rails61 => { + :repository => "https://github.com/tomhughes/openstreetmap-website.git", + :revision => "rails61" } } },