diff --git a/Gemfile b/Gemfile index d25d6a13a..2f0d83339 100644 --- a/Gemfile +++ b/Gemfile @@ -77,7 +77,7 @@ gem "rails", "~> 6.1.3.2" # Ruby on Rails # Pinned since we have a monkey-patch against this version gem "rails-settings-cached", "= 2.5.2" # Settings plugin for Rails that makes managing a table of global key, value pairs easy. gem "ransack", "~> 2.4" # Searching and sorting -gem "recaptcha", "~> 5.7", require: "recaptcha/rails" # Helpers for the reCAPTCHA API +gem "recaptcha", "~> 5.8", require: "recaptcha/rails" # Helpers for the reCAPTCHA API gem "redcarpet", "~> 3.5" # A fast, safe and extensible Markdown to (X)HTML parser gem "redis", "~> 4.2.5" # Redis ruby client gem "rpush", "~> 5.4" # Push Notification library for Rails diff --git a/Gemfile.lock b/Gemfile.lock index 9b0a7991d..cb87477ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -582,7 +582,7 @@ GEM rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) - recaptcha (5.7.0) + recaptcha (5.8.0) json redcarpet (3.5.1) redis (4.2.5) @@ -940,7 +940,7 @@ DEPENDENCIES rails (~> 6.1.3.2) rails-settings-cached (= 2.5.2) ransack (~> 2.4) - recaptcha (~> 5.7) + recaptcha (~> 5.8) redcarpet (~> 3.5) redis (~> 4.2.5) redis-actionpack (= 5.1.0) diff --git a/vendor/cache/recaptcha-5.7.0.gem b/vendor/cache/recaptcha-5.7.0.gem deleted file mode 100644 index 34e636aa2..000000000 Binary files a/vendor/cache/recaptcha-5.7.0.gem and /dev/null differ diff --git a/vendor/cache/recaptcha-5.8.0.gem b/vendor/cache/recaptcha-5.8.0.gem new file mode 100644 index 000000000..ff61a2f5e Binary files /dev/null and b/vendor/cache/recaptcha-5.8.0.gem differ