Skip to content

Commit

Permalink
feat: update to Crystal 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfaust committed Jun 16, 2018
1 parent 983ab49 commit 6ac6952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.4.0
authors:
- Vlad Faust <mail@vladfaust.com>

crystal: 0.24.2
crystal: 0.25.0

license: MIT

Expand All @@ -19,4 +19,4 @@ dependencies:
development_dependencies:
pg:
github: will/crystal-pg
version: ~> 0.14.1
version: ~> 0.15.0
2 changes: 1 addition & 1 deletion spec/validation_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ module ValidationSpec
it "validates in" do
user.height = 0.1
user.validate
user.errors.should eq ([{:height => "must be included in 0.5..2.5"}])
user.errors.should eq ([{:height => "must be included in (0.5..2.5)"}])
end
end

Expand Down

0 comments on commit 6ac6952

Please sign in to comment.