diff --git a/hyrax.gemspec b/hyrax.gemspec index 8f057e4e70..4018b2def0 100644 --- a/hyrax.gemspec +++ b/hyrax.gemspec @@ -85,7 +85,7 @@ SUMMARY spec.add_dependency 'tinymce-rails', '~> 5.10' spec.add_dependency 'valkyrie', '~> 3.1.1' spec.add_dependency 'view_component', '~> 2.74.1' # Pin until blacklight is updated with workaround for https://github.com/ViewComponent/view_component/issues/1565 - spec.add_dependency 'sprockets', '~> 3.7' + spec.add_dependency 'sprockets', '3.7.2' # 3.7.3 fails feature specs spec.add_dependency 'sass-rails', '~> 6.0' spec.add_dependency 'select2-rails', '~> 3.5'