diff options
author | connorshea <connor.james.shea@gmail.com> | 2016-04-09 08:29:57 -0600 |
---|---|---|
committer | connorshea <connor.james.shea@gmail.com> | 2016-04-09 08:29:57 -0600 |
commit | 1647e3e8849991629f5ebf1a11f9ca06e8f741ea (patch) | |
tree | 22407e3bdf1aacdfef072853be2755212168e0fb /Gemfile | |
parent | cedcc1453cbbd4a8ba43cf932b8765d891f19e0c (diff) | |
download | gitlab-ce-1647e3e8849991629f5ebf1a11f9ca06e8f741ea.tar.gz |
Upgrade Sprockets from 3.3.5 to 3.6.0.
Sprockets 3.5.0 reintroduces GZIP-ing and 3.6.0 includes performance improvements. Changelog: https://github.com/rails/sprockets/blob/3.x/CHANGELOG.md
Resolves #14344.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ 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.3.5' +gem 'sprockets', '~> 3.6.0' # Default values for AR models gem "default_value_for", "~> 3.0.0" |