mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
crew: Remove activesupport gem, implement .blank? logic in lib/convenience_functions (#12081)
* crew: Remove `activesupport` gem Signed-off-by: SupeChicken666 <me@supechicken666.dev> * Remove activesupport require lines Signed-off-by: SupeChicken666 <me@supechicken666.dev> * Make rubocop happy Signed-off-by: SupeChicken666 <me@supechicken666.dev> * Add a comment for `.blank?` methods Signed-off-by: SupeChicken666 <me@supechicken666.dev> --------- Signed-off-by: SupeChicken666 <me@supechicken666.dev>
This commit is contained in:
@@ -6,7 +6,6 @@ require_relative 'color'
|
||||
require_relative 'progress_bar'
|
||||
require_relative 'require_gem'
|
||||
|
||||
require_gem('activesupport', 'active_support/core_ext/object/blank')
|
||||
require_gem('ptools')
|
||||
|
||||
begin
|
||||
|
||||
Reference in New Issue
Block a user