Add fast_blank gem
This commit is contained in:
parent
6dbe500043
commit
25fef59a05
3 changed files with 33 additions and 0 deletions
3
Gemfile
3
Gemfile
|
@ -43,6 +43,9 @@ gem 'pg', '~> 0.11'
|
||||||
gem 'param_validation', path: 'gems/ruby-param-validation'
|
gem 'param_validation', path: 'gems/ruby-param-validation'
|
||||||
gem 'qx', path: 'gems/ruby-qx'
|
gem 'qx', path: 'gems/ruby-qx'
|
||||||
|
|
||||||
|
# Optimization
|
||||||
|
gem 'fast_blank'
|
||||||
|
|
||||||
# Images
|
# Images
|
||||||
gem 'image_processing', '~> 1.10.3'
|
gem 'image_processing', '~> 1.10.3'
|
||||||
|
|
||||||
|
|
|
@ -145,6 +145,7 @@ GEM
|
||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
faraday_middleware (0.13.1)
|
faraday_middleware (0.13.1)
|
||||||
faraday (>= 0.7.4, < 1.0)
|
faraday (>= 0.7.4, < 1.0)
|
||||||
|
fast_blank (1.0.0)
|
||||||
ffi (1.11.1)
|
ffi (1.11.1)
|
||||||
font_assets (0.1.14)
|
font_assets (0.1.14)
|
||||||
rack
|
rack
|
||||||
|
@ -419,6 +420,7 @@ DEPENDENCIES
|
||||||
dotenv-rails (~> 2.7, >= 2.7.5)
|
dotenv-rails (~> 2.7, >= 2.7.5)
|
||||||
factory_bot (~> 5.0, >= 5.0.2)
|
factory_bot (~> 5.0, >= 5.0.2)
|
||||||
factory_bot_rails (~> 5.0, >= 5.0.2)
|
factory_bot_rails (~> 5.0, >= 5.0.2)
|
||||||
|
fast_blank
|
||||||
font_assets (~> 0.1.14)
|
font_assets (~> 0.1.14)
|
||||||
foreman (~> 0.87.1)
|
foreman (~> 0.87.1)
|
||||||
fullcontact (~> 0.18.0)
|
fullcontact (~> 0.18.0)
|
||||||
|
|
28
NOTICE-ruby
28
NOTICE-ruby
|
@ -3817,6 +3817,34 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
THE SOFTWARE.
|
THE SOFTWARE.
|
||||||
|
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
** fast_blank; version 1.0.0 --
|
||||||
|
Copyright (c) 2006-2009 Steve Sloan
|
||||||
|
|
||||||
|
Copyright (c) 2006-2009 Steve Sloan
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
------
|
------
|
||||||
|
|
||||||
** mail; version 2.7.1 --
|
** mail; version 2.7.1 --
|
||||||
|
|
Loading…
Reference in a new issue