diff --git a/Gemfile b/Gemfile index 8a90e4c..c4e733d 100644 --- a/Gemfile +++ b/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