Skip to content

Commit

Permalink
Merge pull request #362 from olliebennett/dependabot/bundler/rubocop-…
Browse files Browse the repository at this point in the history
…rails-2.21.2

Bump rubocop-rails from 2.20.2 to 2.21.2
  • Loading branch information
olliebennett authored Oct 5, 2023
2 parents dc7a6fd + 5af41ae commit 07307e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion app/views/hunts/_details.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</h4>

<div class="row">
<% if hunt.hunt_memberships.includes(:user).each do |hm| %>
<% if hunt.hunt_memberships.includes(:user).find_each do |hm| %>
<div class="col-12 col-md-6 col-lg-4">
<div class="media mt-2 mb-2">
<%= image_tag hm.user.gravatar_url(70),
Expand Down

0 comments on commit 07307e1

Please sign in to comment.