From 8ec2e94617faff9f8cbee1b673b32b7a0e2f5273 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Tue, 30 May 2023 10:11:31 +0200 Subject: [PATCH] fix: rebuild lockfile with current version --- Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8376178..fdd258d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,26 +1,26 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.1) + addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) - faraday (2.6.0) + faraday (2.7.5) faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.1) - octokit (6.0.0) + faraday-net_http (3.0.2) + octokit (6.1.1) faraday (>= 1, < 3) sawyer (~> 0.9) - public_suffix (5.0.0) + public_suffix (5.0.1) ruby2_keywords (0.0.5) sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) PLATFORMS - ruby + x86_64-linux DEPENDENCIES octokit (~> 6.0) BUNDLED WITH - 1.17.2 + 2.4.10