From 09ce2ae7f1e967b06cf94f1bd55955b8605c3feb Mon Sep 17 00:00:00 2001 From: Antonio Roberto Silva Date: Wed, 26 Jun 2024 21:19:59 -0300 Subject: [PATCH] miss bundle install after gem bump --- Gemfile.lock | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8ba1195..1433a1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - blnk (0.1.0) + blnk (0.1.1) http (~> 5.2.0) GEM @@ -23,6 +23,7 @@ GEM domain_name (0.6.20240107) e2mmap (0.1.0) ffi (1.17.0-arm64-darwin) + ffi (1.17.0-x86_64-linux-gnu) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -54,6 +55,8 @@ GEM ruby-progressbar nokogiri (1.16.6-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.6-x86_64-linux) + racc (~> 1.4) parallel (1.25.1) parser (3.3.3.0) ast (~> 2.4.1)