Add libnotify to Gemfile for linux platform, update Gemfile.lock

This commit is contained in:
Thibault Jouan
2011-12-07 20:51:40 +00:00
parent 81e285ffd4
commit 9c03e33216
2 changed files with 5 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ group :development, :test do
gem 'guard-spork', '~> 0.2'
if RbConfig::CONFIG['target_os'] =~ /linux/i
gem 'rb-inotify', '~> 0.8'
gem 'libnotify', '~> 0.6'
end
gem 'shoulda-matchers', '~> 1.0'
end