summaryrefslogtreecommitdiff
path: root/lib/rubygems/ext/builder.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-22 17:36:29 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-05 18:48:15 +0900
commitd9e6315177be2a1264213a1e7cb215312a23384a (patch)
treef5ea71299d7a0be4bfd8c986d7491af1976529be /lib/rubygems/ext/builder.rb
parent0b9b0774c3dc0c4113335a57717bbc9d3d9595e8 (diff)
[rubygems/rubygems] Bump rubocop to 0.74.0 and fix new offenses
https://github.com/rubygems/rubygems/commit/d4fc383497
Diffstat (limited to 'lib/rubygems/ext/builder.rb')
-rw-r--r--lib/rubygems/ext/builder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/ext/builder.rb b/lib/rubygems/ext/builder.rb
index 3fd0a8704e..d91ecd25de 100644
--- a/lib/rubygems/ext/builder.rb
+++ b/lib/rubygems/ext/builder.rb
@@ -108,7 +108,7 @@ class Gem::Ext::Builder
@build_args = build_args
@gem_dir = spec.full_gem_path
- @ran_rake = false
+ @ran_rake = false
end
##