no more heading into lib/ to fix crystal-db :slugclose:

This commit is contained in:
Jill 2023-01-03 14:14:48 +03:00
parent ba0eb75f9e
commit c27c9dca4c
2 changed files with 3 additions and 5 deletions

View File

@ -28,8 +28,6 @@ additionally, the lack of configuration compelled me even more to write my own s
`shards install` && `shards build`
you may need to head into `lib/` to fix deps. i'm Very sorry
## setup
copy `.env.example` to `.env` and fill it out, same for `config.example.toml` -> `config.toml`

View File

@ -2,7 +2,7 @@ version: 2.0
shards:
db:
git: https://github.com/crystal-lang/crystal-db.git
version: 0.6.0
version: 0.11.0
dotenv:
git: https://github.com/gdotdesign/cr-dotenv.git
@ -10,11 +10,11 @@ shards:
migrate:
git: https://github.com/oatmealine/migrate.cr.git
version: 0.5.0+git.commit.31af921c4a0ba1d42c4bff8047c5d91584082158
version: 0.5.0+git.commit.a4a24df3d05d0481c76ccd42e45cc48fa3fc1e73
sqlite3:
git: https://github.com/crystal-lang/crystal-sqlite3.git
version: 0.13.0
version: 0.19.0
time_format:
git: https://github.com/vladfaust/time_format.cr.git