summaryrefslogtreecommitdiff
path: root/lib/rubygems/ext/build_error.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rubygems/ext/build_error.rb')
-rw-r--r--lib/rubygems/ext/build_error.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rubygems/ext/build_error.rb b/lib/rubygems/ext/build_error.rb
index 8ef57ed91a..0329c1eec3 100644
--- a/lib/rubygems/ext/build_error.rb
+++ b/lib/rubygems/ext/build_error.rb
@@ -1,8 +1,9 @@
# frozen_string_literal: true
+
##
# Raised when there is an error while building extensions.
-require_relative '../exceptions'
+require_relative "../exceptions"
class Gem::Ext::BuildError < Gem::InstallError
end