-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update to work with Crystal 0.26
- Loading branch information
Showing
4 changed files
with
11 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM crystallang/crystal:0.25.0 | ||
FROM crystallang/crystal:0.26.0 | ||
|
||
# Add the app and build it | ||
WORKDIR /app/ | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: crystalworld | ||
version: 0.1.0 | ||
version: 0.2.0 | ||
|
||
authors: | ||
- Vlad Faust <[email protected]> | ||
|
@@ -10,7 +10,7 @@ targets: | |
cake: | ||
main: src/bin/cake.cr | ||
|
||
crystal: 0.25.0 | ||
crystal: 0.26.0 | ||
|
||
license: MIT | ||
|
||
|
@@ -25,13 +25,13 @@ dependencies: | |
version: ~> 0.15.0 | ||
migrate: | ||
github: vladfaust/migrate.cr | ||
version: ~> 0.2.0 | ||
version: ~> 0.3.0 | ||
core: | ||
github: vladfaust/core | ||
version: ~> 0.4.0 | ||
version: ~> 0.4.1 | ||
prism: | ||
github: vladfaust/prism | ||
version: ~> 0.2.0 | ||
version: ~> 0.3.0 | ||
jwt: | ||
github: crystal-community/jwt | ||
version: ~> 0.3.0 | ||
|
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