File: Gemfile

package info (click to toggle)
ruby-psych 5.0.2-3.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 920 kB
  • sloc: ruby: 8,450; ansic: 894; java: 764; makefile: 14; sh: 4
file content (9 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
source 'https://rubygems.org'

gemspec

group :development do
  gem 'rake-compiler', ">= 0.4.1"
  gem 'test-unit'
  gem 'ruby-maven', :platforms => :jruby
end