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

Prepare to release rubygems-3.2.1 and bundler-2.2.1

This commit is contained in:
Hiroshi SHIBATA 2020-12-15 08:32:54 +09:00
parent 7898f4243f
commit 2fa9f3c032
Notes: git 2020-12-15 10:54:36 +09:00
27 changed files with 329 additions and 129 deletions

View file

@ -1,7 +1,5 @@
# frozen_string_literal: true
require_relative "remote_specification"
module Bundler
class StubSpecification < RemoteSpecification
def self.from_stub(stub)