From 10449b3451d8d601d42944c019aedfc3e9f9917d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= <remy@rymai.me> Date: Wed, 2 Aug 2023 17:22:57 +0200 Subject: [PATCH] Fix ordering in Gemfile.lock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable <remy@rymai.me> --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2a1900005a6dc..934fb1b12a557 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,15 +13,15 @@ PATH json (~> 2.6.3) PATH - remote: gems/error_tracking_open_api + remote: gems/csv_builder specs: - error_tracking_open_api (1.0.0) - typhoeus (~> 1.0, >= 1.0.1) + csv_builder (0.1.0) PATH - remote: gems/csv_builder + remote: gems/error_tracking_open_api specs: - csv_builder (0.1.0) + error_tracking_open_api (1.0.0) + typhoeus (~> 1.0, >= 1.0.1) PATH remote: gems/gitlab-rspec -- GitLab