Skip to content

Commit

Permalink
add crystal-community/jwt as a dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Jan 23, 2025
1 parent 7f7645a commit 1cc385f
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ shards:
git: https://github.com/crystal-ameba/ameba.git
version: 1.6.1

bindata:
git: https://github.com/spider-gazelle/bindata.git
version: 2.1.0

halite:
git: https://github.com/icyleaf/halite.git
version: 0.12.0
Expand All @@ -12,6 +16,14 @@ shards:
git: https://github.com/crystal-lang/json_mapping.cr.git
version: 0.1.1

jwt:
git: https://github.com/crystal-community/jwt.git
version: 1.6.1

openssl_ext:
git: https://github.com/spider-gazelle/openssl_ext.git
version: 2.4.4

webmock:
git: https://github.com/manastech/webmock.cr.git
version: 0.14.0
Expand Down
3 changes: 3 additions & 0 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ development_dependencies:
ameba:
github: crystal-ameba/ameba
version: == 1.6.1
jwt:
github: crystal-community/jwt
version: ~> 1.6.1
Binary file modified vendor/shards/cache/ameba-1.6.1.shard
Binary file not shown.
Binary file added vendor/shards/cache/bindata-2.1.0.shard
Binary file not shown.
Binary file modified vendor/shards/cache/halite-0.12.0.shard
Binary file not shown.
Binary file modified vendor/shards/cache/json_mapping-0.1.1.shard
Binary file not shown.
Binary file added vendor/shards/cache/jwt-1.6.1.shard
Binary file not shown.
Binary file added vendor/shards/cache/openssl_ext-2.4.4.shard
Binary file not shown.
Binary file modified vendor/shards/cache/webmock-0.14.0.shard
Binary file not shown.

0 comments on commit 1cc385f

Please sign in to comment.