mirror of
https://git.sr.ht/~edwardloveall/scribe
synced 2025-12-10 04:31:22 +00:00
Remove unused carbon shard which should fix build failures
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2023-05-21
|
||||||
|
|
||||||
|
* Remove unused carbon shard which should fix build failures
|
||||||
|
|
||||||
2023-05-06
|
2023-05-06
|
||||||
|
|
||||||
* Upgrade to Lucky framework 1.0.0
|
* Upgrade to Lucky framework 1.0.0
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
Spec.before_each do
|
|
||||||
Carbon::DevAdapter.reset
|
|
||||||
end
|
|
||||||
@@ -10,7 +10,6 @@ require "./support/**"
|
|||||||
require "../db/migrations/**"
|
require "../db/migrations/**"
|
||||||
require "./setup/**"
|
require "./setup/**"
|
||||||
|
|
||||||
include Carbon::Expectations
|
|
||||||
include Lucky::RequestExpectations
|
include Lucky::RequestExpectations
|
||||||
include LuckyFlow::Expectations
|
include LuckyFlow::Expectations
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,5 @@ LuckyEnv.load?(".env")
|
|||||||
# Require your shards here
|
# Require your shards here
|
||||||
require "avram"
|
require "avram"
|
||||||
require "lucky"
|
require "lucky"
|
||||||
require "carbon"
|
|
||||||
require "authentic"
|
require "authentic"
|
||||||
require "monads"
|
require "monads"
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module Scribe
|
module Scribe
|
||||||
VERSION = "2023-05-06"
|
VERSION = "2023-05-21"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user