aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorAlban Peignier2017-04-11 21:37:16 +0200
committerAlban Peignier2017-04-11 21:37:16 +0200
commitb06f35fd18c7eb306aee37bb77199d04452322d6 (patch)
tree282ec1af777cc62592bd444ed198c9bd1dfd2ee4 /Gemfile
parent73ba7b730ad24516050da6b9e0b05fff749ff9a8 (diff)
downloadchouette-core-b06f35fd18c7eb306aee37bb77199d04452322d6.tar.bz2
Remove guard/guard-rspec to avoid ruby_dep dependency and ruby version >= 2.2.5. Refs #3017
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'