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:
parent
b30fc03e92
commit
29c443fedc
Notes:
git
2022-08-23 10:46:26 +09:00
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue