Skip to content

Commit 2ec846c

Browse files
authored
ci: remove needless workaround for ADBC < 20 (#14)
1 parent dac9f3d commit 2ec846c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,5 @@ if File.exist?(local_adbc)
3939
gem "red-adbc"
4040
end
4141
else
42-
# This is a workaround until ADBC 20 is released.
43-
# See also: https://github.com/apache/arrow-adbc/issues/3178
44-
gem "red-arrow", "< 21.0.0"
4542
gem "red-adbc"
4643
end

0 commit comments

Comments
 (0)