Skip to content

Commit

Permalink
update gemspec to require neo4j-core 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
subvertallchris committed Jan 9, 2015
1 parent e1c3245 commit 5819fff
Showing 1 changed file with 1 addition and 1 deletion.
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 (Object-Graph-Mapper) for use in Ruby on Rails and Rack frameworks h
s.add_dependency("activesupport", "~> 4")
s.add_dependency("railties", "~> 4")
s.add_dependency('active_attr', "~> 0.8")
s.add_dependency("neo4j-core", "~> 3.1.0")
s.add_dependency("neo4j-core", "~> 4.0.0")

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

0 comments on commit 5819fff

Please sign in to comment.