mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
11 lines
248 B
Ruby
11 lines
248 B
Ruby
# -*- ruby -*-
|
|
|
|
# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.
|
|
|
|
source :gemcutter
|
|
|
|
|
|
gem "minitest", "~>2.2", :group => [:development, :test]
|
|
gem "hoe", "~>2.10", :group => [:development, :test]
|
|
|
|
# vim: syntax=ruby
|