mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 20:06:22 +00:00
fix: es necesario nice_partials para no tener que hacer yield
This commit is contained in:
parent
87f95cf7e5
commit
21ccedc639
2 changed files with 4 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -86,6 +86,7 @@ gem 'after_commit_everywhere', '~> 1.0'
|
|||
gem 'aasm'
|
||||
gem 'que-web'
|
||||
gem 'nanoid'
|
||||
gem 'nice_partials'
|
||||
|
||||
# database
|
||||
gem 'hairtrigger'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue