Update rails to 6.0.3.3

This commit is contained in:
Eric Schultz 2020-09-09 17:19:54 -05:00 committed by Eric Schultz
parent 176f88a9c4
commit 0154678108
3 changed files with 105 additions and 152 deletions

View file

@ -3,7 +3,7 @@
source 'https://rubygems.org'
ruby '2.6.6'
gem 'rails', '~> 6.0.3', '>= 6.0.3.2'
gem 'rails', '~> 6.0.3', '>= 6.0.3.3'
gem 'jbuilder', '~> 2.10'
gem 'bootsnap', '~> 1.4', require: false # Large rails application booting enhancer
gem 'font_assets', '~> 0.1.14' # for serving fonts on cdn https://github.com/ericallam/font_assets

View file

@ -41,56 +41,56 @@ GEM
remote: https://rubygems.org/
specs:
action_mailer_matchers (1.2.0)
actioncable (6.0.3.2)
actionpack (= 6.0.3.2)
actioncable (6.0.3.3)
actionpack (= 6.0.3.3)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.0.3.2)
actionpack (= 6.0.3.2)
activejob (= 6.0.3.2)
activerecord (= 6.0.3.2)
activestorage (= 6.0.3.2)
activesupport (= 6.0.3.2)
actionmailbox (6.0.3.3)
actionpack (= 6.0.3.3)
activejob (= 6.0.3.3)
activerecord (= 6.0.3.3)
activestorage (= 6.0.3.3)
activesupport (= 6.0.3.3)
mail (>= 2.7.1)
actionmailer (6.0.3.2)
actionpack (= 6.0.3.2)
actionview (= 6.0.3.2)
activejob (= 6.0.3.2)
actionmailer (6.0.3.3)
actionpack (= 6.0.3.3)
actionview (= 6.0.3.3)
activejob (= 6.0.3.3)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.0.3.2)
actionview (= 6.0.3.2)
activesupport (= 6.0.3.2)
actionpack (6.0.3.3)
actionview (= 6.0.3.3)
activesupport (= 6.0.3.3)
rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.0.3.2)
actionpack (= 6.0.3.2)
activerecord (= 6.0.3.2)
activestorage (= 6.0.3.2)
activesupport (= 6.0.3.2)
actiontext (6.0.3.3)
actionpack (= 6.0.3.3)
activerecord (= 6.0.3.3)
activestorage (= 6.0.3.3)
activesupport (= 6.0.3.3)
nokogiri (>= 1.8.5)
actionview (6.0.3.2)
activesupport (= 6.0.3.2)
actionview (6.0.3.3)
activesupport (= 6.0.3.3)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.0.3.2)
activesupport (= 6.0.3.2)
activejob (6.0.3.3)
activesupport (= 6.0.3.3)
globalid (>= 0.3.6)
activemodel (6.0.3.2)
activesupport (= 6.0.3.2)
activerecord (6.0.3.2)
activemodel (= 6.0.3.2)
activesupport (= 6.0.3.2)
activestorage (6.0.3.2)
actionpack (= 6.0.3.2)
activejob (= 6.0.3.2)
activerecord (= 6.0.3.2)
activemodel (6.0.3.3)
activesupport (= 6.0.3.3)
activerecord (6.0.3.3)
activemodel (= 6.0.3.3)
activesupport (= 6.0.3.3)
activestorage (6.0.3.3)
actionpack (= 6.0.3.3)
activejob (= 6.0.3.3)
activerecord (= 6.0.3.3)
marcel (~> 0.3.1)
activesupport (6.0.3.2)
activesupport (6.0.3.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
@ -115,7 +115,7 @@ GEM
chronic (0.10.2)
coderay (1.1.2)
colorize (0.8.1)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.7)
connection_pool (2.2.3)
countries (3.0.0)
i18n_data (~> 0.8.0)
@ -175,7 +175,7 @@ GEM
httparty (0.17.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.8.3)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
i18n-js (3.3.0)
i18n (>= 0.6.6)
@ -196,7 +196,7 @@ GEM
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.6.0)
loofah (2.7.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
@ -213,7 +213,7 @@ GEM
mini_magick (4.10.1)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.1)
minitest (5.14.2)
money (6.13.7)
i18n (>= 0.6.4, <= 2)
msgpack (1.3.1)
@ -224,8 +224,8 @@ GEM
kdtree
require_all
netrc (0.11.0)
nio4r (2.5.2)
nokogiri (1.10.9)
nio4r (2.5.3)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
parallel (1.17.0)
@ -257,20 +257,20 @@ GEM
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-timeout (0.5.1)
rails (6.0.3.2)
actioncable (= 6.0.3.2)
actionmailbox (= 6.0.3.2)
actionmailer (= 6.0.3.2)
actionpack (= 6.0.3.2)
actiontext (= 6.0.3.2)
actionview (= 6.0.3.2)
activejob (= 6.0.3.2)
activemodel (= 6.0.3.2)
activerecord (= 6.0.3.2)
activestorage (= 6.0.3.2)
activesupport (= 6.0.3.2)
rails (6.0.3.3)
actioncable (= 6.0.3.3)
actionmailbox (= 6.0.3.3)
actionmailer (= 6.0.3.3)
actionpack (= 6.0.3.3)
actiontext (= 6.0.3.3)
actionview (= 6.0.3.3)
activejob (= 6.0.3.3)
activemodel (= 6.0.3.3)
activerecord (= 6.0.3.3)
activestorage (= 6.0.3.3)
activesupport (= 6.0.3.3)
bundler (>= 1.3.0)
railties (= 6.0.3.2)
railties (= 6.0.3.3)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
@ -280,9 +280,9 @@ GEM
rails-i18n (6.0.0)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 7)
railties (6.0.3.2)
actionpack (= 6.0.3.2)
activesupport (= 6.0.3.2)
railties (6.0.3.3)
actionpack (= 6.0.3.3)
activesupport (= 6.0.3.3)
method_source
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
@ -402,7 +402,7 @@ GEM
rack-proxy (>= 0.6.1)
railties (>= 5.2)
semantic_range (>= 2.3.0)
websocket-driver (0.7.2)
websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
wisper (2.0.1)
@ -410,7 +410,7 @@ GEM
activejob (>= 4.0.0)
wisper
wisper-rspec (1.1.0)
zeitwerk (2.3.0)
zeitwerk (2.4.0)
PLATFORMS
ruby
@ -458,7 +458,7 @@ DEPENDENCIES
rack-attack (~> 5.2)
rack-ssl (~> 1.4)
rack-timeout (~> 0.5.1)
rails (~> 6.0.3, >= 6.0.3.2)
rails (~> 6.0.3, >= 6.0.3.3)
rails-i18n (~> 6.0.0, ~> 6)
rake (~> 12.3.2)
react-rails

