Removed libnotify which seems to be causing build errors.
This commit is contained in:
4
Gemfile
4
Gemfile
@@ -1,4 +1,3 @@
|
||||
require 'rbconfig'
|
||||
source 'https://rubygems.org'
|
||||
|
||||
# Add dependencies required to use your gem here.
|
||||
@@ -17,9 +16,6 @@ group :development do
|
||||
gem "simplecov", :platforms => :mri_19
|
||||
gem "test-construct"
|
||||
gem "capture-output", "~> 1.0.0"
|
||||
if RbConfig::CONFIG['host_os'] =~ /linux|freebsd|openbsd|sunos|solaris/
|
||||
gem 'libnotify'
|
||||
end
|
||||
if RUBY_VERSION >= '1.9.2'
|
||||
gem "rubocop"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user