From 8c1a18048d3806c10f61d9710fe6a1bd0730f3fe Mon Sep 17 00:00:00 2001 From: Mikhail Date: Tue, 30 Jul 2024 20:47:40 +0300 Subject: [PATCH 1/8] fix: long emails overflow in account menu dropdown --- app/views/layouts/_sidebar.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_sidebar.html.erb b/app/views/layouts/_sidebar.html.erb index 3fd892f3..d1716c85 100644 --- a/app/views/layouts/_sidebar.html.erb +++ b/app/views/layouts/_sidebar.html.erb @@ -22,7 +22,7 @@ <% else %>
<%= Current.user.initial %>
<% end %> -
+
<%= Current.user.display_name %> <% if Current.user.display_name != Current.user.email %> <%= Current.user.email %> -- 2.53.0 From 1f5721a8b1d500300d50ba410804c7f6635dd102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 09:30:21 -0400 Subject: [PATCH 2/8] Bump sentry-rails from 5.18.1 to 5.18.2 (#1033) Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) from 5.18.1 to 5.18.2. - [Release notes](https://github.com/getsentry/sentry-ruby/releases) - [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-ruby/compare/5.18.1...5.18.2) --- updated-dependencies: - dependency-name: sentry-rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c252111c..01908e48 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -272,17 +272,17 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.16.6-aarch64-linux) + nokogiri (1.16.7-aarch64-linux) racc (~> 1.4) - nokogiri (1.16.6-arm-linux) + nokogiri (1.16.7-arm-linux) racc (~> 1.4) - nokogiri (1.16.6-arm64-darwin) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.6-x86-linux) + nokogiri (1.16.7-x86-linux) racc (~> 1.4) - nokogiri (1.16.6-x86_64-darwin) + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.6-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) octokit (9.1.0) faraday (>= 1, < 3) @@ -392,10 +392,10 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sentry-rails (5.18.1) + sentry-rails (5.18.2) railties (>= 5.0) - sentry-ruby (~> 5.18.1) - sentry-ruby (5.18.1) + sentry-ruby (~> 5.18.2) + sentry-ruby (5.18.2) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) simplecov (0.22.0) -- 2.53.0 From 02adba52803e42304bf0d478e50a9d760ec31bb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 09:30:31 -0400 Subject: [PATCH 3/8] Bump tailwindcss-rails from 2.6.3 to 2.6.4 (#1031) Bumps [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/rails/tailwindcss-rails/releases) - [Changelog](https://github.com/rails/tailwindcss-rails/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/tailwindcss-rails/compare/v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: tailwindcss-rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 01908e48..ca901b74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -411,17 +411,17 @@ GEM railties (>= 6.0.0) stringio (3.1.1) strscan (3.1.0) - tailwindcss-rails (2.6.3) + tailwindcss-rails (2.6.4) railties (>= 7.0.0) - tailwindcss-rails (2.6.3-aarch64-linux) + tailwindcss-rails (2.6.4-aarch64-linux) railties (>= 7.0.0) - tailwindcss-rails (2.6.3-arm-linux) + tailwindcss-rails (2.6.4-arm-linux) railties (>= 7.0.0) - tailwindcss-rails (2.6.3-arm64-darwin) + tailwindcss-rails (2.6.4-arm64-darwin) railties (>= 7.0.0) - tailwindcss-rails (2.6.3-x86_64-darwin) + tailwindcss-rails (2.6.4-x86_64-darwin) railties (>= 7.0.0) - tailwindcss-rails (2.6.3-x86_64-linux) + tailwindcss-rails (2.6.4-x86_64-linux) railties (>= 7.0.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) -- 2.53.0 From 08b59ad5fe213b286c107bdc94befb832f530271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 09:30:39 -0400 Subject: [PATCH 4/8] Bump pg from 1.5.6 to 1.5.7 (#1027) Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.6 to 1.5.7. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.5.6...v1.5.7) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ca901b74..9ed8d163 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -292,7 +292,7 @@ GEM parser (3.3.1.0) ast (~> 2.4.1) racc - pg (1.5.6) + pg (1.5.7) prism (0.30.0) propshaft (0.9.0) actionpack (>= 7.0.0) -- 2.53.0 From 7645a9ec5683f61e0d970d5782725b7b7e8592e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 09:31:06 -0400 Subject: [PATCH 5/8] Bump image_processing from 1.12.2 to 1.13.0 (#1028) Bumps [image_processing](https://github.com/janko/image_processing) from 1.12.2 to 1.13.0. - [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md) - [Commits](https://github.com/janko/image_processing/compare/v1.12.2...v1.13.0) --- updated-dependencies: - dependency-name: image_processing 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> --- Gemfile.lock | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9ed8d163..1877f201 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -187,7 +187,12 @@ GEM net-http faraday-retry (2.2.1) faraday (~> 2.0) - ffi (1.16.3) + ffi (1.17.0-aarch64-linux-gnu) + ffi (1.17.0-arm-linux-gnu) + ffi (1.17.0-arm64-darwin) + ffi (1.17.0-x86-linux-gnu) + ffi (1.17.0-x86_64-darwin) + ffi (1.17.0-x86_64-linux-gnu) fugit (1.11.0) et-orbi (~> 1, >= 1.2.11) raabro (~> 1.4) @@ -218,7 +223,7 @@ GEM rails-i18n rainbow (>= 2.2.2, < 4.0) terminal-table (>= 1.5.1) - image_processing (1.12.2) + image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) importmap-rails (2.0.1) @@ -254,7 +259,7 @@ GEM net-smtp marcel (1.0.4) matrix (0.4.2) - mini_magick (4.12.0) + mini_magick (4.13.2) mini_mime (1.1.5) minitest (5.24.1) mocha (2.4.2) @@ -379,8 +384,9 @@ GEM ruby-lsp-rails (0.3.11) ruby-lsp (>= 0.17.2, < 0.18.0) ruby-progressbar (1.13.0) - ruby-vips (2.2.1) + ruby-vips (2.2.2) ffi (~> 1.12) + logger ruby2_keywords (0.0.5) rubyzip (2.3.2) sawyer (0.9.2) -- 2.53.0 From 6231814e1e70ec71bccda9f650c653711e7d9993 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 09:31:13 -0400 Subject: [PATCH 6/8] Bump mocha from 2.4.2 to 2.4.5 (#1029) Bumps [mocha](https://github.com/freerange/mocha) from 2.4.2 to 2.4.5. - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](https://github.com/freerange/mocha/compare/v2.4.2...v2.4.5) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1877f201..4175857e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,7 +262,7 @@ GEM mini_magick (4.13.2) mini_mime (1.1.5) minitest (5.24.1) - mocha (2.4.2) + mocha (2.4.5) ruby2_keywords (>= 0.0.5) msgpack (1.7.2) net-http (0.4.1) -- 2.53.0 From 11f58537dbd31311648b5ec2a24a7b33373bbd2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 09:32:09 -0400 Subject: [PATCH 7/8] Bump pagy from 9.0.2 to 9.0.3 (#1030) Bumps [pagy](https://github.com/ddnexus/pagy) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/ddnexus/pagy/releases) - [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md) - [Commits](https://github.com/ddnexus/pagy/compare/9.0.2...9.0.3) --- updated-dependencies: - dependency-name: pagy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4175857e..87c1d8fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -292,7 +292,7 @@ GEM octokit (9.1.0) faraday (>= 1, < 3) sawyer (~> 0.9) - pagy (9.0.2) + pagy (9.0.3) parallel (1.24.0) parser (3.3.1.0) ast (~> 2.4.1) -- 2.53.0 From 2c5f647f5317164510c016bb69b6e700ceb440d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 09:40:35 -0400 Subject: [PATCH 8/8] Bump rails from `1b89033` to `5cb5cad` (#1035) Bumps [rails](https://github.com/rails/rails) from `1b89033` to `5cb5cad`. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/1b8903346000e1848e62e09429d325499af03b3f...5cb5cad3224d03114313fbe28c4dd1374c313d8f) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 87c1d8fc..0e36e27c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT GIT remote: https://github.com/rails/rails.git - revision: 1b8903346000e1848e62e09429d325499af03b3f + revision: 5cb5cad3224d03114313fbe28c4dd1374c313d8f branch: 7-2-stable specs: actioncable (7.2.0.beta3) @@ -310,7 +310,7 @@ GEM puma (6.4.2) nio4r (~> 2.0) raabro (1.4.0) - racc (1.8.0) + racc (1.8.1) rack (3.1.7) rack-session (2.0.0) rack (>= 3.0.0) @@ -459,7 +459,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.16) + zeitwerk (2.6.17) PLATFORMS aarch64-linux -- 2.53.0