mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
Disable guard notifier for now because !crossplatform
This commit is contained in:
parent
3e27d8e82f
commit
72157e87d7
2 changed files with 1 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue