Skip to content

Commit

Permalink
Need to use neo4j-core rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic committed Sep 23, 2014
1 parent 4297ce9 commit bb02072
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/neo4j/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Neo4j
VERSION = "3.0.0.rc.4"
VERSION = "3.0.0.rc.5"
end
2 changes: 1 addition & 1 deletion neo4j.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ A Neo4j OGM for use in Ruby on Rails and Rack frameworks, intended as a complete
s.add_dependency("activesupport", "~> 4")
s.add_dependency("railties", "~> 4")
s.add_dependency('active_attr', "~> 0.8")
s.add_dependency("neo4j-core", "= 3.0.0.rc.4")
s.add_dependency("neo4j-core", "= 3.0.0.rc.5")

if RUBY_PLATFORM =~ /java/
s.add_dependency("neo4j-community", '~> 2.0')
Expand Down

0 comments on commit bb02072

Please sign in to comment.