Add addressable to vendored gems

This commit is contained in:
Sam Ford
2022-05-18 18:48:16 -04:00
parent f56cd09c91
commit d0961a4e3e
4 changed files with 3 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@
# Unignore vendored gems
!**/vendor/bundle/ruby/*/gems/*/lib
!**/vendor/bundle/ruby/*/gems/addressable-*/data
!**/vendor/bundle/ruby/*/gems/rubocop-performance-*/config
!**/vendor/bundle/ruby/*/gems/rubocop-rails-*/config
!**/vendor/bundle/ruby/*/gems/rubocop-rspec-*/config
+1
View File
@@ -33,6 +33,7 @@ end
# vendored gems
gem "activesupport", "< 7" # 7 requires Ruby 2.7
gem "addressable"
gem "concurrent-ruby"
gem "did_you_mean" # remove when HOMEBREW_REQUIRED_RUBY_VERSION >= 2.7
gem "mechanize"
+1
View File
@@ -204,6 +204,7 @@ PLATFORMS
DEPENDENCIES
activesupport (< 7)
addressable
bootsnap
byebug
concurrent-ruby