View file

@ -166,7 +166,7 @@ specific language governing permissions and limitations under the License.
------
** websocket-driver; version 0.7.2 --
** websocket-driver; version 0.7.3 --
Copyright 2010-2020 James Coglan
@ -2038,7 +2038,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------
** zeitwerk; version 2.3.0 --
** zeitwerk; version 2.4.0 --
License, Copyright (c) 2019
Copyright (c) 2019-o Xavier Noria
@ -2095,8 +2095,7 @@ THE SOFTWARE.
------
** activestorage; version 6.0.3.2 --
Copyright (c) 2017-2019 David Heinemeier Hansson, Basecamp
** activestorage; version 6.0.3.3 --
Copyright (c) 2017-2019 David Heinemeier Hansson, Basecamp
@ -2155,7 +2154,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------
** railties; version 6.0.3.2 --
** railties; version 6.0.3.3 --
Copyright (c) 2004-2019 David Heinemeier Hansson
Copyright (c) 2006-2013 Paul Battley, Michael Neumann, Tim Fletcher.
@ -2583,7 +2582,7 @@ SOFTWARE.
------
** nio4r; version 2.5.2 --
** nio4r; version 2.5.3 --
(c) 2011 Emanuele Giaquinta
Copyright (c) 2011 Tony Arcieri.
Copyright, 2019, by Tony Arcieri.
@ -2822,7 +2821,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------
** activesupport; version 6.0.3.2 --
** activesupport; version 6.0.3.3 --
Copyright (c) 2005-2019 David Heinemeier Hansson
Copyright (c) 2005-2019 David Heinemeier Hansson
@ -2936,34 +2935,32 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------
** concurrent-ruby; version 1.1.6 --
** concurrent-ruby; version 1.1.7 --
Copyright Concurrent Ruby
Copyright (c) Jerry D'Antonio
Copyright (c) 2014 Jerry D'Antonio (https://twitter.com/jerrydantonio).
```
Copyright (c) Jerry D'Antonio -- released under the MIT license.
http://www.opensource.org/licenses/mit-license.php
http://www.opensource.org/licenses/mit-license.php
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.
```
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.
------
@ -3166,7 +3163,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------
** i18n; version 1.8.3 --
** i18n; version 1.8.5 --
Copyright (c) 2003-2009 Masao Mutoh
Copyright (c) 2008 The Ruby I18n team
Copyright (c) 2005-2019 David Heinemeier Hansson
@ -3194,30 +3191,17 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------
** actioncable; version 6.0.3.2 --
Copyright (c) 2010-2015 James Coglan
Copyright (c) 2015-2019 Basecamp, LLC
** nokogiri; version 1.10.10 --
Copyright (c) 2015-2019 Basecamp, LLC
The MIT License
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:
Copyright 2008 -- 2018 by Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo, Patrick Mahoney, Yoko Harada, Akinori MUSHA, John Shahid, Lars Kanis
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
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 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.
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.
------
@ -3306,11 +3290,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------
** actionmailer; version 6.0.3.2 --
Copyright (c) 2004-2019 David Heinemeier Hansson
** actionpack; version 6.0.3.2 --
Copyright (c) 2004-2019 David Heinemeier Hansson
** activerecord; version 6.0.3.2 --
** actioncable; version 6.0.3.3 --
** actiontext; version 6.0.3.3 --
** activerecord; version 6.0.3.3 --
Copyright (c) 2004-2019 David Heinemeier Hansson
copyright (c) 2007-2016 Nick Kallen, Bryan Helmkamp, Emilio Tagua, Aaron Patterson
** coderay; version 1.1.2 --
@ -3329,15 +3311,12 @@ Copyright (c) 2008 John Nunemaker
Copyright (c) 2008-2011 Pivotal Labs
Copyright (c) 2010-2015, The Dojo Foundation
** jaro_winkler; version 1.5.3 --
** loofah; version 2.6.0 --
Copyright (c) 2006-2008 The Authors
(c) 1997-2009 http://sourceforge.com/' SourceForge, Inc.
Copyright (c) 2009 2018 by Mike Dalessio, Bryan Helmkamp
** loofah; version 2.7.0 --
** mime-types; version 3.2.2 --
Copyright 2003-2018 Austin Ziegler and contributors.
** mime-types-data; version 3.2019.0331 --
Copyright 2003-2016 Austin Ziegler and other contributors.
** minitest; version 5.14.1 --
** minitest; version 5.14.2 --
Copyright (c) Ryan Davis, seattle.rb
** parallel; version 1.17.0 --
Copyright (c) 2013 Michael Grosser <michael@grosser.it>
@ -3350,7 +3329,7 @@ Copyright (c) Django Software Foundation and individual contributors.
Copyright (c) 2007-2019 Leah Neukirchen <http://leahneukirchen.org/infopage.html>
** rack-attack; version 5.4.2 --
Copyright Kickstarter, PBC.
** rails; version 6.0.3.2 --
** rails; version 6.0.3.3 --
** rails-dom-testing; version 2.0.3 --
Copyright (c) 2013-2015 Kasper Timm Hansen
** rails-html-sanitizer; version 1.3.0 --
@ -3456,10 +3435,12 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------
** actionview; version 6.0.3.2 --
** actionmailer; version 6.0.3.3 --
Copyright (c) 2004-2019 David Heinemeier Hansson
** activemodel; version 6.0.3.2 --
** actionpack; version 6.0.3.3 --
** actionview; version 6.0.3.3 --
Copyright (c) 2004-2019 David Heinemeier Hansson
** activemodel; version 6.0.3.3 --
Copyright (c) 2004-2019 David Heinemeier Hansson
@ -3546,7 +3527,7 @@ THE SOFTWARE.
------
** activejob; version 6.0.3.2 --
** activejob; version 6.0.3.3 --
Copyright (c) 2014-2019 David Heinemeier Hansson
Copyright (c) 2014-2019 David Heinemeier Hansson
@ -4305,9 +4286,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
------
** actionmailbox; version 6.0.3.2 --
Copyright (c) 2019 Basecamp, LLC
** actiontext; version 6.0.3.2 --
** actionmailbox; version 6.0.3.3 --
Copyright (c) 2019 Basecamp, LLC
MIT License
@ -4639,32 +4618,6 @@ Exceptions
* lib/test-unit.rb: This license and/or LGPLv2.1 or later
------
** nokogiri; version 1.10.9 --
(c) Copyright 2002-2005, Andy Clark.
Copyright (c) 1998-2003 Daniel Veillard.
Copyright (c) 1998-2012 Daniel Veillard.
Copyright (c) 2001-2002 Daniel Veillard.
copyrighted by the Free Software Foundation
Copyright (c) 1991 Free Software Foundation, Inc.
Copyright (c) 1995-2017 Jean-loup Gailly and Mark Adler
Copyright (c) 2001-2003 Thai Open Source Software Center Ltd
Copyright (c) 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard.
Copyright (c) 2001-2002, SourceForge ISO-RELAX Project (ASAMI Tomoharu, Daisuke Okajima, Kohsuke Kawaguchi, and MURATA Makoto)
Copyright 2008 2018 by Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo, Patrick Mahoney, Yoko Harada, Akinori MUSHA, John Shahid, Lars Kanis
The MIT License
Copyright 2008 -- 2018 by Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo, Patrick Mahoney, Yoko Harada, Akinori MUSHA, John Shahid, Lars Kanis
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.
------
** sixarm_ruby_unaccent; version 1.2.0 --