lib/bundler/endpoint_specification.rb in bundler-2.3.23 vs lib/bundler/endpoint_specification.rb in bundler-2.3.24

- old
+ new

@@ -24,9 +24,13 @@ 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