Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNihad Abbasov <narkoz.2008@gmail.com>2012-09-10 17:43:49 +0400
committerNihad Abbasov <narkoz.2008@gmail.com>2012-09-10 17:43:49 +0400
commitef4e9c24d3dc870eb194591522dda6ec8dde7192 (patch)
tree6eb8edbca321499efe054c618d5be6b400dc87fb /Gemfile
parentae9689f8ffdf8a69bd803021d1f57a37aba06e0d (diff)
install guard-spinach
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0609f6fdb2e..0a5f730dfb3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -119,6 +119,7 @@ group :development, :test do
# Guard
gem 'guard-rspec'
+ gem 'guard-spinach'
# Notification
gem 'rb-fsevent', :require => darwin_only('rb-fsevent')