diff options
| author | LightGuard <lightguard.jp@gmail.com> | 2013-05-13 21:31:56 -0600 |
|---|---|---|
| committer | Dan Allen <dallen@redhat.com> | 2013-05-15 01:11:10 -0600 |
| commit | 5742de13d3aa77955224a6eb8329b0cd58b675cf (patch) | |
| tree | 35c672e5a6931a2a416eaa283829194538098610 /Gemfile | |
| parent | bb555ba18463391a49e29c48796740fa48eee482 (diff) | |
add guard test dependencies and configuration
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
