mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 04:30:21 +00:00
Add addressable to vendored gems
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -204,6 +204,7 @@ PLATFORMS
|
||||
|
||||
DEPENDENCIES
|
||||
activesupport (< 7)
|
||||
addressable
|
||||
bootsnap
|
||||
byebug
|
||||
concurrent-ruby
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user