Add libnotify to Gemfile for linux platform, update Gemfile.lock
This commit is contained in:
parent
81e285ffd4
commit
9c03e33216
1
Gemfile
1
Gemfile
@ -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
|
||||
|
@ -51,15 +51,16 @@ GEM
|
||||
ffi (1.0.11)
|
||||
guard (0.8.8)
|
||||
thor (~> 0.14.6)
|
||||
guard-rspec (0.5.8)
|
||||
guard-rspec (0.5.9)
|
||||
guard (>= 0.8.4)
|
||||
guard-spork (0.3.2)
|
||||
guard-spork (0.4.0)
|
||||
guard (>= 0.8.4)
|
||||
spork (>= 0.8.4)
|
||||
haml (3.1.4)
|
||||
hike (1.2.1)
|
||||
i18n (0.6.0)
|
||||
json (1.6.3)
|
||||
libnotify (0.6.0)
|
||||
mail (2.3.0)
|
||||
i18n (>= 0.4.0)
|
||||
mime-types (~> 1.16)
|
||||
@ -143,6 +144,7 @@ DEPENDENCIES
|
||||
guard-rspec (~> 0.4)
|
||||
guard-spork (~> 0.2)
|
||||
haml (~> 3.1)
|
||||
libnotify (~> 0.6)
|
||||
pg (~> 0.11)
|
||||
rails (~> 3.1)
|
||||
rb-inotify (~> 0.8)
|
||||
|
Loading…
x
Reference in New Issue
Block a user