diff --git a/.gitignore b/.gitignore index f89cb97537..f2a0f78cf0 100644 --- a/.gitignore +++ b/.gitignore @@ -85,6 +85,7 @@ **/vendor/bundle/ruby/*/gems/bundler-*/ **/vendor/bundle/ruby/*/gems/byebug-*/ **/vendor/bundle/ruby/*/gems/coderay-*/ +**/vendor/bundle/ruby/*/gems/colorize-*/ **/vendor/bundle/ruby/*/gems/connection_pool-*/ **/vendor/bundle/ruby/*/gems/codecov-*/ **/vendor/bundle/ruby/*/gems/diff-lcs-*/ @@ -129,7 +130,6 @@ **/vendor/bundle/ruby/*/gems/simplecov-*/ **/vendor/bundle/ruby/*/gems/simplecov-html-*/ **/vendor/bundle/ruby/*/gems/thor-*/ -**/vendor/bundle/ruby/*/gems/url-*/ **/vendor/bundle/ruby/*/gems/unf_ext-*/ **/vendor/bundle/ruby/*/gems/unf-*/ **/vendor/bundle/ruby/*/gems/unicode-display_width-*/ diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index f354994856..f69f26bdf7 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -9,10 +9,11 @@ GEM zeitwerk (~> 2.2, >= 2.2.2) ast (2.4.1) byebug (11.1.3) - codecov (0.1.17) + codecov (0.1.19) + colorize json simplecov - url + colorize (0.8.1) concurrent-ruby (1.1.6) connection_pool (2.2.3) diff-lcs (1.4.4) @@ -108,7 +109,6 @@ GEM unf_ext unf_ext (0.0.7.7) unicode-display_width (1.7.0) - url (0.3.2) webrobots (0.1.2) zeitwerk (2.3.1)