diff options
author | Samuel Giddins <[email protected]> | 2025-05-18 11:37:35 -0400 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-06-06 10:22:18 +0900 |
commit | c0a1e877b3c0c5dd69bb634262bd4e73a07eb27e () | |
tree | dabebfbdd5389f04e180f4f4c4286f7a8800168a /lib/rubygems/basic_specification.rb | |
parent | 6a9af9f0b566f8a13f82a1ca402efa99a3464794 (diff) |
Move most of Bundler::GemHelpers to Gem::Platform
This will help centralize wheel platform selection logic eventually Signed-off-by: Samuel Giddins <[email protected]>
-rw-r--r-- | lib/rubygems/basic_specification.rb | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -256,6 +256,13 @@ class Gem::BasicSpecification raise NotImplementedError end def raw_require_paths # :nodoc: raise NotImplementedError end |