2021-05-24 01:24:22 +08:00
|
|
|
# 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
|
2025-01-07 06:03:49 +08:00
|
|
|
|
|
|
|
# TODO: remove when JRuby 9.4.10.0 will be released and available on CI
|
|
|
|
# Ref: https://github.com/jruby/jruby/issues/7262
|
2025-01-11 18:21:42 +08:00
|
|
|
if RUBY_PLATFORM.include?('java')
|
|
|
|
gem 'jar-dependencies', '0.4.1'
|
|
|
|
gem 'ruby-maven', '3.3.13'
|
|
|
|
end
|