aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2023-07-11 20:33:10 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-07-13 11:36:03 +0900
commit8f61a4c5b2f26df3a487c1a77b24488b437e793c (patch)
treef0d2bf4d9156db607e6ae32cc6878339c2af395a /spec
parenta74c7215278b254db4461f36d20dfd34136746ab (diff)
downloadruby-8f61a4c5b2f26df3a487c1a77b24488b437e793c.tar.gz
[rubygems/rubygems] Remove unused variable
https://github.com/rubygems/rubygems/commit/802457b0a1
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/install/git_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/bundler/install/git_spec.rb b/spec/bundler/install/git_spec.rb
index 10c4bd73d9..882f2a2d42 100644
--- a/spec/bundler/install/git_spec.rb
+++ b/spec/bundler/install/git_spec.rb
@@ -147,8 +147,6 @@ RSpec.describe "bundle install" do
#{Bundler::VERSION}
L
- original_lockfile = lockfile
-
# If GH#6743 is present, the first `bundle install` will change the
# lockfile, by flipping the order (`other` would be moved to the top).
#