bump lookbook

This commit is contained in:
ulferts
2024-03-11 11:51:33 +01:00
parent f344dc70d5
commit f9b7eb2959
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -694,7 +694,7 @@ GEM
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lookbook (2.2.1)
lookbook (2.2.2)
activemodel
css_parser
htmlbeautifier (~> 1.3)
@@ -704,7 +704,7 @@ GEM
redcarpet (~> 3.5)
rouge (>= 3.26, < 5.0)
view_component (>= 2.0)
yard (~> 0.9.25)
yard (~> 0.9)
zeitwerk (~> 2.5)
mail (2.8.1)
mini_mime (>= 0.1.1)
@@ -41,7 +41,7 @@ module OpenProject
end
if Rails.env.development?
OpenProject::Patches.patch_gem_version 'lookbook', '2.2.1' do
OpenProject::Patches.patch_gem_version 'lookbook', '2.2.2' do
Lookbook::TreeNode.prepend OpenProject::Patches::LookbookTreeNodeInflector
end
end