aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
blob: d3c1563839409412c7798c37d1d14b0845c6e829 (plain)
1
2
3
4
5
6
7
8
9
10
11
source "https://rubygems.org"

gemspec

group :development do
  gem "rake"
  gem "rake-compiler"
  gem "test-unit", "~> 3.0", ">= 3.4.6"
  # In the case of Ruby whose rdoc is not a default gem.
  gem "rdoc"
end