aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
blob: 2befa94ae8a049edafb29d365933439b6c62b90e (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.3.3", :group => [:development, :test]
gem "hoe", "~>3.3.1", :group => [:development, :test]

# vim: syntax=ruby