Skip to content

Commit

Permalink
Bump/lookbook (#17097)
Browse files Browse the repository at this point in the history
* build(deps): bump lookbook from 2.3.3 to 2.3.4

Bumps [lookbook](https://github.com/ViewComponent/lookbook) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/ViewComponent/lookbook/releases)
- [Commits](lookbook-hq/lookbook@v2.3.3...v2.3.4)

---
updated-dependencies:
- dependency-name: lookbook
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump patch

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
oliverguenther and dependabot[bot] authored Oct 31, 2024
1 parent 55672ab commit 0a754e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.3"
gem "lookbook", "~> 2.3.4"

# Require factory_bot for usage with openproject plugins testing
gem "factory_bot", "~> 6.5.0", require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ GEM
bigdecimal
rexml
crass (1.0.6)
css_parser (1.19.0)
css_parser (1.19.1)
addressable
csv (3.3.0)
cuprite (0.15.1)
Expand Down Expand Up @@ -727,7 +727,7 @@ GEM
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lookbook (2.3.3)
lookbook (2.3.4)
activemodel
css_parser
htmlbeautifier (~> 1.3)
Expand Down Expand Up @@ -1273,7 +1273,7 @@ DEPENDENCIES
letter_opener_web
listen (~> 3.9.0)
lograge (~> 0.14.0)
lookbook (~> 2.3.3)
lookbook (~> 2.3.4)
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.3" do
OpenProject::Patches.patch_gem_version "lookbook", "2.3.4" do
Lookbook::TreeNode.prepend OpenProject::Patches::LookbookTreeNodeInflector
end
end

0 comments on commit 0a754e6

Please sign in to comment.