Skip to content

Commit

Permalink
bump lookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Sep 26, 2023
1 parent 2b4266b commit 704e992
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 @@ -208,7 +208,7 @@ gem "appsignal", "~> 3.0", require: false

gem 'view_component'
# Lookbook
gem 'lookbook', '~> 2.0.5'
gem 'lookbook', '~> 2.1.0'

# Require factory_bot for usage with openproject plugins testing
gem 'factory_bot', '~> 6.2.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 @@ -606,7 +606,7 @@ GEM
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lookbook (2.0.5)
lookbook (2.1.1)
activemodel
css_parser
htmlbeautifier (~> 1.3)
Expand Down Expand Up @@ -1083,7 +1083,7 @@ DEPENDENCIES
letter_opener
listen (~> 3.8.0)
lograge (~> 0.13.0)
lookbook (~> 2.0.5)
lookbook (~> 2.1.0)
mail (= 2.8.1)
matrix (~> 0.4.2)
md_to_pdf!
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.0.5' do
OpenProject::Patches.patch_gem_version 'lookbook', '2.1.1' do
Lookbook::TreeNode.prepend OpenProject::Patches::LookbookTreeNodeInflector
end
end

0 comments on commit 704e992

Please sign in to comment.