Skip to content

Commit

Permalink
gemspec requires neo4j-core 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
subvertallchris committed Jun 24, 2015
1 parent 5764219 commit dabfa6d
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 @@ -30,7 +30,7 @@ A Neo4j OGM (Object-Graph-Mapper) for use in Ruby on Rails and Rack frameworks h
s.add_dependency('activemodel', '~> 4')
s.add_dependency('activesupport', '~> 4')
s.add_dependency('active_attr', '~> 0.8')
s.add_dependency('neo4j-core', '~> 5.0.0')
s.add_dependency('neo4j-core', '~> 5.0.1')
s.add_dependency('neo4j-community', '~> 2.0') if RUBY_PLATFORM =~ /java/
s.add_development_dependency('railties', '~> 4')
s.add_development_dependency('pry')
Expand Down

0 comments on commit dabfa6d

Please sign in to comment.