This repository was archived by the owner on Apr 4, 2024. It is now read-only.
File tree 5 files changed +7
-8
lines changed
5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 235
235
mime-types (3.3.1 )
236
236
mime-types-data (~> 3.2015 )
237
237
mime-types-data (3.2020.1104 )
238
- mimemagic (0.3.5 )
238
+ mimemagic (0.3.10 )
239
+ nokogiri (~> 1 )
240
+ rake
239
241
mini_magick (4.11.0 )
240
242
mini_mime (1.0.2 )
241
243
mini_portile2 (2.4.0 )
273
275
puma (5.0.4 )
274
276
nio4r (~> 2.0 )
275
277
rack (2.2.3 )
276
- rack-mini-profiler (0.10.7 )
277
- rack (>= 1.2.0 )
278
278
rack-test (1.1.0 )
279
279
rack (>= 1.0 , < 3 )
280
280
railroady (1.5.3 )
@@ -435,7 +435,6 @@ DEPENDENCIES
435
435
pry-rails
436
436
pry-remote
437
437
puma
438
- rack-mini-profiler (~> 0.10.1 )
439
438
railroady
440
439
rails (~> 6.0.3 )
441
440
rails-controller-testing
Original file line number Diff line number Diff line change 35
35
config . active_storage . service = :local
36
36
37
37
# Use the lowest log level to ensure availability of diagnostic information when problems arise.
38
- config . log_level = : debug
38
+ config . log_level = ENV . fetch ( "CRT_LOG_LEVEL" , " debug" ) . to_sym
39
39
40
40
config . action_mailer . perform_caching = false
41
41
Original file line number Diff line number Diff line change 31
31
config . active_storage . service = :local
32
32
33
33
# Use the lowest log level to ensure availability of diagnostic information when problems arise.
34
- config . log_level = :debug
34
+ config . log_level = ENV . fetch ( "CRT_LOG_LEVEL" , "info" ) . to_sym
35
35
36
36
config . action_mailer . perform_caching = false
37
37
Original file line number Diff line number Diff line change 31
31
config . active_storage . service = :local
32
32
33
33
# Use the lowest log level to ensure availability of diagnostic information when problems arise.
34
- config . log_level = :debug
34
+ config . log_level = ENV . fetch ( 'CRT_LOG_LEVEL' , 'info' ) . to_sym
35
35
36
36
config . action_mailer . perform_caching = false
37
37
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
2
2
3
3
services :
4
4
crt-app :
5
- image : registry.lts.harvard.edu/lts/crt-app:1.4.5
5
+ image : registry.lts.harvard.edu/lts/crt-app:1.4.6
6
6
build :
7
7
context : ./
8
8
dockerfile : DockerfilePub
You can’t perform that action at this time.
0 commit comments