Skip to content

Commit

Permalink
updated neo4j-ruby-driver version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Aug 13, 2024
1 parent 2dbaa9f commit 4f071da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activegraph.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ DESCRIPTION

s.add_dependency('activemodel', '>= 7')
s.add_dependency('i18n', '!= 1.8.8') # https://github.com/jruby/jruby/issues/6547
s.add_dependency('neo4j-ruby-driver', '>= 5')
s.add_dependency('neo4j-ruby-driver', '>= 5.7.0.alpha.1')
s.add_dependency('orm_adapter', '>= 0.5.0')
s.add_dependency('sorted_set')
s.add_development_dependency('guard')
Expand Down

0 comments on commit 4f071da

Please sign in to comment.