Skip to content

Commit 7e9af2f

Browse files
committed
Lock rubyzip to fix CI.
We should refactor this gem to use the block syntax and avoid having tempfiles hanging around, but that is a large refactoring.
1 parent 76d387c commit 7e9af2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spatial_features.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
2121
s.add_runtime_dependency "delayed_job_active_record", '~> 4.1'
2222
s.add_runtime_dependency "rgeo-shapefile", '~> 3.1'
2323
s.add_runtime_dependency "rgeo-geojson", '~> 2.1.1'
24-
s.add_runtime_dependency "rubyzip", '>= 1.0.0'
24+
s.add_runtime_dependency "rubyzip", '2.4.1' # FIXME: v3 doesn't support the non-block form of Zip::File.open, which is used in Unzip.entries
2525
s.add_runtime_dependency "nokogiri"
2626

2727
s.add_development_dependency "rails", '>= 7', '< 8'

0 commit comments

Comments
 (0)