-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaning up for Crystal 1.0 support (#52)
* Updating crystal version constraint for allowing through 1.0. Cleaning up CI with matrix * make sure it locks habitat to the latest * Using LuckyEnv to hopefully make the crystal constraint happy in CI * Fixing the CI. Moving to master branches while we get the CI happy * Adding back integration spec guards for CI
- Loading branch information
Showing
3 changed files
with
29 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,19 +4,19 @@ version: 0.1.3 | |
authors: | ||
- Paul Smith <[email protected]> | ||
|
||
crystal: 0.36.1 | ||
crystal: ">= 0.36.1, < 2.0.0" | ||
|
||
license: MIT | ||
|
||
dependencies: | ||
habitat: | ||
github: luckyframework/habitat | ||
version: ~> 0.4.4 | ||
branch: master | ||
|
||
development_dependencies: | ||
dotenv: | ||
github: gdotdesign/cr-dotenv | ||
version: 0.7.0 | ||
lucky_env: | ||
github: luckyframework/lucky_env | ||
branch: master | ||
|
||
ameba: | ||
github: crystal-ameba/ameba | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters