Skip to content

Commit

Permalink
Require 'securerandom' for startup packet
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanbergen committed Apr 10, 2017
1 parent 31e3dee commit d5e65d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/vertica.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'date'
require 'time'
require 'bigdecimal'
require 'securerandom'

# Main module for this library. It contains the {.connect} method to return a
# {Vertica::Connection} instance, and methods to quote values ({.quote}) and
Expand Down

0 comments on commit d5e65d4

Please sign in to comment.