Skip to content

Commit c8ab6ed

Browse files
R2-2642 Adding comments to Gemfile, config.ru, .pryrc
1 parent 8724b15 commit c8ab6ed

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.pryrc

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
# Copyright (c) 2014 - 2023 UNICEF. All rights reserved.
4+
35
Pry.commands.alias_command 'c', 'continue'
46
Pry.commands.alias_command 's', 'step'
57
Pry.commands.alias_command 'n', 'next'

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
# Copyright (c) 2014 - 2023 UNICEF. All rights reserved.
4+
35
source 'https://rubygems.org'
46
ruby '3.2.2'
57

config.ru

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
# Copyright (c) 2014 - 2023 UNICEF. All rights reserved.
4+
35
# This file is used by Rack-based servers to start the application.
46
# Setting PRIMERO_WAIT_FOR_DB for all server processes.
57
# We should only wait for for the database when we launch daemons or the app server.

0 commit comments

Comments
 (0)