rubyzip/Gemfile

13 lines
294 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
2013-06-03 02:33:03 +08:00
source 'https://rubygems.org'
2010-09-24 21:17:52 +08:00
2011-09-21 20:00:01 +08:00
gemspec
# TODO: remove when JRuby 9.4.10.0 will be released and available on CI
# Ref: https://github.com/jruby/jruby/issues/7262
if RUBY_PLATFORM.include?('java')
gem 'jar-dependencies', '0.4.1'
gem 'ruby-maven', '3.3.13'
end