Remove explicit requires from flowdock

This commit is contained in:
Nick Thomas 2018-10-15 18:04:49 +01:00
parent c7be9f5cac
commit 0621ee38b5
No known key found for this signature in database
GPG Key ID: 2A313A47AFADACE9
2 changed files with 0 additions and 5 deletions

View File

@ -1,6 +1,4 @@
# frozen_string_literal: true
require 'multi_json'
require 'cgi'
require 'flowdock'
require 'flowdock/git/builder'

View File

@ -1,7 +1,4 @@
# frozen_string_literal: true
require 'cgi'
require 'securerandom'
module Flowdock
class Git
class Commit