diff options
author | David RodrÃguez <[email protected]> | 2025-03-05 08:26:36 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-06-23 11:06:59 +0900 |
commit | 746e0d3ef48a1313c67d93cd95c10b0bc9f01d3a () | |
tree | e27e4914f85456744c758d792d01f3c6eb0bc331 /lib | |
parent | 7c326ee72ec0623ff6b96c08d08bdf13682fade3 (diff) |
[rubygems/rubygems] Deprecate unused `Bundler#SpecSet` methods
https://.com/rubygems/rubygems/commit/380c95ce05
-rw-r--r-- | lib/bundler/spec_set.rb | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -179,6 +179,8 @@ module Bundler end def -(other) SpecSet.new(to_a - other.to_a) end @@ -210,6 +212,8 @@ module Bundler end def <<(spec) @specs << spec end |