From 38680874e1450992f91336aa227185f54bbd0fa4 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Thu, 6 Apr 2017 12:53:01 +0200 Subject: [PATCH] Google recaptcha cruft removed --- Gemfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 9197806..92b1370 100644 --- a/Gemfile +++ b/Gemfile @@ -75,6 +75,10 @@ group :development, :test do gem 'byebug', platform: :mri end +# TODO… https://github.com/galetahub/simple-captcha +# Captcha for anonymous reports +# gem "galetahub-simple_captcha", :require => "simple_captcha" + # Zurb Foundation # https://github.com/zurb/foundation-rails gem 'foundation-rails', '~> 6.3'