Skip to content

Commit

Permalink
Support any version >= 2.1.1 (not just twiddlewakka)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheerfulstoic committed Mar 27, 2015
1 parent 230d693 commit 632b471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo4j-core.gemspec
Expand Up @@ -44,7 +44,7 @@ Neo4j-core provides classes and methods to work with the graph database Neo4j.
s.add_development_dependency('rubocop', '~> 0.29.1')

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 632b471

Please sign in to comment.