Use Retrospring fork of hCaptcha
This commit is contained in:
parent
19b754984e
commit
1432b9286c
2
Gemfile
2
Gemfile
|
@ -40,7 +40,7 @@ gem 'colorize'
|
||||||
gem 'carrierwave', '~> 2.0'
|
gem 'carrierwave', '~> 2.0'
|
||||||
gem 'carrierwave_backgrounder', git: 'https://github.com/mltnhm/carrierwave_backgrounder.git'
|
gem 'carrierwave_backgrounder', git: 'https://github.com/mltnhm/carrierwave_backgrounder.git'
|
||||||
gem 'mini_magick'
|
gem 'mini_magick'
|
||||||
gem 'hcaptcha', git: 'https://github.com/firstmoversadvantage/hcaptcha.git'
|
gem "hcaptcha", "~> 6.0", git: "https://github.com/Retrospring/hcaptcha.git", ref: "v6.0.2"
|
||||||
|
|
||||||
gem "rolify", "~> 5.2"
|
gem "rolify", "~> 5.2"
|
||||||
|
|
||||||
|
|
17
Gemfile.lock
17
Gemfile.lock
|
@ -1,3 +1,11 @@
|
||||||
|
GIT
|
||||||
|
remote: https://github.com/Retrospring/hcaptcha.git
|
||||||
|
revision: 9feac4908097e3dc2afd6f08d07cbfbaa1073a1d
|
||||||
|
ref: v6.0.2
|
||||||
|
specs:
|
||||||
|
hcaptcha (6.0.2)
|
||||||
|
json
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/amplifr/tumblr_client
|
remote: https://github.com/amplifr/tumblr_client
|
||||||
revision: 3927ee366598a9b70b095933ded32e45f730b652
|
revision: 3927ee366598a9b70b095933ded32e45f730b652
|
||||||
|
@ -10,13 +18,6 @@ GIT
|
||||||
oauth
|
oauth
|
||||||
simple_oauth
|
simple_oauth
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: https://github.com/firstmoversadvantage/hcaptcha.git
|
|
||||||
revision: 531ce4562dd3d29a52497bfe09378ba61a40c98a
|
|
||||||
specs:
|
|
||||||
hcaptcha (6.0.1)
|
|
||||||
json
|
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/mltnhm/carrierwave_backgrounder.git
|
remote: https://github.com/mltnhm/carrierwave_backgrounder.git
|
||||||
revision: 8fe468957f047ad7039f07679e5952a534d07b6d
|
revision: 8fe468957f047ad7039f07679e5952a534d07b6d
|
||||||
|
@ -577,7 +578,7 @@ DEPENDENCIES
|
||||||
guard-brakeman
|
guard-brakeman
|
||||||
haml (~> 5.0)
|
haml (~> 5.0)
|
||||||
haml_lint
|
haml_lint
|
||||||
hcaptcha!
|
hcaptcha (~> 6.0)!
|
||||||
httparty
|
httparty
|
||||||
i18n-js (= 3.0.0.rc10)
|
i18n-js (= 3.0.0.rc10)
|
||||||
jbuilder (~> 2.10)
|
jbuilder (~> 2.10)
|
||||||
|
|
Loading…
Reference in New Issue