Skip to content

Commit f327da4

Browse files
committed
allow to bundle and run against set RUBYZIP_VERSION
1 parent 6722595 commit f327da4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ group :development do
77
gem "rcov", ">= 0.9.8", :platform => :mri_18
88
gem "childprocess", :platform => :mri
99
end
10+
11+
gem 'rubyzip', ENV['RUBYZIP_VERSION'] if ENV['RUBYZIP_VERSION']

0 commit comments

Comments
 (0)