summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2018-09-10 00:50:05 +0200
committerBenoit Daloze <eregontp@gmail.com>2018-09-10 00:50:05 +0200
commit6a7b2c1db81fec1ad3d2607b66b521b35d749a94 (patch)
tree1be173b825e29f7afaef8fbdc8f6864dbb7f645f
parentf81de9af0de9b77f1c2c2335a103f0638d0668b4 (diff)
downloadbundler-6a7b2c1db81fec1ad3d2607b66b521b35d749a94.tar.gz
Fix alignment of "end" as required by RuboCop
-rw-r--r--lib/bundler/ruby_version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/ruby_version.rb b/lib/bundler/ruby_version.rb
index ccaf6e3414..e6c31a94c9 100644
--- a/lib/bundler/ruby_version.rb
+++ b/lib/bundler/ruby_version.rb
@@ -119,7 +119,7 @@ module Bundler
JRUBY_VERSION.dup
else
RUBY_ENGINE_VERSION.dup
- end
+ end
patchlevel = RUBY_PATCHLEVEL.to_s
@ruby_version ||= RubyVersion.new(ruby_version, patchlevel, ruby_engine, ruby_engine_version)