From 5687d01121f7e442a13b7b8caf2489811a3f4548 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sat, 15 Jul 2017 19:11:50 +0900 Subject: [RuboCop] Enable Layout/EmptyLineAfterMagicComment cop --- lib/bundler/runtime.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/bundler/runtime.rb') diff --git a/lib/bundler/runtime.rb b/lib/bundler/runtime.rb index c8f5b8496d..c94effd3a8 100644 --- a/lib/bundler/runtime.rb +++ b/lib/bundler/runtime.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true + require "digest/sha1" module Bundler -- cgit v1.2.1