Add addressable to vendored gems
This commit is contained in:
parent
f56cd09c91
commit
d0961a4e3e
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,6 +38,7 @@
|
|||||||
|
|
||||||
# Unignore vendored gems
|
# Unignore vendored gems
|
||||||
!**/vendor/bundle/ruby/*/gems/*/lib
|
!**/vendor/bundle/ruby/*/gems/*/lib
|
||||||
|
!**/vendor/bundle/ruby/*/gems/addressable-*/data
|
||||||
!**/vendor/bundle/ruby/*/gems/rubocop-performance-*/config
|
!**/vendor/bundle/ruby/*/gems/rubocop-performance-*/config
|
||||||
!**/vendor/bundle/ruby/*/gems/rubocop-rails-*/config
|
!**/vendor/bundle/ruby/*/gems/rubocop-rails-*/config
|
||||||
!**/vendor/bundle/ruby/*/gems/rubocop-rspec-*/config
|
!**/vendor/bundle/ruby/*/gems/rubocop-rspec-*/config
|
||||||
|
@ -33,6 +33,7 @@ end
|
|||||||
|
|
||||||
# vendored gems
|
# vendored gems
|
||||||
gem "activesupport", "< 7" # 7 requires Ruby 2.7
|
gem "activesupport", "< 7" # 7 requires Ruby 2.7
|
||||||
|
gem "addressable"
|
||||||
gem "concurrent-ruby"
|
gem "concurrent-ruby"
|
||||||
gem "did_you_mean" # remove when HOMEBREW_REQUIRED_RUBY_VERSION >= 2.7
|
gem "did_you_mean" # remove when HOMEBREW_REQUIRED_RUBY_VERSION >= 2.7
|
||||||
gem "mechanize"
|
gem "mechanize"
|
||||||
|
@ -204,6 +204,7 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activesupport (< 7)
|
activesupport (< 7)
|
||||||
|
addressable
|
||||||
bootsnap
|
bootsnap
|
||||||
byebug
|
byebug
|
||||||
concurrent-ruby
|
concurrent-ruby
|
||||||
|
BIN
Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.0/data/unicode.data
vendored
Normal file
BIN
Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.0/data/unicode.data
vendored
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user