summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-07-16 08:41:57 +0000
committerThe Bundler Bot <bot@bundler.io>2017-07-16 08:41:57 +0000
commit51a231ff204280547f04041afb36ea37b1bba490 (patch)
tree47cb3713d96790364d244070fe61a5a4830d4c52 /lib/bundler.rb
parentcdddaff6bb2951f195a78dc12910a307fbc26fe9 (diff)
parent5687d01121f7e442a13b7b8caf2489811a3f4548 (diff)
downloadbundler-51a231ff204280547f04041afb36ea37b1bba490.tar.gz
Auto merge of #5864 - koic:enable_layout_empty_line_after_magic_comment_cop, r=segiddins
[RuboCop] Enable Layout/EmptyLineAfterMagicComment cop This PR makes cosmetic changes. Layout/EmptyLineAfterMagicComment cop is enabled by default in RuboCop as well. https://github.com/bbatsov/rubocop/blob/v0.49.1/config/enabled.yml#L203-L206 This PR executed the following command to the source codes. ```console % rubocop -a --only Layout/EmptyLineAfterMagicComment ```
Diffstat (limited to 'lib/bundler.rb')
-rw-r--r--lib/bundler.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index f38fa0bf5a..5d57342d59 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+
require "bundler/vendored_fileutils"
require "pathname"
require "rbconfig"