From 6e6ce445bf1af3c0cc8bd84bfffd60ce24f9b8f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 00:51:45 +0000 Subject: [PATCH 1/5] Bump devise from 4.8.1 to 4.9.2 Bumps [devise](https://github.com/heartcombo/devise) from 4.8.1 to 4.9.2. - [Release notes](https://github.com/heartcombo/devise/releases) - [Changelog](https://github.com/heartcombo/devise/blob/main/CHANGELOG.md) - [Commits](https://github.com/heartcombo/devise/compare/v4.8.1...v4.9.2) --- updated-dependencies: - dependency-name: devise dependency-type: direct:production 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 a2b711b6..8115b54d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1269,7 +1269,7 @@ GEM barnes (0.0.9) multi_json (~> 1) statsd-ruby (~> 1.1) - bcrypt (3.1.16) + bcrypt (3.1.18) bindex (0.8.1) binding_of_caller (1.0.0) debug_inspector (>= 0.0.1) @@ -1311,7 +1311,7 @@ GEM db_text_search (1.0.0) activerecord (>= 4.1.15) debug_inspector (1.1.0) - devise (4.8.1) + devise (4.9.2) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -1433,7 +1433,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.19.1) + loofah (2.20.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) lru_redux (1.1.0) @@ -1520,7 +1520,7 @@ GEM rack (>= 1.2.0) rack-proxy (0.7.6) rack - rack-test (2.0.2) + rack-test (2.1.0) rack (>= 1.3) rails (6.1.7.2) actioncable (= 6.1.7.2) @@ -1575,9 +1575,9 @@ GEM redis-client (>= 0.9.0) redis-client (0.10.0) connection_pool - responders (3.0.1) - actionpack (>= 5.0) - railties (>= 5.0) + responders (3.1.0) + actionpack (>= 5.2) + railties (>= 5.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) From 80586eec63e8b5ec19048690893cb880e83a874d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 12:57:39 +0000 Subject: [PATCH 2/5] Bump pg from 1.4.5 to 1.4.6 Bumps [pg](https://github.com/ged/ruby-pg) from 1.4.5 to 1.4.6. - [Release notes](https://github.com/ged/ruby-pg/releases) - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.4.5...v1.4.6) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a2b711b6..034598a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1502,7 +1502,7 @@ GEM faraday (~> 1.4) faraday_middleware (~> 1) paypalhttp (1.0.1) - pg (1.4.5) + pg (1.4.6) pkg-config (1.5.1) pry (0.14.2) coderay (~> 1.1) From 249968a4badf2b924e79f06548e70087bf48a0c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 12:58:48 +0000 Subject: [PATCH 3/5] Bump redis from 5.0.5 to 5.0.6 Bumps [redis](https://github.com/redis/redis-rb) from 5.0.5 to 5.0.6. - [Release notes](https://github.com/redis/redis-rb/releases) - [Changelog](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/redis-rb/compare/v5.0.5...v5.0.6) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a2b711b6..9d941284 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1294,7 +1294,7 @@ GEM execjs coffee-script-source (1.12.2) concurrent-ruby (1.2.2) - connection_pool (2.3.0) + connection_pool (2.4.0) crass (1.0.6) csv (3.2.6) d3-rails (5.9.2) @@ -1571,9 +1571,9 @@ GEM railties (>= 3.2) tilt redcarpet (3.6.0) - redis (5.0.5) + redis (5.0.6) redis-client (>= 0.9.0) - redis-client (0.10.0) + redis-client (0.14.1) connection_pool responders (3.0.1) actionpack (>= 5.0) From 95e833aeed7cf30e325663f42c7c38a2789fac6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 13:06:15 +0000 Subject: [PATCH 4/5] Bump sqlite3 from 1.6.0 to 1.6.2 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.0 to 1.6.2. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v1.6.0...v1.6.2) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a2b711b6..d878b2c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1630,9 +1630,9 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.0) + sqlite3 (1.6.2) mini_portile2 (~> 2.8.0) - sqlite3 (1.6.0-x86_64-linux) + sqlite3 (1.6.2-x86_64-linux) stackprof (0.2.25) statsd-ruby (1.5.0) stripe (5.55.0) From 841956d2603b38813b580a355e34eca4661e4f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 22:17:42 +0000 Subject: [PATCH 5/5] Bump memory_profiler from 1.0.0 to 1.0.1 Bumps [memory_profiler](https://github.com/SamSaffron/memory_profiler) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/SamSaffron/memory_profiler/releases) - [Changelog](https://github.com/SamSaffron/memory_profiler/blob/master/CHANGELOG.md) - [Commits](https://github.com/SamSaffron/memory_profiler/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: memory_profiler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8115b54d..516cbb0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1447,7 +1447,7 @@ GEM railties (>= 3.2) medium-editor-rails (2.3.1) railties (>= 3.0) - memory_profiler (1.0.0) + memory_profiler (1.0.1) meta-tags (2.18.0) actionpack (>= 3.2.0, < 7.1) method_source (1.0.0)