Skip to content

Commit

Permalink
Adds tnt gem requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyt committed Sep 16, 2015
1 parent d8814ba commit 91f528a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aas.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "tnt"

spec.add_development_dependency "bundler"
spec.add_development_dependency "minitest", "= 5.4.2"
spec.add_development_dependency "minitest-reporters"
Expand Down

0 comments on commit 91f528a

Please sign in to comment.