File: Gemfile

package info (click to toggle)
ruby-psych 5.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 864 kB
  • sloc: ruby: 7,947; ansic: 925; java: 846; makefile: 14; sh: 4
file content (11 lines) | stat: -rw-r--r-- 301 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
source 'https://rubygems.org'

gemspec

group :development do
  gem 'rake-compiler', ">= 0.4.1"
  gem 'ruby-maven', :platforms => :jruby
  gem 'test-unit'
  gem 'test-unit-ruby-core', ">= 1.0.7"
  gem 'power_assert', '~> 2.0' if RUBY_VERSION < '3.0' # https://github.com/ruby/power_assert/pull/61
end