mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
[rubygems/rubygems] Add build warning when rake based extension is present, but rake is not specified as dependency.
75fe5475b6
This commit is contained in:
parent
f61ee674d8
commit
b7adb10e39
Notes:
git
2020-06-05 07:33:44 +09:00
3 changed files with 47 additions and 0 deletions
|
@ -2,5 +2,7 @@
|
|||
##
|
||||
# Raised when there is an error while building extensions.
|
||||
|
||||
require 'rubygems/exceptions'
|
||||
|
||||
class Gem::Ext::BuildError < Gem::InstallError
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue