Skip to content

Commit

Permalink
add dependency rspec ~> 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NNA committed Aug 24, 2012
1 parent c50ce67 commit f68bbc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rspec-nc.gemspec
Expand Up @@ -9,6 +9,7 @@ Gem::Specification.new do |gem|
gem.homepage = 'https://github.com/twe4ked/rspec-nc'

gem.add_dependency 'terminal-notifier', '~> 1.4.2'
gem.add_dependency 'rspec', '~> 2.9.0'

gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
Expand Down

0 comments on commit f68bbc5

Please sign in to comment.