summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLightGuard <lightguard.jp@gmail.com>2013-05-13 21:31:56 -0600
committerDan Allen <dallen@redhat.com>2013-05-15 01:11:10 -0600
commit5742de13d3aa77955224a6eb8329b0cd58b675cf (patch)
tree35c672e5a6931a2a416eaa283829194538098610 /Gemfile
parentbb555ba18463391a49e29c48796740fa48eee482 (diff)
add guard test dependencies and configuration
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 851fabc2..02ada206 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,2 +1,10 @@
source 'https://rubygems.org'
+
+group :development do
+ gem 'guard'
+ gem 'guard-test'
+ gem 'libnotify'
+ gem 'listen', :github => 'guard/listen'
+end
+
gemspec