summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
diff options
context:
space:
mode:
authorJosef Šimánek <josef.simanek@gmail.com>2023-03-24 21:00:40 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-28 15:25:44 +0900
commit9cfd8330ca875a60c057f97eafb151682dcc581b (patch)
tree93168ce2222486d5a39ff1a5ff913df680c43beb /lib/bundler.rb
parent4d4743f7e35ea9d97cde10c9ca6fc35ac568bdb1 (diff)
[rubygems/rubygems] Onboard Rubocop Naming/MemoizedInstanceVariableName rule to Bundler.
https://github.com/rubygems/rubygems/commit/d768be0c65
Diffstat (limited to 'lib/bundler.rb')
-rw-r--r--lib/bundler.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index 71e16b1959..c46b835661 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -90,7 +90,7 @@ module Bundler
class << self
def configure
- @configured ||= configure_gem_home_and_path
+ @configure ||= configure_gem_home_and_path
end
def ui
@@ -582,7 +582,7 @@ EOF
@bin_path = nil
@bundler_major_version = nil
@bundle_path = nil
- @configured = nil
+ @configure = nil
@configured_bundle_path = nil
@definition = nil
@load = nil