Skip to content

Commit

Permalink
Update for Crystal 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Mar 25, 2021
1 parent 19fb582 commit cbb9aba
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ env:
- PGPORT: 5433
- TEST_DATABASE_URL: "postgres:https://postgres:@localhost:5433/shardbox"
- DBMATE: "vendor/bin/dbmate"
- SHARDS_OPTS: "--ignore-crystal-version"

jobs:
include:
Expand Down
20 changes: 12 additions & 8 deletions shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ version: 2.0
shards:
any_hash:
git: https://github.com/sija/any_hash.cr.git
version: 0.2.3
version: 0.2.5

backtracer:
git: https://github.com/sija/backtracer.cr.git
version: 1.2.1

db:
git: https://github.com/crystal-lang/crystal-db.git
version: 0.10.0
version: 0.10.1

git:
git: https://github.com/smacker/libgit2.cr.git
Expand All @@ -18,21 +22,21 @@ shards:

molinillo:
git: https://github.com/crystal-lang/crystal-molinillo.git
version: 0.1.0
version: 0.2.0

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

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

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

webmock:
git: https://github.com/manastech/webmock.cr.git
version: 0.13.0+git.commit.bb3eab30f6c7d1fdc0a7ff14cd136d68e860d1a7
version: 0.14.0+git.commit.42b347cdd64e13193e46167a03593944ae2b3d20

1 change: 1 addition & 0 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
branch: master
pg:
github: will/crystal-pg
branch: master
raven:
github: Sija/raven.cr
git:
Expand Down
1 change: 0 additions & 1 deletion src/db.cr
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require "db"
require "pg"
require "logger"
require "./shard"
require "./release"
require "./category"
Expand Down

0 comments on commit cbb9aba

Please sign in to comment.