Add Propshaft for tests

Otherwise Crono doesn't have an asset pipeline, so the engine initializer
raises an error.
This commit is contained in:
Janko Marohnić
2024-08-19 14:49:25 +02:00
parent 6bf1ec9cfd
commit 9a8e8049f9
2 changed files with 177 additions and 140 deletions

View File

@@ -29,4 +29,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'haml'
s.add_development_dependency 'rack-test'
s.add_development_dependency 'daemons'
s.add_development_dependency 'propshaft'
end