Skip to content

Commit

Permalink
Support https:// urls sans Bundler (#306)
Browse files Browse the repository at this point in the history
Validation of an https URL fails without Bundler.  It's possible to run
migrations without during development and then get very confused when
you try to deploy to a production system.
  • Loading branch information
Julian Simpson authored and cheerfulstoic committed Nov 22, 2017
1 parent 2766d9f commit 4f6f0be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/neo4j/core/cypher_session/adaptors/http.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'neo4j/core/cypher_session/adaptors'
require 'neo4j/core/cypher_session/adaptors/has_uri'
require 'neo4j/core/cypher_session/responses/http'
require 'uri'

# TODO: Work with `Query` objects
module Neo4j
Expand Down

0 comments on commit 4f6f0be

Please sign in to comment.