Skip to content

Commit

Permalink
Set shard dependencies
Browse files Browse the repository at this point in the history
This isn't working on heroku, but does work locally
  • Loading branch information
edwardloveall committed Nov 25, 2017
1 parent ee54ac5 commit 3acd934
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
19 changes: 11 additions & 8 deletions shard.lock
Expand Up @@ -6,7 +6,7 @@ shards:

db:
github: crystal-lang/crystal-db
version: 0.4.2
version: 0.4.3

habitat:
github: luckyframework/habitat
Expand All @@ -16,31 +16,34 @@ shards:
github: luckyframework/cli
version: 0.6.2

lucky_inflector:
github: luckyframework/inflector
commit: 0f2acf61b5a4b2b514f596bf1f1706b6e9d963d6

lucky_migrator:
github: luckyframework/migrator
version: 0.2.3
commit: bd203f9fa8eb851cce33b322d46060afc896e096

lucky_record:
github: luckyframework/record
version: 0.2.1
commit: e535072cc890952ba3dc308670215eedb2914c64

lucky_router:
github: luckyframework/router
version: 0.2.0

lucky_web:
github: luckyframework/web
version: 0.4.2
commit: dc0a7391ace6032b9041f1cc62524352157c98a7

pg:
github: will/crystal-pg
version: 0.13.4

radix:
github: luislavena/radix
version: 0.3.8
shell-table:
github: jwaldrip/shell-table.cr
version: 0.9.2

teeplate:
github: mosop/teeplate
version: 0.4.5

7 changes: 5 additions & 2 deletions shard.yml
Expand Up @@ -15,7 +15,10 @@ license: MIT
dependencies:
lucky_web:
github: luckyframework/web
version: ~> 0.4.2
commit: dc0a739
lucky_record:
github: luckyframework/record
commit: e535072
lucky_migrator:
github: luckyframework/migrator
version: ~> 0.2.3
commit: bd203f9
2 changes: 1 addition & 1 deletion src/dependencies.cr
@@ -1,3 +1,3 @@
require "lucky_record"
require "lucky_web"
require "lucky_migrator"
require "lucky_migrator"

0 comments on commit 3acd934

Please sign in to comment.