Created
December 9, 2011 09:11
-
-
Save dnagir/1450836 to your computer and use it in GitHub Desktop.
devise-neo4j
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source 'http://rubygems.org' | |
| gem "neo4j", "~> 1.3.0" | |
| gem "devise-neo4j" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > bundle | |
| Fetching source index for http://rubygems.org/ | |
| You have requested: | |
| neo4j ~> 1.3.0 | |
| The bundle currently has neo4j locked at 1.3.0. | |
| Try running `bundle update neo4j` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment