Skip to content

Commit

Permalink
Fix release to neo4j-community dependency as 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic committed Mar 27, 2015
1 parent d18d9b9 commit 089a8ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/neo4j-core/version.rb
@@ -1,5 +1,5 @@
module Neo4j
module Core
VERSION = '4.0.5'
VERSION = '4.0.6'
end
end
2 changes: 1 addition & 1 deletion neo4j-core.gemspec
Expand Up @@ -41,7 +41,7 @@ Neo4j-core provides classes and methods to work with the graph database Neo4j.
s.add_development_dependency('guard-rubocop')

if RUBY_PLATFORM == 'java'
s.add_dependency('neo4j-community', '~> 2.1.1')
s.add_dependency('neo4j-community', '>= 2.1.1')
s.add_development_dependency 'ruby-debug'
end
end

0 comments on commit 089a8ea

Please sign in to comment.