diff options
author | David RodrÃguez <[email protected]> | 2022-08-08 22:03:55 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-08-23 10:45:57 +0900 |
commit | 29c443fedc0d3692cb52241318abb0de619ae178 (patch) | |
tree | f8b4eef1157f790a828e96047be26fbd6182fd8c /lib/bundler/endpoint_specification.rb | |
parent | b30fc03e924235207edb009be2108226e4c8efc6 (diff) |
[rubygems/rubygems] Remove unnecessary mixin inclusion
It's already included by the parent.
https://github.com/rubygems/rubygems/commit/3ffe389c44
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6268
Diffstat (limited to 'lib/bundler/endpoint_specification.rb')
-rw-r--r-- | lib/bundler/endpoint_specification.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bundler/endpoint_specification.rb b/lib/bundler/endpoint_specification.rb index e9aa366b41..368534ba6d 100644 --- a/lib/bundler/endpoint_specification.rb +++ b/lib/bundler/endpoint_specification.rb @@ -3,8 +3,6 @@ module Bundler # used for Creating Specifications from the Gemcutter Endpoint class EndpointSpecification < Gem::Specification - include MatchPlatform - attr_reader :name, :version, :platform, :checksum attr_accessor :source, :remote, :dependencies |