diff options
author | ubudzisz <ubudzisz@gmail.com> | 2016-09-20 22:27:18 +0200 |
---|---|---|
committer | ubudzisz <ubudzisz@gmail.com> | 2016-09-26 09:39:36 +0200 |
commit | 3c46dbc98a024341226d67f8cc4b3600fcd3c14a (patch) | |
tree | 35008e6a4a0f9adcab1a92ddbb6147d1b4de21bf /Gemfile | |
parent | 1aca3670b0e749ea3a64849a3033c83f0c23ba31 (diff) | |
download | gitlab-ce-3c46dbc98a024341226d67f8cc4b3600fcd3c14a.tar.gz |
update sprockets version
update sprockets version
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -6,9 +6,7 @@ gem 'rails-deprecated_sanitizer', '~> 1.0.3' # Responders respond_to and respond_with gem 'responders', '~> 2.0' -# Specify a sprockets version due to increased performance -# See https://gitlab.com/gitlab-org/gitlab-ce/issues/6069 -gem 'sprockets', '~> 3.6.0' +gem 'sprockets', '~> 3.7.0' gem 'sprockets-es6' # Default values for AR models |