Skip to content

Commit

Permalink
Update dev dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Aug 4, 2012
1 parent c3614cb commit 7965e7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -27,7 +27,7 @@ group :development do
gem 'growl', :require => false

if `uname`.strip == 'Darwin' && `sw_vers -productVersion`.strip >= '10.8'
gem 'terminal-notifier', '~> 1.2.0', :require => false
gem 'terminal-notifier', '~> 1.3.0', :require => false
end rescue Errno::ENOENT

elsif RbConfig::CONFIG['target_os'] =~ /linux/i
Expand Down
4 changes: 2 additions & 2 deletions guard.gemspec
Expand Up @@ -19,8 +19,8 @@ Gem::Specification.new do |s|
s.add_dependency 'listen', '>= 0.4.2'

s.add_development_dependency 'bundler'
s.add_development_dependency 'rspec', '~> 2.10.0'
s.add_development_dependency 'guard-rspec', '~> 1.1.0'
s.add_development_dependency 'rspec', '~> 2.11.0'
s.add_development_dependency 'guard-rspec', '~> 1.2.1'

s.files = Dir.glob('{bin,images,lib}/**/*') + %w[CHANGELOG.md LICENSE man/guard.1 man/guard.1.html README.md]
s.executable = 'guard'
Expand Down

0 comments on commit 7965e7d

Please sign in to comment.