diff --git a/spec/bundler/bundler/fetcher/compact_index_spec.rb b/spec/bundler/bundler/fetcher/compact_index_spec.rb index 842088a20aac69..00eb27edea5083 100644 --- a/spec/bundler/bundler/fetcher/compact_index_spec.rb +++ b/spec/bundler/bundler/fetcher/compact_index_spec.rb @@ -52,9 +52,7 @@ context "when OpenSSL is FIPS-enabled" do def remove_cached_md5_availability - require "objspace" return unless Bundler::SharedHelpers.instance_variable_defined?(:@md5_available) - puts ObjectSpace.dump(Bundler::SharedHelpers) Bundler::SharedHelpers.remove_instance_variable(:@md5_available) end