Method: Bundler::RemoteSpecification#fetch_platform
- Defined in:
- lib/bundler/remote_specification.rb
#fetch_platform ⇒ Object
Needed before installs, since the arch matters then and quick specs don’t bother to include the arch in the platform string
33 34 35 |
# File 'lib/bundler/remote_specification.rb', line 33 def fetch_platform @platform = _remote_specification.platform end |