lib/friends/commands/update.rb in friends-0.41 vs lib/friends/commands/update.rb in friends-0.42

- old
+ new

@@ -1,6 +1,8 @@ # frozen_string_literal: true +require "friends/post_install_message" + desc "Updates the `friends` program" command :update do |update| update.action do |global_options| # rubocop:disable Lint/AssignmentInCondition if match = `gem search friends`.match(/^friends\s\(([^\)]+)\)$/)