File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 78
78
authentication-zero (4.0.3 )
79
79
awesome_print (1.9.2 )
80
80
aws-eventstream (1.4.0 )
81
- aws-partitions (1.1142 .0 )
81
+ aws-partitions (1.1144 .0 )
82
82
aws-sdk-core (3.229.0 )
83
83
aws-eventstream (~> 1 , >= 1.3.0 )
84
84
aws-partitions (~> 1 , >= 1.992.0 )
127
127
drb (2.2.3 )
128
128
erb (5.0.2 )
129
129
erubi (1.13.1 )
130
- et-orbi (1.2.11 )
130
+ et-orbi (1.3.0 )
131
131
tzinfo
132
132
factory_bot (6.5.4 )
133
133
activesupport (>= 6.1.0 )
255
255
redis-client (>= 0.22.0 )
256
256
redis-client (0.25.1 )
257
257
connection_pool
258
- regexp_parser (2.11.0 )
258
+ regexp_parser (2.11.1 )
259
259
reline (0.6.2 )
260
260
io-console (~> 0.5 )
261
261
rexml (3.4.1 )
284
284
lint_roller (~> 1.1 )
285
285
rubocop (>= 1.75.0 , < 2.0 )
286
286
rubocop-ast (>= 1.38.0 , < 2.0 )
287
- rubocop-rails (2.32 .0 )
287
+ rubocop-rails (2.33 .0 )
288
288
activesupport (>= 4.2.0 )
289
289
lint_roller (~> 1.1 )
290
290
rack (>= 1.1 )
308
308
rexml (~> 3.2 , >= 3.2.5 )
309
309
rubyzip (>= 1.2.2 , < 3.0 )
310
310
websocket (~> 1.0 )
311
- sidekiq (8.0.6 )
311
+ sidekiq (8.0.7 )
312
312
connection_pool (>= 2.5.0 )
313
313
json (>= 2.9.0 )
314
314
logger (>= 1.6.2 )
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ def publish
70
70
private
71
71
72
72
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
74
74
end
75
75
76
76
def task
You can’t perform that action at this time.
0 commit comments