diff options
author | David RodrÃguez <[email protected]> | 2019-08-22 17:36:29 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-09-05 18:48:15 +0900 |
commit | d9e6315177be2a1264213a1e7cb215312a23384a () | |
tree | f5ea71299d7a0be4bfd8c986d7491af1976529be /lib/rubygems/basic_specification.rb | |
parent | 0b9b0774c3dc0c4113335a57717bbc9d3d9595e8 (diff) |
[rubygems/rubygems] Bump rubocop to 0.74.0 and fix new offenses
https://.com/rubygems/rubygems/commit/d4fc383497
-rw-r--r-- | lib/rubygems/basic_specification.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -206,8 +206,8 @@ class Gem::BasicSpecification def internal_init # :nodoc: @extension_dir = nil - @full_gem_path = nil - @gem_dir = nil @ignored = nil end |