From 4c313fe31d0262566789391cd1c09e9086b124c3 Mon Sep 17 00:00:00 2001 From: Luc Sarzyniec Date: Mon, 2 Jan 2023 18:08:17 +0100 Subject: [PATCH] Fix: regenerate Gemfile.lock to specify new "PLATFORM" field (required by Bundler >= 2.2 --- Gemfile | 2 +- Gemfile.lock | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index fa68fe36..60a4edfb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source "https://rubygems.org" -gem "nokogiri", ">= 1.12.5" +gem "nokogiri", ">= 1.13.10" diff --git a/Gemfile.lock b/Gemfile.lock index 54856a85..1384c895 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,15 @@ GEM remote: https://rubygems.org/ specs: - mini_portile2 (2.8.0) - nokogiri (1.13.10) - mini_portile2 (~> 2.8.0) + nokogiri (1.14.0.rc1-x86_64-linux) racc (~> 1.4) - racc (1.6.1) + racc (1.6.2) PLATFORMS - ruby + x86_64-linux DEPENDENCIES - nokogiri (>= 1.12.5) + nokogiri (>= 1.13.10) + +BUNDLED WITH + 2.4.1 -- 2.47.2