blob: bfada66749bfa0f4ed9334f9a14ceefe1296281b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# -*- ruby -*-
# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.
source "https://rubygems.org/"
gem "minitest", "~>4.4", :group => [:development, :test]
gem "rdoc", "~>4.0", :group => [:development, :test]
gem "hoe", "~>3.5", :group => [:development, :test]
# vim: syntax=ruby
|