diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-06-30 16:18:05 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-06-30 16:18:05 -0600 |
commit | eb70f051a6fb69542aa4436d808bf32271219da8 (patch) | |
tree | fcc354c27d01fde266e1a882783c4373cd272aa1 /Gemfile | |
parent | 44230e12bb2a7ea3d91a6a9a2bfd1543198f1b9b (diff) | |
download | gitlab-ce-eb70f051a6fb69542aa4436d808bf32271219da8.tar.gz |
Remove quiet_assets in favor of built-in sprockets-rails config.upgrade-sprockets-rails
quiet_assets has been seemingly abandoned, and now sprockets-rails has the feature built-in!
From this PR: https://github.com/rails/sprockets-rails/pull/355
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -251,7 +251,6 @@ group :development do gem 'brakeman', '~> 3.3.0', require: false gem 'letter_opener_web', '~> 1.3.0' - gem 'quiet_assets', '~> 1.0.2' gem 'rerun', '~> 0.11.0' gem 'bullet', require: false gem 'rblineprof', platform: :mri, require: false |