Skip to content

Commit

Permalink
Add ice_nine runtime dependency to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
John Backus authored and backus committed Oct 10, 2015
1 parent 7e472fb commit 7cdf4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/yardstick.rb
Expand Up @@ -6,6 +6,7 @@

require 'yard'
require 'yard/logging'
require 'ice_nine'

require 'yardstick/ordered_set'
require 'yardstick/measurement'
Expand Down
1 change: 1 addition & 0 deletions yardstick.gemspec
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |gem|
gem.executables = %w[yardstick]

gem.add_runtime_dependency('yard', '~> 0.8', '>= 0.8.7.2')
gem.add_runtime_dependency('ice_nine', '~> 0.11')

gem.add_development_dependency('bundler', '~> 1.6', '>= 1.6.1')
end

0 comments on commit 7cdf4d9

Please sign in to comment.