Skip to content

Commit

Permalink
feat: update to Crystal 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfaust committed Jan 2, 2018
1 parent 5d9a41d commit b05c770
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deploy:
github_token: $GITHUB_TOKEN
on:
branch: master
local_dir: doc
local_dir: docs
before_script:
- psql -c 'create database migrate_test;' -U postgres
env:
Expand Down
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ version: 0.1.0
authors:
- Vlad Faust <mail@vladfaust.com>

crystal: 0.23.1
crystal: 0.24.1

license: MIT

dependencies:
db:
github: crystal-lang/crystal-db
version: ~> 0.4.2
version: ~> 0.5.0
time_format:
github: vladfaust/time_format.cr
version: ~> 0.1.0

development_dependencies:
pg:
github: will/crystal-pg
version: ~> 0.13.4
version: ~> 0.14.1
2 changes: 1 addition & 1 deletion spec/migrate/migrator_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ describe Migrate::Migrator do

context "when unknown version" do
it "raises" do
expect_raises do
expect_raises Exception do
migrator.to(42)
end
end
Expand Down

0 comments on commit b05c770

Please sign in to comment.