aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 3c94fe172..4e0dd5426 100644
--- a/Gemfile
+++ b/Gemfile
@@ -135,8 +135,9 @@ group :development do
gem 'capistrano', '2.13.5'
gem 'capistrano-ext'
gem 'capistrano-npm', require: false
- gem 'guard'
- gem 'guard-rspec', "~> 4.5.0"
+ # Issue #3017 Requires ruby_dep which requires ruby > 2.2.3
+ # gem 'guard'
+ # gem 'guard-rspec', "~> 4.5.0"
gem 'rails-erd'
# MetaRequest is incompatible with rgeo-activerecord
# gem 'meta_request'