lib/bundler/endpoint_specification.rb in bundler-2.4.8 vs lib/bundler/endpoint_specification.rb in bundler-2.4.9
- old
+ new
@@ -24,13 +24,9 @@
def fetch_platform
@platform
end
- def identifier
- @__identifier ||= [name, version, platform.to_s]
- end
-
# needed for standalone, load required_paths from local gemspec
# after the gem is installed
def require_paths
if @remote_specification
@remote_specification.require_paths