aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
blob: 4add8869d3a9bc80a5f5ed6519bedd45fb3cac94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# -*- ruby -*-

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

source :gemcutter


gem "minitest", "~>4.6.2", :group => [:development, :test]
gem "hoe", "~>3.3.1", :group => [:development, :test]

# vim: syntax=ruby