Skip to content

Commit 9919d15

Browse files
committed
Bundle update
1 parent c7964d4 commit 9919d15

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ GEM
227227
json (2.9.1)
228228
jwt (2.10.1)
229229
base64
230-
language_server-protocol (3.17.0.3)
230+
language_server-protocol (3.17.0.4)
231231
launchy (3.1.0)
232232
addressable (~> 2.8)
233233
childprocess (~> 5.0)
@@ -299,7 +299,7 @@ GEM
299299
date
300300
stringio
301301
public_suffix (6.0.1)
302-
puma (6.5.0)
302+
puma (6.6.0)
303303
nio4r (~> 2.0)
304304
raabro (1.4.0)
305305
racc (1.8.1)
@@ -392,7 +392,7 @@ GEM
392392
rubocop-ast (>= 1.36.2, < 2.0)
393393
ruby-progressbar (~> 1.7)
394394
unicode-display_width (>= 2.4.0, < 4.0)
395-
rubocop-ast (1.37.0)
395+
rubocop-ast (1.38.0)
396396
parser (>= 3.3.1.0)
397397
rubocop-capybara (2.21.0)
398398
rubocop (~> 1.41)
@@ -439,10 +439,10 @@ GEM
439439
rubyzip (>= 1.2.2, < 3.0)
440440
websocket (~> 1.0)
441441
semantic_range (3.1.0)
442-
sentry-rails (5.22.2)
442+
sentry-rails (5.22.3)
443443
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)
446446
bigdecimal
447447
concurrent-ruby (~> 1.0, >= 1.0.2)
448448
shakapacker (8.1.0)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Join the [Discord](https://discord.gg/KZWFsNN) to discuss content and developmen
1919

2020
```bash
2121
# 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
2424
```
2525

2626
4. To present production content locally during development, set `PRODUCTION_CONTENT=true` in your local `.env` file.

0 commit comments

Comments
 (0)