From: Tom Hughes Date: Sun, 11 Jun 2017 18:29:28 +0000 (+0100) Subject: Add a rails50 test site X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e618e1870ab847f230cbf2e4c9a04e7dc54aa2e3 Add a rails50 test site --- diff --git a/roles/dev.rb b/roles/dev.rb index 6f49fae6d..e7e846580 100644 --- a/roles/dev.rb +++ b/roles/dev.rb @@ -124,6 +124,10 @@ default_attributes( :locale => { :repository => "git://github.com/tomhughes/openstreetmap-website.git", :revision => "locale" + }, + :rails50 => { + :repository => "git://github.com/tomhughes/openstreetmap-website.git", + :revision => "rails50" } } },