Skip to content

Commit

Permalink
relaxed async constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Dec 16, 2024
1 parent 9c745c3 commit 28fa277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Archive testkit artifacts
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: artifacts ${{ matrix.ruby[0] }}
path: ${{ github.workspace }}/testkit/artifacts
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require 'rubygems'
require 'hoe'
require 'stringio'

Hoe.plugin :bundler
Hoe.plugin :gemspec
Expand Down Expand Up @@ -46,7 +47,7 @@ end.spec 'neo4j-ruby-driver' do
spec_extras[:platform] = 'java'
else
require_ruby_version '>= 3.1'
dependency 'async', '< 2.12'
dependency 'async', '< 2.13'
dependency 'async-io', '>= 0'
dependency 'connection_pool', '>= 0'
end
Expand Down

0 comments on commit 28fa277

Please sign in to comment.