summaryrefslogtreecommitdiff
path: root/lib/bundler/endpoint_specification.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2022-08-08 22:03:55 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-08-23 10:45:57 +0900
commit29c443fedc0d3692cb52241318abb0de619ae178 (patch)
treef8b4eef1157f790a828e96047be26fbd6182fd8c /lib/bundler/endpoint_specification.rb
parentb30fc03e924235207edb009be2108226e4c8efc6 (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.rb2
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