Skip to content

Commit 48125b1

Browse files
committed
Remove the 'guard' dependency
1 parent faba784 commit 48125b1

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

Gemfile

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,6 @@ group :test do
1515
gem 'websocket_parser', '~>1.0'
1616
end
1717

18-
group :guard do
19-
gem 'guard-rspec', '~> 4.7'
20-
case RbConfig::CONFIG['host_os']
21-
when /darwin/
22-
gem 'rb-fsevent', '~> 0.10'
23-
# gem 'growl_notify'
24-
gem 'growl', '~> 1.0'
25-
when /linux/
26-
gem 'rb-inotify'
27-
gem 'libnotify'
28-
end
29-
end
30-
3118
group :docs do
3219
platform :mri_19, :mri_20 do
3320
gem 'redcarpet', '~> 3.4'

Guardfile

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)