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.lock | |
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.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 5e5554d4fc9..b1f2c8c142c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -499,8 +499,6 @@ GEM pry-rails (0.3.4) pry (>= 0.9.10) pyu-ruby-sasl (0.0.3.3) - quiet_assets (1.0.3) - railties (>= 3.1, < 5.0) rack (1.6.4) rack-accept (0.4.5) rack (>= 0.4) @@ -920,7 +918,6 @@ DEPENDENCIES poltergeist (~> 1.9.0) premailer-rails (~> 1.9.0) pry-rails - quiet_assets (~> 1.0.2) rack-attack (~> 4.3.1) rack-cors (~> 0.4.0) rack-oauth2 (~> 1.2.1) |