Bump hcaptcha from v6.0.2 to 7.1.0
Bumps [hcaptcha](https://github.com/Nexus-Mods/hcaptcha) from v6.0.2 to 7.1.0. This release includes the previously tagged commit.
- [Release notes](https://github.com/Nexus-Mods/hcaptcha/releases)
- [Commits](9feac49080
...v7.1.0)
---
updated-dependencies:
- dependency-name: hcaptcha
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
bc2137ff7f
commit
1e0dfe5041
2
Gemfile
2
Gemfile
|
@ -26,7 +26,7 @@ gem "fog-aws"
|
|||
gem "fog-core"
|
||||
gem "fog-local"
|
||||
gem "haml", "~> 5.0"
|
||||
gem "hcaptcha", "~> 6.0", git: "https://github.com/Retrospring/hcaptcha.git", ref: "v6.0.2"
|
||||
gem "hcaptcha", "~> 6.0"
|
||||
gem "mini_magick"
|
||||
gem "rqrcode"
|
||||
|
||||
|
|
14
Gemfile.lock
14
Gemfile.lock
|
@ -1,11 +1,3 @@
|
|||
GIT
|
||||
remote: https://github.com/Retrospring/hcaptcha.git
|
||||
revision: 9feac4908097e3dc2afd6f08d07cbfbaa1073a1d
|
||||
ref: v6.0.2
|
||||
specs:
|
||||
hcaptcha (6.0.2)
|
||||
json
|
||||
|
||||
GIT
|
||||
remote: https://github.com/mltnhm/carrierwave_backgrounder.git
|
||||
revision: 8fe468957f047ad7039f07679e5952a534d07b6d
|
||||
|
@ -237,6 +229,8 @@ GEM
|
|||
rubocop (>= 0.50.0)
|
||||
sysexits (~> 1.1)
|
||||
hashie (5.0.0)
|
||||
hcaptcha (7.1.0)
|
||||
json
|
||||
http (4.4.1)
|
||||
addressable (~> 2.3)
|
||||
http-cookie (~> 1.0)
|
||||
|
@ -262,7 +256,7 @@ GEM
|
|||
jbuilder (2.11.5)
|
||||
actionview (>= 5.0.0)
|
||||
activesupport (>= 5.0.0)
|
||||
json (2.6.1)
|
||||
json (2.6.2)
|
||||
jwt (2.4.1)
|
||||
kaminari (1.2.2)
|
||||
activesupport (>= 4.1.0)
|
||||
|
@ -600,7 +594,7 @@ DEPENDENCIES
|
|||
guard-brakeman
|
||||
haml (~> 5.0)
|
||||
haml_lint
|
||||
hcaptcha (~> 6.0)!
|
||||
hcaptcha (~> 6.0)
|
||||
httparty
|
||||
i18n-js (= 3.9.2)
|
||||
jbuilder (~> 2.10)
|
||||
|
|
Loading…
Reference in New Issue