From 21ccedc63950cec43a929fc131f1d29b1530c1af Mon Sep 17 00:00:00 2001 From: f Date: Fri, 17 May 2024 17:00:09 -0300 Subject: [PATCH] fix: es necesario nice_partials para no tener que hacer yield --- Gemfile | 1 + Gemfile.lock | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 30794e83..500face1 100644 --- a/Gemfile +++ b/Gemfile @@ -86,6 +86,7 @@ gem 'after_commit_everywhere', '~> 1.0' gem 'aasm' gem 'que-web' gem 'nanoid' +gem 'nice_partials' # database gem 'hairtrigger' diff --git a/Gemfile.lock b/Gemfile.lock index db6b892d..a0d203d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -385,6 +385,8 @@ GEM net-protocol net-ssh (7.2.1) netaddr (2.0.6) + nice_partials (0.10.0) + actionview (>= 4.2.6) nio4r (2.7.0-x86_64-linux-musl) nokogiri (1.16.0-x86_64-linux-musl) mini_portile2 (~> 2.8.2) @@ -680,6 +682,7 @@ DEPENDENCIES mobility nanoid net-ssh + nice_partials nokogiri pg pg_search