lib/git_cli.rb in git_cli-0.3.0 vs lib/git_cli.rb in git_cli-0.4.0

- old
+ new

@@ -14,9 +14,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. require "git_cli/version" +require 'gvcs' require 'toolrack' require_relative "git_cli/git_core" require_relative "git_cli/init" require_relative "git_cli/clone"