From c6e9509938ffdaf9a58d32875a8424ecfa661bd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:09:35 +0000 Subject: [PATCH 1/2] Bump rubocop-rails from 2.20.2 to 2.21.2 Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.20.2 to 2.21.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.20.2...v2.21.2) --- updated-dependencies: - dependency-name: rubocop-rails 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 b7607cd4..44c06eb9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -281,7 +281,7 @@ GEM rubocop-performance (1.19.0) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.20.2) + rubocop-rails (2.21.2) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) From 5af41ae9c6a8d03bb36a3d649a18eff432ae9a36 Mon Sep 17 00:00:00 2001 From: Ollie Bennett Date: Wed, 4 Oct 2023 21:48:43 +0100 Subject: [PATCH 2/2] Ruumba: Rails/FindEach fix --- app/views/hunts/_details.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/hunts/_details.html.erb b/app/views/hunts/_details.html.erb index cf323edd..74d2d89d 100644 --- a/app/views/hunts/_details.html.erb +++ b/app/views/hunts/_details.html.erb @@ -3,7 +3,7 @@
- <% if hunt.hunt_memberships.includes(:user).each do |hm| %> + <% if hunt.hunt_memberships.includes(:user).find_each do |hm| %>
<%= image_tag hm.user.gravatar_url(70),