From c1f1183bb0eea29ab59fd67964b0fbd2e8adf991 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Thu, 29 May 2025 13:39:15 +0200 Subject: [PATCH] Update actiontext lexical --- Gemfile | 2 +- Gemfile.lock | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 07bc1e4a6..8c1219952 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem "rqrcode" gem "redcarpet" gem "rouge" gem "jbuilder" -gem "actiontext-lexical", github: "basecamp/actiontext-lexical", branch: "main" +gem "actiontext-lexical", bc: "actiontext-lexical" gem "image_processing", "~> 1.14" gem "platform_agent" diff --git a/Gemfile.lock b/Gemfile.lock index ef74ca4fa..0ed3a138e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,6 @@ GIT - remote: https://github.com/basecamp/actiontext-lexical.git + remote: https://github.com/basecamp/actiontext-lexical revision: 777b2a4a933db9cb4cd515c4569dfcaf8cae45b5 - branch: main specs: actiontext-lexical (0.1.0) rails (>= 8.0.2)