File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 227
227
json (2.9.1 )
228
228
jwt (2.10.1 )
229
229
base64
230
- language_server-protocol (3.17.0.3 )
230
+ language_server-protocol (3.17.0.4 )
231
231
launchy (3.1.0 )
232
232
addressable (~> 2.8 )
233
233
childprocess (~> 5.0 )
299
299
date
300
300
stringio
301
301
public_suffix (6.0.1 )
302
- puma (6.5 .0 )
302
+ puma (6.6 .0 )
303
303
nio4r (~> 2.0 )
304
304
raabro (1.4.0 )
305
305
racc (1.8.1 )
392
392
rubocop-ast (>= 1.36.2 , < 2.0 )
393
393
ruby-progressbar (~> 1.7 )
394
394
unicode-display_width (>= 2.4.0 , < 4.0 )
395
- rubocop-ast (1.37 .0 )
395
+ rubocop-ast (1.38 .0 )
396
396
parser (>= 3.3.1.0 )
397
397
rubocop-capybara (2.21.0 )
398
398
rubocop (~> 1.41 )
@@ -439,10 +439,10 @@ GEM
439
439
rubyzip (>= 1.2.2 , < 3.0 )
440
440
websocket (~> 1.0 )
441
441
semantic_range (3.1.0 )
442
- sentry-rails (5.22.2 )
442
+ sentry-rails (5.22.3 )
443
443
railties (>= 5.0 )
444
- sentry-ruby (~> 5.22.2 )
445
- sentry-ruby (5.22.2 )
444
+ sentry-ruby (~> 5.22.3 )
445
+ sentry-ruby (5.22.3 )
446
446
bigdecimal
447
447
concurrent-ruby (~> 1.0 , >= 1.0.2 )
448
448
shakapacker (8.1.0 )
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ Join the [Discord](https://discord.gg/KZWFsNN) to discuss content and developmen
19
19
20
20
``` bash
21
21
# Copy SQL dump into PG container and run it
22
- docker cp /path/to/phishin.sql phishin-pg-1:/docker-entrypoint-initdb.d/dump .sql
23
- docker exec -u postgres phishin-pg-1 psql phishin postgres -f docker-entrypoint-initdb.d/dump .sql
22
+ docker cp /path/to/phishin-dev .sql phishin-pg-1:/docker-entrypoint-initdb.d/data .sql
23
+ docker exec -u postgres phishin-pg-1 psql phishin postgres -f docker-entrypoint-initdb.d/data .sql
24
24
```
25
25
26
26
4 . To present production content locally during development, set ` PRODUCTION_CONTENT=true ` in your local ` .env ` file.
You can’t perform that action at this time.
0 commit comments