Remove heroku-deflater from production

This commit is contained in:
Eric Schultz 2021-03-17 17:22:51 -05:00 committed by Eric Schultz
parent e2b868f6de
commit 5f9d356c9f
3 changed files with 7 additions and 33 deletions

10
Gemfile
View file

@ -82,9 +82,13 @@ group :ci, :test do
end end
group :production do group :production do
# Compression of assets on heroku # A user calls `GET /assets/some-css.css` you want the result to be compressed.
# https://github.com/romanbsd/heroku-deflater # Normally, you'd use your webserver or some sort of reverse proxy to do so.
gem 'heroku-deflater', '~> 0.6.3' #
# If your server can't choose to directly serve gzip compressed assets at runtime
# like heroku, uncomment the `heroku-deflater` line.
#
# gem 'heroku-deflater', '~> 0.6.3' # https://github.com/romanbsd/heroku-deflater
gem 'rack-timeout', '~> 0.5.1' gem 'rack-timeout', '~> 0.5.1'
end end

View file

@ -179,8 +179,6 @@ GEM
hamster (3.0.0) hamster (3.0.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
hashdiff (1.0.1) hashdiff (1.0.1)
heroku-deflater (0.6.3)
rack (>= 1.4.5)
http-accept (1.7.0) http-accept (1.7.0)
http-cookie (1.0.3) http-cookie (1.0.3)
domain_name (~> 0.5) domain_name (~> 0.5)
@ -435,7 +433,6 @@ DEPENDENCIES
font_assets (~> 0.1.14) font_assets (~> 0.1.14)
good_job good_job
hamster (~> 3.0) hamster (~> 3.0)
heroku-deflater (~> 0.6.3)
houdini_full_contact! houdini_full_contact!
httparty (~> 0.17.0) httparty (~> 0.17.0)
i18n-js (~> 3.8)! i18n-js (~> 3.8)!

View file

@ -3790,33 +3790,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------
** heroku-deflater; version 0.6.3 --
Copyright (c) 2012 Roman Shterenzon.
Copyright (c) 2012 Roman Shterenzon
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------ ------
** table_print; version 1.5.7 -- ** table_print; version 1.5.7 --