From 6b0638c516d67973e82cc7c54428ee2e1f8cd753 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Tue, 27 Aug 2024 17:39:34 +0200 Subject: [PATCH] tmp: Use fork of awesome_nested_set with Rails 7.2 support Remove me after new release of awesome_nested_set --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index fb5c081650..2b7ba81e12 100644 --- a/Gemfile +++ b/Gemfile @@ -17,6 +17,8 @@ gem "pg", "~> 1.0" if ENV["DB"] == "postgresql" gem "alchemy_i18n", git: "https://github.com/AlchemyCMS/alchemy_i18n.git", branch: "main" +gem "awesome_nested_set", github: "AhmedAliIbrahim/awesome_nested_set", branch: "master" + group :development, :test do gem "execjs", "~> 2.9.1" gem "rubocop", require: false