Skip to content

Commit

Permalink
crystal 0.26.1 support (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 authored and drujensen committed Oct 14, 2018
1 parent fe7fa54 commit d7e85ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM crystallang/crystal:0.26.0
FROM crystallang/crystal:0.26.1

RUN apt-get update -qq && apt-get install -y --no-install-recommends libpq-dev libsqlite3-dev libmysqlclient-dev

Expand Down
6 changes: 3 additions & 3 deletions src/granite/base.cr
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ class Granite::Base
include Migrator
include Select

include JSON::Serializable
include YAML::Serializable

extend Querying
extend Transactions::ClassMethods

macro inherited
macro finished
include JSON::Serializable
include YAML::Serializable

__process_table
__process_fields
__process_select
Expand Down

0 comments on commit d7e85ff

Please sign in to comment.