1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Remove unnecessary mixin inclusion

It's already included by the parent.

3ffe389c44
This commit is contained in:
David Rodríguez 2022-08-08 22:03:55 +02:00 committed by Hiroshi SHIBATA
parent b30fc03e92
commit 29c443fedc
Notes: git 2022-08-23 10:46:26 +09:00

View file

@ -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