Skip to content

Commit

Permalink
require date library for those not in environments like Rails (fixes #…
Browse files Browse the repository at this point in the history
…852)

(cherry picked from commit 1fb8c64)
  • Loading branch information
cheerfulstoic committed Jul 29, 2015
1 parent e7c52fb commit da6b756
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/neo4j/shared/type_converters.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'date'

module Neo4j::Shared
module TypeConverters
# Converts Date objects to Java long types. Must be timezone UTC.
Expand Down

0 comments on commit da6b756

Please sign in to comment.