Skip to content

Commit

Permalink
Add missing requires
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed Apr 1, 2014
1 parent 9da66c0 commit 7c934bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/appraisal/group.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'appraisal/dependency_list'

module Appraisal
class Group
def initialize(group_names)
Expand Down
2 changes: 2 additions & 0 deletions lib/appraisal/platform.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'appraisal/dependency_list'

module Appraisal
class Platform
def initialize(platform_names)
Expand Down

0 comments on commit 7c934bf

Please sign in to comment.