From 5d9d144cf4e7aaf93fc32493cac25256767990e9 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 1 Oct 2019 13:48:58 +0100 Subject: [PATCH 1/1] Fix linting --- cookbooks/foundation/recipes/owg.rb | 2 +- cookbooks/stateofthemap/recipes/default.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.1