Skip to content

Commit

Permalink
Limit version of sprokets to less than four
Browse files Browse the repository at this point in the history
Later versions of sprokets which are included with rails require setting
up a manifest file for assets

See: rails/sprockets-rails#444
  • Loading branch information
gaganawhad committed Jul 2, 2020
1 parent b9a03a9 commit e6a4016
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wakes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ Gem::Specification.new do |spec|
spec.add_dependency 'google-api-client'
spec.add_dependency 'httparty', '~> 0.13'
spec.add_dependency 'rails', '>= 4.2.4'
spec.add_dependency 'sprockets', '<4'
spec.add_dependency 'redis'
spec.add_dependency 'redis-namespace'
spec.add_dependency 'sprockets', '<4'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'combustion'
Expand Down

0 comments on commit e6a4016

Please sign in to comment.