Skip to content

Commit

Permalink
Bump lookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Oct 24, 2024
1 parent bdf30c9 commit f661329
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ gem "appsignal", "~> 3.10.0", require: false

gem "view_component"
# Lookbook
gem "lookbook", "~> 2.3.0"
gem "lookbook", "~> 2.3.3"

# Require factory_bot for usage with openproject plugins testing
gem "factory_bot", "~> 6.5.0", require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ GEM
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lookbook (2.3.2)
lookbook (2.3.3)
activemodel
css_parser
htmlbeautifier (~> 1.3)
Expand Down Expand Up @@ -1272,7 +1272,7 @@ DEPENDENCIES
letter_opener_web
listen (~> 3.9.0)
lograge (~> 0.14.0)
lookbook (~> 2.3.0)
lookbook (~> 2.3.3)
mail (= 2.8.1)
markly (~> 0.10)
matrix (~> 0.4.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/open_project/patches/lookbook_tree_node_inflector.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def label
end

if Rails.env.development?
OpenProject::Patches.patch_gem_version "lookbook", "2.3.2" do
OpenProject::Patches.patch_gem_version "lookbook", "2.3.3" do
Lookbook::TreeNode.prepend OpenProject::Patches::LookbookTreeNodeInflector
end
end

0 comments on commit f661329

Please sign in to comment.