Skip to content

Commit

Permalink
Pin view_component to < 3.21.0
Browse files Browse the repository at this point in the history
3.21.0 introduced a bug with testing view components.
  • Loading branch information
tvdeyen committed Dec 20, 2024
1 parent 9234436 commit e0da385
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 e0da385

Please sign in to comment.