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:
parent
de1c5e2ba8
commit
e34cb92d13
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
14035
Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/public_suffix-4.0.7/data/list.txt
vendored
Normal file
14035
Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/public_suffix-4.0.7/data/list.txt
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user