File: Gemfile

package info (click to toggle)
ruby-journey 1.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 292 kB
  • sloc: ruby: 2,830; javascript: 113; yacc: 42; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- ruby -*-

# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.

source :gemcutter


gem "minitest", "~>2.3", :group => [:development, :test]
gem "racc", ">=1.4.6", :group => [:development, :test]
gem "rdoc", "~>3.11", :group => [:development, :test]
gem "json", ">=0", :group => [:development, :test]
gem "hoe", "~>2.12", :group => [:development, :test]

# vim: syntax=ruby