From: Tom Hughes Date: Thu, 13 May 2021 17:22:10 +0000 (+0100) Subject: Drop rails61 test instance X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/1078c7395e0ff08efb5f809f12a2ac5fb8d1710f?ds=inline Drop rails61 test instance --- diff --git a/roles/dev.rb b/roles/dev.rb index 4ac28760f..0b039bde3 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -131,10 +131,6 @@ default_attributes( :oauth2 => { :repository => "https://github.com/tomhughes/openstreetmap-website.git", :revision => "doorkeeper" - }, - :rails61 => { - :repository => "https://github.com/tomhughes/openstreetmap-website.git", - :revision => "rails61" } } },