Remove explicit requires from flowdock
This commit is contained in:
parent
c7be9f5cac
commit
0621ee38b5
2 changed files with 0 additions and 5 deletions
|
@ -1,6 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
require 'multi_json'
|
||||
require 'cgi'
|
||||
require 'flowdock'
|
||||
require 'flowdock/git/builder'
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
require 'cgi'
|
||||
require 'securerandom'
|
||||
|
||||
module Flowdock
|
||||
class Git
|
||||
class Commit
|
||||
|
|
Loading…
Reference in a new issue