Skip to content

Commit

Permalink
fix jar-dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Dec 16, 2024
1 parent ba74564 commit f7fb6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ end.spec 'neo4j-ruby-driver' do
require_ruby_version '>= 2.6'
dependency 'async', '< 2', :dev
dependency 'concurrent-ruby-edge', '>= 0.6.0'
dependency 'jar-dependencies', '>= 0.4.1'
dependency 'jar-dependencies', '0.4.1'
dependency 'ruby-maven', '>= 0', :dev

spec_extras[:requirements] = ->(requirements) { requirements << 'jar org.neo4j.driver, neo4j-java-driver-all, 5.27.0' }
Expand Down

0 comments on commit f7fb6c3

Please sign in to comment.