Skip to content

Commit 5871c8b

Browse files
committed
bundle update
1 parent 65510b4 commit 5871c8b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ GEM
7878
authentication-zero (4.0.3)
7979
awesome_print (1.9.2)
8080
aws-eventstream (1.4.0)
81-
aws-partitions (1.1142.0)
81+
aws-partitions (1.1144.0)
8282
aws-sdk-core (3.229.0)
8383
aws-eventstream (~> 1, >= 1.3.0)
8484
aws-partitions (~> 1, >= 1.992.0)
@@ -127,7 +127,7 @@ GEM
127127
drb (2.2.3)
128128
erb (5.0.2)
129129
erubi (1.13.1)
130-
et-orbi (1.2.11)
130+
et-orbi (1.3.0)
131131
tzinfo
132132
factory_bot (6.5.4)
133133
activesupport (>= 6.1.0)
@@ -255,7 +255,7 @@ GEM
255255
redis-client (>= 0.22.0)
256256
redis-client (0.25.1)
257257
connection_pool
258-
regexp_parser (2.11.0)
258+
regexp_parser (2.11.1)
259259
reline (0.6.2)
260260
io-console (~> 0.5)
261261
rexml (3.4.1)
@@ -284,7 +284,7 @@ GEM
284284
lint_roller (~> 1.1)
285285
rubocop (>= 1.75.0, < 2.0)
286286
rubocop-ast (>= 1.38.0, < 2.0)
287-
rubocop-rails (2.32.0)
287+
rubocop-rails (2.33.0)
288288
activesupport (>= 4.2.0)
289289
lint_roller (~> 1.1)
290290
rack (>= 1.1)
@@ -308,7 +308,7 @@ GEM
308308
rexml (~> 3.2, >= 3.2.5)
309309
rubyzip (>= 1.2.2, < 3.0)
310310
websocket (~> 1.0)
311-
sidekiq (8.0.6)
311+
sidekiq (8.0.7)
312312
connection_pool (>= 2.5.0)
313313
json (>= 2.9.0)
314314
logger (>= 1.6.2)

app/controllers/tasks_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def publish
7070
private
7171

7272
def project
73-
@project ||= current_user.projects.find_by(id: params[:project_id])
73+
@project ||= current_user.projects.find_by(id: params[:project_id]) # rubocop: disable Rails/FindByOrAssignmentMemoization
7474
end
7575

7676
def task

0 commit comments

Comments
 (0)