From 810c1b88ca65703859debe9c415bfd5cbc8391ad Mon Sep 17 00:00:00 2001 From: David Rodríguez 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(-) (limited to 'spec/bundler') diff --git a/spec/bundler/lock/lockfile_spec.rb b/spec/bundler/lock/lockfile_spec.rb index b9ef6e885a..8413988b5a 100644 --- a/spec/bundler/lock/lockfile_spec.rb +++ b/spec/bundler/lock/lockfile_spec.rb @@ -1,8 +1,6 @@ # 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.3