StandardRB

This commit is contained in:
2023-11-18 14:28:58 +11:00
parent 07b0b92da6
commit fae1fc092e
4 changed files with 3 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ module Adamantium
"syndication.mastodon",
"syndication.blue_sky",
"syndication.raindrop",
"renderers.markdown",
"renderers.markdown"
]
end
end

View File

@@ -44,4 +44,4 @@ if puma_cluster_mode
before_fork do
Hanami.shutdown
end
end
end