downgrades sprockets to 3.6.3 to avoid warnings

This commit is contained in:
kikito
2016-08-30 18:26:51 +02:00
parent c84108ae60
commit fb31a4782f
2 changed files with 5 additions and 1 deletions

View File

@@ -19,6 +19,9 @@ gem 'jquery-ui-rails'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
# Fix sprockets on the
gem 'sprockets', '~> 3.6.3'
gem 'devise', '~> 3.5.7'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'