ruby-changes:70613
From: David <ko1@a...>
Date: Mon, 27 Dec 2021 10:46:03 +0900 (JST)
Subject: [ruby-changes:70613] 810c1b88ca (master): [rubygems/rubygems] Remove unused include
https://git.ruby-lang.org/ruby.git/commit/?id=810c1b88ca From 810c1b88ca65703859debe9c415bfd5cbc8391ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...> Date: Fri, 24 Dec 2021 01:35:12 +0100 Subject: [rubygems/rubygems] Remove unused include https://github.com/rubygems/rubygems/commit/a581a1dd50 --- spec/bundler/lock/lockfile_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/bundler/lock/lockfile_spec.rb b/spec/bundler/lock/lockfile_spec.rb index b9ef6e885a1..8413988b5ac 100644 --- a/spec/bundler/lock/lockfile_spec.rb +++ b/spec/bundler/lock/lockfile_spec.rb @@ -1,8 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/spec/bundler/lock/lockfile_spec.rb#L1 # frozen_string_literal: true RSpec.describe "the lockfile format" do - include Bundler::GemHelpers - before do build_repo2 do # Capistrano did this (at least until version 2.5.10) -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/