Skip to content

Commit

Permalink
Increase max version of neo4j dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pmackay committed Feb 27, 2017
1 parent 89efe33 commit b6ff9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo4jrb_spatial.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'pry'

spec.add_dependency 'neo4j', '>= 5.0.1', '< 8'
spec.add_dependency 'neo4j', '>= 5.0.1', '< 9'
spec.add_dependency 'neo4j-core', '>= 5.0.1'
spec.add_dependency 'neo4j-rake_tasks', '~> 0.3'
end

0 comments on commit b6ff9ca

Please sign in to comment.