Update `hcaptcha` gem to forked version with fixed Turbo handling

This commit is contained in:
Andreas Nedbal 2023-10-14 21:14:02 +02:00 committed by Andreas Nedbal
parent 887fd7ec22
commit ec05b3c062
2 changed files with 10 additions and 4 deletions

View File

@ -31,7 +31,7 @@ gem "fog-aws"
gem "fog-core" gem "fog-core"
gem "fog-local" gem "fog-local"
gem "haml", "~> 6.1" gem "haml", "~> 6.1"
gem "hcaptcha", "~> 7.0" gem "hcaptcha", git: "https://github.com/raccube/hcaptcha", ref: "fix/flash-in-turbo-streams"
gem "mini_magick" gem "mini_magick"
gem "oj" gem "oj"
gem "rpush" gem "rpush"

View File

@ -6,6 +6,14 @@ GIT
carrierwave (>= 0.5, <= 2.1) carrierwave (>= 0.5, <= 2.1)
mime-types (>= 3.0.0) mime-types (>= 3.0.0)
GIT
remote: https://github.com/raccube/hcaptcha
revision: f8de70ee2d629ac34395902dbee724c21297960c
ref: fix/flash-in-turbo-streams
specs:
hcaptcha (7.1.0)
json
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
@ -193,8 +201,6 @@ GEM
rainbow rainbow
rubocop (>= 1.0) rubocop (>= 1.0)
sysexits (~> 1.1) sysexits (~> 1.1)
hcaptcha (7.1.0)
json
hkdf (0.3.0) hkdf (0.3.0)
http-2 (0.11.0) http-2 (0.11.0)
httparty (0.21.0) httparty (0.21.0)
@ -520,7 +526,7 @@ DEPENDENCIES
fog-local fog-local
haml (~> 6.1) haml (~> 6.1)
haml_lint haml_lint
hcaptcha (~> 7.0) hcaptcha!
httparty httparty
i18n-js (= 4.0) i18n-js (= 4.0)
jsbundling-rails (~> 1.2) jsbundling-rails (~> 1.2)