From 1432b9286cc025b72ceb7756b7d5b7f121525ffd Mon Sep 17 00:00:00 2001 From: Georg Gadinger Date: Fri, 5 Jun 2020 18:30:25 +0200 Subject: [PATCH 1/2] Use Retrospring fork of hCaptcha --- Gemfile | 2 +- Gemfile.lock | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 24b92407..5266c57d 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem 'colorize' gem 'carrierwave', '~> 2.0' gem 'carrierwave_backgrounder', git: 'https://github.com/mltnhm/carrierwave_backgrounder.git' 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" diff --git a/Gemfile.lock b/Gemfile.lock index 66495bff..faed0512 100644 --- a/Gemfile.lock +++ b/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 remote: https://github.com/amplifr/tumblr_client revision: 3927ee366598a9b70b095933ded32e45f730b652 @@ -10,13 +18,6 @@ GIT oauth simple_oauth -GIT - remote: https://github.com/firstmoversadvantage/hcaptcha.git - revision: 531ce4562dd3d29a52497bfe09378ba61a40c98a - specs: - hcaptcha (6.0.1) - json - GIT remote: https://github.com/mltnhm/carrierwave_backgrounder.git revision: 8fe468957f047ad7039f07679e5952a534d07b6d @@ -577,7 +578,7 @@ DEPENDENCIES guard-brakeman haml (~> 5.0) haml_lint - hcaptcha! + hcaptcha (~> 6.0)! httparty i18n-js (= 3.0.0.rc10) jbuilder (~> 2.10) From 72c51f5536f1f56ae3586bcae636611614a4034e Mon Sep 17 00:00:00 2001 From: Georg Gadinger Date: Fri, 5 Jun 2020 18:31:08 +0200 Subject: [PATCH 2/2] Update websocket-extensions because dependabot is too slow for doing that --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index faed0512..e68e5ae8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -542,7 +542,7 @@ GEM railties (>= 5.0) websocket-driver (0.7.2) websocket-extensions (>= 0.1.0) - websocket-extensions (0.1.4) + websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8)