diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-04 13:47:36 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-04 13:47:36 -0500 |
commit | 49c58dc5de3688d842025b83cbc91a69ef621641 (patch) | |
tree | 8ec526498a8b7ef4d076dcdd4f3ce0472af9149d /Gemfile.lock | |
parent | 0353d529e0d54a4a2d836afeb3224f3d53a649e4 (diff) | |
download | thoughts-49c58dc5de3688d842025b83cbc91a69ef621641.tar.gz thoughts-49c58dc5de3688d842025b83cbc91a69ef621641.tar.bz2 thoughts-49c58dc5de3688d842025b83cbc91a69ef621641.zip |
Added reCAPTCHA to help filter spam comments
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index cc60005..0afbc47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock | |||
@@ -301,6 +301,7 @@ GEM | |||
301 | ffi (~> 1.0) | 301 | ffi (~> 1.0) |
302 | rdoc (6.6.0) | 302 | rdoc (6.6.0) |
303 | psych (>= 4.0.0) | 303 | psych (>= 4.0.0) |
304 | recaptcha (5.19.0) | ||
304 | redcarpet (3.6.0) | 305 | redcarpet (3.6.0) |
305 | reline (0.3.9) | 306 | reline (0.3.9) |
306 | io-console (~> 0.5) | 307 | io-console (~> 0.5) |
@@ -416,6 +417,7 @@ DEPENDENCIES | |||
416 | paperclip | 417 | paperclip |
417 | rails (~> 7.1.0) | 418 | rails (~> 7.1.0) |
418 | rails_autolink | 419 | rails_autolink |
420 | recaptcha | ||
419 | redcarpet | 421 | redcarpet |
420 | rouge | 422 | rouge |
421 | sassc-rails | 423 | sassc-rails |