Add addressable to vendored gems

This commit is contained in:
Sam Ford 2022-05-18 16:39:53 -04:00
parent f56cd09c91
commit d0961a4e3e
No known key found for this signature in database
GPG Key ID: 7AF5CBEE1DD6F76D
4 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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"

View File

@ -204,6 +204,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
activesupport (< 7) activesupport (< 7)
addressable
bootsnap bootsnap
byebug byebug
concurrent-ruby concurrent-ruby