Skip to content

Commit

Permalink
Merge pull request #6048 from solidusio/lock-view_component
Browse files Browse the repository at this point in the history
Pin view_component to < 3.21.0
  • Loading branch information
tvdeyen authored Jan 3, 2025
2 parents 9234436 + e0da385 commit 9aa24a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/solidus_admin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Gem::Specification.new do |s|
s.add_dependency 'solidus_core', '> 4.2'
s.add_dependency 'stimulus-rails', '~> 1.2'
s.add_dependency 'turbo-rails', '~> 2.0'
s.add_dependency 'view_component', '~> 3.9'
s.add_dependency 'view_component', ['~> 3.9', '< 3.21.0']
end

0 comments on commit 9aa24a5

Please sign in to comment.