From ccc8ebdb23f577e802e4b417598db9692c818e20 Mon Sep 17 00:00:00 2001 From: Ninjananas Date: Sun, 12 Apr 2026 17:56:07 +0200 Subject: [PATCH] Add missing gems to Gemfile --- Gemfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 35388bd..7c0d326 100644 --- a/Gemfile +++ b/Gemfile @@ -6,3 +6,7 @@ gem "rake" gem "squib", :git => "/home/ninjananas/projets/squib", :branch => "image_anchors" + +gem "erb", "~> 6.0" + +gem "abbrev", "~> 0.1.2"