Skip to content

Commit

Permalink
downgraded async due to failing specs
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Jun 11, 2024
1 parent 0caa616 commit 0c26931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ end.spec 'neo4j-ruby-driver' do
spec_extras[:platform] = 'java'
else
require_ruby_version '>= 3.1'
dependency 'async', '< 2.12'
dependency 'async-io', '>= 0'
dependency 'connection_pool', '>= 0'
end
Expand Down

0 comments on commit 0c26931

Please sign in to comment.