Skip to content

Commit

Permalink
updated active_support versions
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed May 1, 2024
1 parent ca506c1 commit 2bdb6bd
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 @@ -42,7 +42,7 @@ end.spec 'neo4j-ruby-driver' do
dependency 'jar-dependencies', '= 0.4.1'
dependency 'ruby-maven', '>= 0', :dev

spec_extras[:requirements] = ->(requirements) { requirements << 'jar org.neo4j.driver, neo4j-java-driver, 4.4.12' }
spec_extras[:requirements] = ->(requirements) { requirements << 'jar org.neo4j.driver, neo4j-java-driver, 4.4.16' }
spec_extras[:platform] = 'java'
else
require_ruby_version '>= 3.1'
Expand Down

0 comments on commit 2bdb6bd

Please sign in to comment.