Skip to content

Commit

Permalink
Merge pull request #7 from shardbox/feature/update-shards
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Oct 30, 2021
2 parents 5377cba + 5d48fcd commit c88e9b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ docs: $(SRC_SOURCES) lib

lib: shard.lock
$(SHARDS) install
# Touch is necessary because `shards install` always touches shard.lock
touch lib

shard.lock: shard.yml
$(SHARDS) update
Expand Down
6 changes: 3 additions & 3 deletions shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ shards:

git:
git: https://github.com/smacker/libgit2.cr.git
version: 0.1.0+git.commit.1d42ffdcf6f885a49ece5b2baac00a5146d0a556
version: 0.1.0+git.commit.6267162e7d9e16edace62f942d08565518bc73d9

github-cr:
git: https://github.com/arnavb/github-cr.git
Expand All @@ -26,15 +26,15 @@ shards:

pg:
git: https://github.com/will/crystal-pg.git
version: 0.23.1+git.commit.cafe039cfd6340a271e81603943bb1975f5a91f5
version: 0.24.0

raven:
git: https://github.com/sija/raven.cr.git
version: 1.9.1

shards:
git: https://github.com/crystal-lang/shards.git
version: 0.14.1+git.commit.addc26a3f22fee9fccb01cbb3e8878bef02d4295
version: 0.16.0

webmock:
git: https://github.com/manastech/webmock.cr.git
Expand Down
2 changes: 0 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ license: MIT
dependencies:
shards:
github: crystal-lang/shards
branch: master
pg:
github: will/crystal-pg
branch: master
raven:
github: Sija/raven.cr
git:
Expand Down

0 comments on commit c88e9b3

Please sign in to comment.