File: Gemfile

package info (click to toggle)
ruby-bindex 0.8.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: ruby: 295; java: 193; ansic: 62; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
source 'https://rubygems.org'

gemspec name: 'skiptrace'

# Rubinius 2.2.2 travis tests complain about this one.
platforms :rbx do
  gem "rubysl-mutex_m"
  gem "rubysl-open3"
  gem "rubysl-singleton"
end