diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2023-07-11 20:33:10 +0200 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-07-13 11:36:03 +0900 |
| commit | 8f61a4c5b2f26df3a487c1a77b24488b437e793c (patch) | |
| tree | f0d2bf4d9156db607e6ae32cc6878339c2af395a | |
| parent | a74c7215278b254db4461f36d20dfd34136746ab (diff) | |
[rubygems/rubygems] Remove unused variable
https://github.com/rubygems/rubygems/commit/802457b0a1
| -rw-r--r-- | spec/bundler/install/git_spec.rb | 2 |
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). # |
