File: Gemfile

package info (click to toggle)
ruby-zip 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,120 kB
  • sloc: ruby: 9,958; makefile: 23
file content (17 lines) | stat: -rw-r--r-- 382 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

group :benchmark do
  gem 'benchmark-memory', '~> 0.2'
  gem 'stackprof', '~> 0.2'
end

# 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