File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
+ # Copyright (c) 2014 - 2023 UNICEF. All rights reserved.
4
+
3
5
Pry . commands . alias_command 'c' , 'continue'
4
6
Pry . commands . alias_command 's' , 'step'
5
7
Pry . commands . alias_command 'n' , 'next'
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
+ # Copyright (c) 2014 - 2023 UNICEF. All rights reserved.
4
+
3
5
source 'https://rubygems.org'
4
6
ruby '3.2.2'
5
7
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
+ # Copyright (c) 2014 - 2023 UNICEF. All rights reserved.
4
+
3
5
# This file is used by Rack-based servers to start the application.
4
6
# Setting PRIMERO_WAIT_FOR_DB for all server processes.
5
7
# We should only wait for for the database when we launch daemons or the app server.
You can’t perform that action at this time.
0 commit comments