From 0106fb4573fbf3876d271cdd02d873e4c55869ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 00:53:44 +0000 Subject: [PATCH 01/17] Bump rspec-mocks from 3.10.2 to 3.11.1 Bumps [rspec-mocks](https://github.com/rspec/rspec-mocks) from 3.10.2 to 3.11.1. - [Release notes](https://github.com/rspec/rspec-mocks/releases) - [Changelog](https://github.com/rspec/rspec-mocks/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-mocks/compare/v3.10.2...v3.11.1) --- updated-dependencies: - dependency-name: rspec-mocks dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bc2b782a..3bd5d2c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -423,17 +423,17 @@ GEM chunky_png (~> 1.0) rqrcode_core (~> 1.0) rqrcode_core (1.2.0) - rspec-core (3.10.1) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) + rspec-core (3.11.0) + rspec-support (~> 3.11.0) + rspec-expectations (3.11.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) + rspec-support (~> 3.11.0) rspec-its (1.3.0) rspec-core (>= 3.0.0) rspec-expectations (>= 3.0.0) - rspec-mocks (3.10.2) + rspec-mocks (3.11.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) + rspec-support (~> 3.11.0) rspec-rails (4.1.2) actionpack (>= 4.2) activesupport (>= 4.2) @@ -445,7 +445,7 @@ GEM rspec-sidekiq (3.1.0) rspec-core (~> 3.0, >= 3.0.0) sidekiq (>= 2.4.0) - rspec-support (3.10.3) + rspec-support (3.11.0) rubocop (1.24.1) parallel (~> 1.10) parser (>= 3.0.0.0) From 69508af08e78601edc43b1fcbb23c91355c29c35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 00:52:20 +0000 Subject: [PATCH 02/17] Bump rspec-rails from 4.1.2 to 5.1.2 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 4.1.2 to 5.1.2. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v4.1.2...v5.1.2) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index bc1b60fe..00f1548e 100644 --- a/Gemfile +++ b/Gemfile @@ -90,7 +90,7 @@ group :development, :test do gem "rake" gem "rspec-its", "~> 1.3" gem "rspec-mocks" - gem "rspec-rails", "~> 4.0" + gem "rspec-rails", "~> 5.1" gem "rspec-sidekiq", "~> 3.0", require: false gem "rubocop", "~> 1.22", ">= 1.22.1" gem "rubocop-rails", "~> 2.13", ">= 2.13.1" diff --git a/Gemfile.lock b/Gemfile.lock index 3bd5d2c7..c608b6f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -434,10 +434,10 @@ GEM rspec-mocks (3.11.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.11.0) - rspec-rails (4.1.2) - actionpack (>= 4.2) - activesupport (>= 4.2) - railties (>= 4.2) + rspec-rails (5.1.2) + actionpack (>= 5.2) + activesupport (>= 5.2) + railties (>= 5.2) rspec-core (~> 3.10) rspec-expectations (~> 3.10) rspec-mocks (~> 3.10) @@ -629,7 +629,7 @@ DEPENDENCIES rqrcode rspec-its (~> 1.3) rspec-mocks - rspec-rails (~> 4.0) + rspec-rails (~> 5.1) rspec-sidekiq (~> 3.0) rubocop (~> 1.22, >= 1.22.1) rubocop-rails (~> 2.13, >= 2.13.1) From 454e0d9360341019c1aed5613b402252912456bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 01:28:16 +0000 Subject: [PATCH 03/17] Bump omniauth from 2.0.4 to 2.1.0 Bumps [omniauth](https://github.com/omniauth/omniauth) from 2.0.4 to 2.1.0. - [Release notes](https://github.com/omniauth/omniauth/releases) - [Commits](https://github.com/omniauth/omniauth/compare/v2.0.4...v2.1.0) --- updated-dependencies: - dependency-name: omniauth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c608b6f8..7820d5b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -325,9 +325,9 @@ GEM nenv (~> 0.1) shellany (~> 0.0) oauth (0.5.8) - omniauth (2.0.4) + omniauth (2.1.0) hashie (>= 3.4.6) - rack (>= 1.6.2, < 3) + rack (>= 2.2.3) rack-protection omniauth-oauth (1.2.0) oauth From f38e9b251f3479a621f0f080b7cf3ada034d8da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 01:21:56 +0000 Subject: [PATCH 04/17] Bump pg from 1.2.3 to 1.4.1 Bumps [pg](https://github.com/ged/ruby-pg) from 1.2.3 to 1.4.1. - [Release notes](https://github.com/ged/ruby-pg/releases) - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc) - [Commits](https://github.com/ged/ruby-pg/compare/v1.2.3...v1.4.1) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7820d5b4..938d1746 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -342,7 +342,7 @@ GEM parallel (1.21.0) parser (3.1.0.0) ast (~> 2.4.1) - pg (1.2.3) + pg (1.4.1) pghero (2.8.3) activerecord (>= 5) poltergeist (1.18.1) From 9958b102f8021c7a6c4669a19f6f19c4dd592321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 00:47:51 +0000 Subject: [PATCH 05/17] Bump bcrypt from 3.1.16 to 3.1.18 Bumps [bcrypt](https://github.com/codahale/bcrypt-ruby) from 3.1.16 to 3.1.18. - [Release notes](https://github.com/codahale/bcrypt-ruby/releases) - [Changelog](https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/CHANGELOG) - [Commits](https://github.com/codahale/bcrypt-ruby/compare/v3.1.16...v3.1.18) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 00f1548e..4156992f 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "jbuilder", "~> 2.10" gem "sass-rails", "~> 5.0" gem "turbolinks", "~> 2.5.3" -gem "bcrypt", "~> 3.1.7" +gem "bcrypt", "~> 3.1.18" gem "active_model_otp" gem "bootstrap_form" diff --git a/Gemfile.lock b/Gemfile.lock index 938d1746..be9db359 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ GEM addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) - bcrypt (3.1.16) + bcrypt (3.1.18) better_errors (2.9.1) coderay (>= 1.0.0) erubi (>= 1.0.0) @@ -576,7 +576,7 @@ PLATFORMS DEPENDENCIES active_model_otp - bcrypt (~> 3.1.7) + bcrypt (~> 3.1.18) better_errors binding_of_caller bootstrap_form From fb705ee024ba8df1a6b90a2402f96844ff1dfed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 00:46:17 +0000 Subject: [PATCH 06/17] Bump fog-aws from 3.12.0 to 3.14.0 Bumps [fog-aws](https://github.com/fog/fog-aws) from 3.12.0 to 3.14.0. - [Release notes](https://github.com/fog/fog-aws/releases) - [Changelog](https://github.com/fog/fog-aws/blob/master/CHANGELOG.md) - [Commits](https://github.com/fog/fog-aws/compare/v3.12.0...v3.14.0) --- updated-dependencies: - dependency-name: fog-aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index be9db359..508dbd94 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -177,7 +177,7 @@ GEM dry-logic (~> 1.0, >= 1.0.2) equalizer (0.0.11) erubi (1.10.0) - excon (0.89.0) + excon (0.92.3) execjs (2.8.1) factory_bot (6.2.0) activesupport (>= 5.0.0) @@ -193,11 +193,10 @@ GEM ffi-compiler (1.0.1) ffi (>= 1.0.0) rake - fog-aws (3.12.0) + fog-aws (3.14.0) fog-core (~> 2.1) fog-json (~> 1.1) fog-xml (~> 0.1) - ipaddress (~> 0.8) fog-core (2.2.4) builder excon (~> 0.71) @@ -260,7 +259,6 @@ GEM image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - ipaddress (0.8.3) jbuilder (2.11.5) actionview (>= 5.0.0) activesupport (>= 5.0.0) From 875187f900992de5667aa28c4df08e6f3ed31f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 12:22:36 +0200 Subject: [PATCH 07/17] Bump fog-core from 2.2.4 to 2.3.0 (#468) Bumps [fog-core](https://github.com/fog/fog-core) from 2.2.4 to 2.3.0. - [Release notes](https://github.com/fog/fog-core/releases) - [Changelog](https://github.com/fog/fog-core/blob/master/changelog.md) - [Commits](https://github.com/fog/fog-core/compare/v2.2.4...v2.3.0) --- updated-dependencies: - dependency-name: fog-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Georg Gadinger --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 508dbd94..6cf79444 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -197,10 +197,10 @@ GEM fog-core (~> 2.1) fog-json (~> 1.1) fog-xml (~> 0.1) - fog-core (2.2.4) + fog-core (2.3.0) builder excon (~> 0.71) - formatador (~> 0.2) + formatador (>= 0.2, < 2.0) mime-types fog-json (1.2.0) fog-core @@ -210,7 +210,7 @@ GEM fog-xml (0.1.4) fog-core nokogiri (>= 1.5.11, < 2.0.0) - formatador (0.3.0) + formatador (1.1.0) globalid (1.0.0) activesupport (>= 5.0) guard (2.18.0) From 476894d7af8a44560bba3d106a192a4a8c016b07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 09:56:36 +0000 Subject: [PATCH 08/17] Bump rolify from 5.3.0 to 6.0.0 Bumps [rolify](https://github.com/RolifyCommunity/rolify) from 5.3.0 to 6.0.0. - [Release notes](https://github.com/RolifyCommunity/rolify/releases) - [Changelog](https://github.com/RolifyCommunity/rolify/blob/master/CHANGELOG.rdoc) - [Commits](https://github.com/RolifyCommunity/rolify/compare/v5.3.0...v6.0.0) --- updated-dependencies: - dependency-name: rolify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4156992f..51dbd4d0 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem "hcaptcha", "~> 6.0", git: "https://github.com/Retrospring/hcaptcha.git", re gem "mini_magick" gem "rqrcode" -gem "rolify", "~> 5.2" +gem "rolify", "~> 6.0" gem "dry-initializer", "~> 3.1" gem "dry-types", "~> 1.4" diff --git a/Gemfile.lock b/Gemfile.lock index 6cf79444..dd8779da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -415,7 +415,7 @@ GEM actionpack (>= 5.0) railties (>= 5.0) rexml (3.2.5) - rolify (5.3.0) + rolify (6.0.0) rotp (6.2.0) rqrcode (2.1.1) chunky_png (~> 1.0) @@ -623,7 +623,7 @@ DEPENDENCIES rake redcarpet redis - rolify (~> 5.2) + rolify (~> 6.0) rqrcode rspec-its (~> 1.3) rspec-mocks From a088626d55ada402f909974a490cfb59e787dacc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 01:11:38 +0000 Subject: [PATCH 09/17] Bump rubocop-rails from 2.13.1 to 2.15.2 Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.13.1 to 2.15.2. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.13.1...v2.15.2) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 51dbd4d0..64b98984 100644 --- a/Gemfile +++ b/Gemfile @@ -93,7 +93,7 @@ group :development, :test do gem "rspec-rails", "~> 5.1" gem "rspec-sidekiq", "~> 3.0", require: false gem "rubocop", "~> 1.22", ">= 1.22.1" - gem "rubocop-rails", "~> 2.13", ">= 2.13.1" + gem "rubocop-rails", "~> 2.15" gem "shoulda-matchers", "~> 5.0" gem "simplecov", require: false gem "simplecov-cobertura", require: false diff --git a/Gemfile.lock b/Gemfile.lock index dd8779da..b41eda38 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -337,8 +337,8 @@ GEM omniauth-oauth (~> 1.1) rack orm_adapter (0.5.0) - parallel (1.21.0) - parser (3.1.0.0) + parallel (1.22.1) + parser (3.1.2.0) ast (~> 2.4.1) pg (1.4.1) pghero (2.8.3) @@ -408,7 +408,7 @@ GEM ffi (~> 1.0) redcarpet (3.5.1) redis (4.5.1) - regexp_parser (2.2.0) + regexp_parser (2.5.0) request_store (1.5.1) rack (>= 1.4) responders (3.0.1) @@ -453,9 +453,9 @@ GEM rubocop-ast (>= 1.15.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.15.1) - parser (>= 3.0.1.1) - rubocop-rails (2.13.1) + rubocop-ast (1.18.0) + parser (>= 3.1.1.0) + rubocop-rails (2.15.2) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) @@ -548,7 +548,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8) - unicode-display_width (2.1.0) + unicode-display_width (2.2.0) uniform_notifier (1.16.0) warden (1.2.9) rack (>= 2.0.9) @@ -630,7 +630,7 @@ DEPENDENCIES rspec-rails (~> 5.1) rspec-sidekiq (~> 3.0) rubocop (~> 1.22, >= 1.22.1) - rubocop-rails (~> 2.13, >= 2.13.1) + rubocop-rails (~> 2.15) ruby-progressbar sanitize sass-rails (~> 5.0) From 4c471180a47d84e970f2cb122c42854feabae8e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 00:50:32 +0000 Subject: [PATCH 10/17] Bump fog-local from 0.7.0 to 0.8.0 Bumps [fog-local](https://github.com/fog/fog-local) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/fog/fog-local/releases) - [Commits](https://github.com/fog/fog-local/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: fog-local dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b41eda38..cba170d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -205,7 +205,7 @@ GEM fog-json (1.2.0) fog-core multi_json (~> 1.10) - fog-local (0.7.0) + fog-local (0.8.0) fog-core (>= 1.27, < 3.0) fog-xml (0.1.4) fog-core From 7ea8064b53d9b4c48c59e8ead0de5b1d4a5eb492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 01:21:56 +0000 Subject: [PATCH 11/17] Bump capybara from 3.36.0 to 3.37.1 Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.36.0 to 3.37.1. - [Release notes](https://github.com/teamcapybara/capybara/releases) - [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md) - [Commits](https://github.com/teamcapybara/capybara/compare/3.36.0...3.37.1) --- updated-dependencies: - dependency-name: capybara dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index cba170d7..f17302e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,7 @@ GEM activesupport (>= 3.0.0) uniform_notifier (~> 1.11) byebug (11.1.3) - capybara (3.36.0) + capybara (3.37.1) addressable matrix mini_mime (>= 0.1.3) From bc2137ff7feb74130a869ce8454200eeb9f4ce44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 00:46:29 +0000 Subject: [PATCH 12/17] Bump spring from 2.1.1 to 4.0.0 Bumps [spring](https://github.com/rails/spring) from 2.1.1 to 4.0.0. - [Release notes](https://github.com/rails/spring/releases) - [Changelog](https://github.com/rails/spring/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/spring/compare/v2.1.1...v4.0.0) --- updated-dependencies: - dependency-name: spring dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 64b98984..23348ae4 100644 --- a/Gemfile +++ b/Gemfile @@ -68,7 +68,7 @@ gem "jwt", "~> 2.4" group :development do gem "binding_of_caller" gem "byebug" - gem "spring", "~> 2.0" + gem "spring", "~> 4.0" gem "web-console", "~> 4.0" end diff --git a/Gemfile.lock b/Gemfile.lock index f17302e2..10ae8dac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -509,7 +509,7 @@ GEM json simplecov simplecov_json_formatter (0.1.3) - spring (2.1.1) + spring (4.0.0) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -642,7 +642,7 @@ DEPENDENCIES simplecov simplecov-cobertura simplecov-json - spring (~> 2.0) + spring (~> 4.0) timecop turbolinks (~> 2.5.3) twitter From 1e0dfe5041bf611272a614fee8620c5f3f98214f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 02:40:59 +0000 Subject: [PATCH 13/17] 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](https://github.com/Nexus-Mods/hcaptcha/compare/9feac4908097e3dc2afd6f08d07cbfbaa1073a1d...v7.1.0) --- updated-dependencies: - dependency-name: hcaptcha dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 ++++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 23348ae4..89f3f42e 100644 --- a/Gemfile +++ b/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" diff --git a/Gemfile.lock b/Gemfile.lock index 10ae8dac..4c89f8c6 100644 --- a/Gemfile.lock +++ b/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) From 572132f9e9c4f4f06b6b9cf32d34e508d5b27830 Mon Sep 17 00:00:00 2001 From: Georg Gadinger Date: Sat, 9 Jul 2022 12:40:20 +0200 Subject: [PATCH 14/17] make captcha readable --- Gemfile | 2 +- Gemfile.lock | 2 +- app/views/devise/registrations/new.haml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 89f3f42e..2a355dbc 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ gem "fog-aws" gem "fog-core" gem "fog-local" gem "haml", "~> 5.0" -gem "hcaptcha", "~> 6.0" +gem "hcaptcha", "~> 7.0" gem "mini_magick" gem "rqrcode" diff --git a/Gemfile.lock b/Gemfile.lock index 4c89f8c6..763d7bbb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -594,7 +594,7 @@ DEPENDENCIES guard-brakeman haml (~> 5.0) haml_lint - hcaptcha (~> 6.0) + hcaptcha (~> 7.0) httparty i18n-js (= 3.9.2) jbuilder (~> 2.10) diff --git a/app/views/devise/registrations/new.haml b/app/views/devise/registrations/new.haml index 68fbe38a..698e63b9 100644 --- a/app/views/devise/registrations/new.haml +++ b/app/views/devise/registrations/new.haml @@ -15,7 +15,7 @@ = f.password_field :password_confirmation, autocomplete: "new-password" - if APP_CONFIG.dig(:hcaptcha, :enabled) - = hcaptcha_tags + = hcaptcha_tags theme: :light %p= raw t(".info", terms: link_to(t("voc.terms"), terms_path)) = f.primary From 18386e88ed7379af9fbc0260b7304491a61d5ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 09:54:23 +0000 Subject: [PATCH 15/17] Bump codecov/codecov-action from 1 to 3 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/retrospring.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/retrospring.yml b/.github/workflows/retrospring.yml index 04d50ef1..47231d80 100644 --- a/.github/workflows/retrospring.yml +++ b/.github/workflows/retrospring.yml @@ -77,7 +77,7 @@ jobs: DISABLE_WEBPACK_IN_TESTS: 1 - name: Lint TypeScript run: yarn run lint - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage/coverage.xml From 84d77704b11a19c17b370808f9ccab8ac384b4e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 00:45:45 +0000 Subject: [PATCH 16/17] Bump actions/setup-node from 1 to 3 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v1...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/retrospring.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/retrospring.yml b/.github/workflows/retrospring.yml index 47231d80..da84ad76 100644 --- a/.github/workflows/retrospring.yml +++ b/.github/workflows/retrospring.yml @@ -49,7 +49,7 @@ jobs: with: bundler-cache: true - name: Set up Node 12 - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: '12' - name: Copy default configuration From 3e6eb346c45b66ece3c8c0c32ef2d797d52b1cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 00:51:13 +0000 Subject: [PATCH 17/17] Bump bootstrap_form from 5.0.0 to 5.1.0 Bumps [bootstrap_form](https://github.com/bootstrap-ruby/bootstrap_form) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/bootstrap-ruby/bootstrap_form/releases) - [Changelog](https://github.com/bootstrap-ruby/bootstrap_form/blob/main/CHANGELOG.md) - [Commits](https://github.com/bootstrap-ruby/bootstrap_form/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: bootstrap_form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 763d7bbb..b8fda2c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,7 +86,7 @@ GEM bindex (0.8.1) binding_of_caller (1.0.0) debug_inspector (>= 0.0.1) - bootstrap_form (5.0.0) + bootstrap_form (5.1.0) actionpack (>= 5.2) activemodel (>= 5.2) brakeman (5.2.3)