From 50e6363ea4da73c4ed3080e9c322f3bcd89560dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Mon, 16 Sep 2024 17:55:07 +0200 Subject: [rubygems/rubygems] Remove accessor that's been unused for years https://github.com/rubygems/rubygems/commit/ffd2fbaf6c --- lib/bundler/rubygems_ext.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/bundler/rubygems_ext.rb b/lib/bundler/rubygems_ext.rb index 54c016adcc..f07debeef4 100644 --- a/lib/bundler/rubygems_ext.rb +++ b/lib/bundler/rubygems_ext.rb @@ -79,7 +79,7 @@ module Gem include ::Bundler::MatchMetadata include ::Bundler::MatchPlatform - attr_accessor :remote, :location, :relative_loaded_from + attr_accessor :remote, :relative_loaded_from remove_method :source attr_writer :source -- cgit v1.2.3