Disable guard notifier for now because !crossplatform

This commit is contained in:
Lars Henrik Mai 2016-02-24 19:16:48 +01:00
parent 3e27d8e82f
commit 72157e87d7
2 changed files with 1 additions and 3 deletions

View file

@ -43,7 +43,7 @@ group :development do
gem 'quiet_assets' gem 'quiet_assets'
gem 'awesome_print' gem 'awesome_print'
gem 'guard-rspec', require: false gem 'guard-rspec', require: false
gem 'terminal-notifier-guard' # FIXME cross-platform # gem 'terminal-notifier-guard' # FIXME cross-platform
end end
group :development, :test do group :development, :test do

View file

@ -248,7 +248,6 @@ GEM
sprockets (>= 2.8, < 4.0) sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.10) sqlite3 (1.3.10)
temple (0.7.5) temple (0.7.5)
terminal-notifier-guard (1.6.4)
test_after_commit (0.4.2) test_after_commit (0.4.2)
activerecord (>= 3.2) activerecord (>= 3.2)
thor (0.19.1) thor (0.19.1)
@ -302,7 +301,6 @@ DEPENDENCIES
spring spring
spring-commands-rspec spring-commands-rspec
sqlite3 sqlite3
terminal-notifier-guard
test_after_commit test_after_commit
turbolinks turbolinks
uglifier uglifier