From: Grant Slater Date: Tue, 1 Oct 2019 12:48:58 +0000 (+0100) Subject: Fix linting X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/5d9d144cf4e7aaf93fc32493cac25256767990e9 Fix linting --- diff --git a/cookbooks/foundation/recipes/owg.rb b/cookbooks/foundation/recipes/owg.rb index ec441deda..bc239ba1e 100644 --- a/cookbooks/foundation/recipes/owg.rb +++ b/cookbooks/foundation/recipes/owg.rb @@ -26,7 +26,7 @@ package %w[ zlib1g-dev ] -gem_package 'bundler' do +gem_package "bundler" do version "1.17.3" end diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 4f45bf4bb..5381aa350 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -288,7 +288,7 @@ package %w[ ] gem_package "jekyll" -gem_package 'bundler' do +gem_package "bundler" do version "1.17.3" end