Vendor public_suffix data dir

The `addressable` gem depends on the `public_suffix` gem but we also
need to vendor the `data` dir from `public_suffix` for `addressable`
to function correctly.
This commit is contained in:
Sam Ford 2022-05-18 20:40:42 -04:00
parent de1c5e2ba8
commit e34cb92d13
No known key found for this signature in database
GPG Key ID: 7AF5CBEE1DD6F76D
2 changed files with 14036 additions and 0 deletions

1
.gitignore vendored
View File

@ -39,6 +39,7 @@
# Unignore vendored gems
!**/vendor/bundle/ruby/*/gems/*/lib
!**/vendor/bundle/ruby/*/gems/addressable-*/data
!**/vendor/bundle/ruby/*/gems/public_suffix-*/data
!**/vendor/bundle/ruby/*/gems/rubocop-performance-*/config
!**/vendor/bundle/ruby/*/gems/rubocop-rails-*/config
!**/vendor/bundle/ruby/*/gems/rubocop-rspec-*/config

File diff suppressed because it is too large Load Diff