Skip to content

Commit

Permalink
Add pathname requirement to resolve install issues
Browse files Browse the repository at this point in the history
The bourbon CLI depends on `Pathname`, however it is not actually being
required anywhere. The test suite presumably passes because it pathname
is required by a test dependency.
  • Loading branch information
Damian Galarza committed Mar 4, 2016
1 parent 4518679 commit 6b2105b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/bourbon/generator.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require "bourbon/version"
require "fileutils"
require "thor"
require "pathname"

module Bourbon
class Generator < Thor
Expand Down

0 comments on commit 6b2105b

Please sign in to comment.