aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2012-10-23 10:19:39 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2012-10-23 10:19:39 +0300
commit4d7d5a20ef7d6eaae40fb51d9408bf61e34bb4e8 (patch)
treed4a31368e90dfc2e96fe01abfdd4649c8ba8dfa4 /Gemfile
parente86e94419357285839deb84e36768fd15a2b5221 (diff)
downloadrefinerycms-blog-4d7d5a20ef7d6eaae40fb51d9408bf61e34bb4e8.tar.gz
refinerycms-blog-4d7d5a20ef7d6eaae40fb51d9408bf61e34bb4e8.tar.bz2
refinerycms-blog-4d7d5a20ef7d6eaae40fb51d9408bf61e34bb4e8.zip
Remove spork.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 2326192..2cf6b18 100644
--- a/Gemfile
+++ b/Gemfile
@@ -32,8 +32,6 @@ group :development, :test do
end
platforms :ruby do
- gem 'guard-spork', '~> 1.1.0'
-
unless ENV['TRAVIS']
if RbConfig::CONFIG['target_os'] =~ /darwin/i
gem 'rb-fsevent', '~> 0.9.1'