summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kellum <dek-oss@gravitext.com>2016-09-02 14:30:21 -0700
committerDavid Kellum <dek-oss@gravitext.com>2016-09-02 14:30:21 -0700
commit34404bb32945429ffedd484f8f3447529b3b33f4 (patch)
tree46c7b413f4c2dd41e3050320e5dcce4101bd60bf
parent9748a78494e3c507be3f818d325421b632118af4 (diff)
downloadbundler-34404bb32945429ffedd484f8f3447529b3b33f4.tar.gz
But I only put that there to amuse you, Rubocop
-rw-r--r--lib/bundler/rubygems_ext.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/rubygems_ext.rb b/lib/bundler/rubygems_ext.rb
index 4593db87c3..53a153e560 100644
--- a/lib/bundler/rubygems_ext.rb
+++ b/lib/bundler/rubygems_ext.rb
@@ -13,7 +13,7 @@ begin
# Possible use in Gem::Specification#source below and require
# shouldn't be deferred.
require "rubygems/source"
-rescue LoadError => e
+rescue LoadError
# Not available before Rubygems 2.0.0, ignore
nil
end