Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Narrow sprockets-rails version #546

Merged
merged 1 commit into from Jun 22, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions pageflow.gemspec
Expand Up @@ -89,6 +89,11 @@ Gem::Specification.new do |s|
# Scss compiler
s.add_dependency 'sass', '~> 3.4'

# Newer sprocket version allow sprockets 3 which causes
# precompilation errors due to the arity of the lambda added to
# `config.assets.precompile` in `pageflow/engine.rb`.
s.add_dependency 'sprockets-rails', '~> 2.0.1'

# Using translations from rails locales in javascript code.
s.add_dependency 'i18n-js', '~> 2.1'

Expand Down