Skip to content

Commit

Permalink
Add --skip-listen for Rails 5-based builds to avoid problems with our…
Browse files Browse the repository at this point in the history
… massive number of engines
  • Loading branch information
cbeer authored and jcoyne committed Sep 30, 2016
1 parent c5b1364 commit d4a3ad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .engine_cart.yml
@@ -0,0 +1 @@
rails_options: "<%= '--skip-listen' if ENV.fetch('RAILS_VERSION', '') < '5.0' %>"
2 changes: 1 addition & 1 deletion sufia.gemspec
Expand Up @@ -45,7 +45,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'almond-rails', '~> 0.0.1'
spec.add_dependency 'qa', '~> 0.8' # questioning_authority

spec.add_development_dependency 'engine_cart', '~> 0.8'
spec.add_development_dependency 'engine_cart', '~> 1.0'
spec.add_development_dependency 'mida', '~> 0.3'
spec.add_development_dependency 'database_cleaner', '~> 1.3'
spec.add_development_dependency 'solr_wrapper', '~> 0.5'
Expand Down

0 comments on commit d4a3ad9

Please sign in to comment.