From 45a00680babf43ca20ffa5a573a5a1f58e61c07d Mon Sep 17 00:00:00 2001 From: Jake Coffman Date: Mon, 24 Jul 2023 14:20:03 -0500 Subject: [PATCH] fix lockfile versions for test --- .../projects/bundler1/top_level_update/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundler/spec/fixtures/projects/bundler1/top_level_update/Gemfile.lock b/bundler/spec/fixtures/projects/bundler1/top_level_update/Gemfile.lock index 99eeff5e815..dda2e5040f3 100644 --- a/bundler/spec/fixtures/projects/bundler1/top_level_update/Gemfile.lock +++ b/bundler/spec/fixtures/projects/bundler1/top_level_update/Gemfile.lock @@ -34,10 +34,10 @@ GEM nokogiri (1.15.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) - octicons (19.4.0) - octicons_helper (19.4.0) + octicons (19.2.0) + octicons_helper (19.2.0) actionview - octicons (= 19.4.0) + octicons (= 19.2.0) railties racc (1.7.1) rack (2.2.7)