Skip to content

Commit

Permalink
Merge pull request #78 from ysbaddaden/fix/pg-and-crystal-compatibility
Browse files Browse the repository at this point in the history
Fix: broken installation with pg
  • Loading branch information
drujensen authored Sep 11, 2021
2 parents b2d9343 + 6d88fb4 commit a5ecbe6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
22 changes: 11 additions & 11 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: micrate
version: 0.10.0
crystal: 1.0.0
version: 0.11.0
crystal: ">= 0.36.1, < 2.0.0"

authors:
- Juan Edi <[email protected]>
Expand All @@ -14,15 +14,6 @@ targets:
main: src/micrate-bin.cr

dependencies:
pg:
github: will/crystal-pg
version: ~> 0.23.1
mysql:
github: crystal-lang/crystal-mysql
version: ~> 0.13.0
sqlite3:
github: crystal-lang/crystal-sqlite3
version: ~> 0.18.0
db:
github: crystal-lang/crystal-db
version: ~> 0.10.0
Expand All @@ -31,3 +22,12 @@ development_dependencies:
spectator:
gitlab: arctic-fox/spectator
branch: master
pg:
github: will/crystal-pg
version: ~> 0.24.0
mysql:
github: crystal-lang/crystal-mysql
version: ~> 0.13.0
sqlite3:
github: crystal-lang/crystal-sqlite3
version: ~> 0.18.0
4 changes: 0 additions & 4 deletions src/micrate/cli.cr
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
require "log"

require "pg"
require "mysql"
require "sqlite3"

module Micrate
module Cli
Log = ::Log.for(self)
Expand Down

0 comments on commit a5ecbe6

Please sign in to comment.