neo4jrb / neo4jrb_spatial

Basic integration between Neo4j.rb and Neo4j Spatial
12 stars 12 forks source link

fix version conflict, close #4 #5

Closed tobias74 closed 9 years ago

tobias74 commented 9 years ago

is this correct like this?

I am currently installing ruby-2.2.2 in order to test this. In case anything fails I will push the fix on this PR-branch.

Thank you :-)

subvertallchris commented 9 years ago

Pretty much! I think >= 5.0.1 might be better, it'll keep us from cutting support of people using that version. Nobody should still be on 5.0.1 anyway but who am I to dictate that? ;-)

tobias74 commented 9 years ago

I have the same error locally: Bundler could not find compatible versions for gem "neo4j-core":

Where did I go wrong? I tried switching back to ~> 5.0.1 but the error persists.

subvertallchris commented 9 years ago

Looks like it needed some changes to the Gemfile, plus the rake tasks had to be fixed to get things building in Travis. I made the changes and pushed directly to master, so I'm going to close this. v1.1.0 was just released. Thanks so much for tracking this down, sorry that we weren't able to use this PR!