Skip to content

Commit

Permalink
Make Avram a real dependency (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmcgarvey authored Nov 22, 2021
1 parent 44649db commit fbbdd31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions config.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require "avram"

database = "authentic_test"

class AppDatabase < Avram::Database
Expand Down
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ dependencies:
lucky:
github: luckyframework/lucky
version: ~> 0.28.0
avram:
github: luckyframework/avram
version: ~> 0.21.0
habitat:
github: luckyframework/habitat
version: ~> 0.4.7

development_dependencies:
avram:
github: luckyframework/avram
version: ~> 0.21.0
ameba:
github: crystal-ameba/ameba
version: ~> 0.14.2
2 changes: 1 addition & 1 deletion spec/spec_helper.cr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "spec"
require "../config"
require "../src/authentic"
require "../config"
require "./support/**"

Spec.before_each do
Expand Down

0 comments on commit fbbdd31

Please sign in to comment.