1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/Gemfile

13 lines
313 B
Ruby
Raw Normal View History

# -*- ruby -*-
2011-07-20 17:14:38 -04:00
# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.
2013-04-18 12:38:39 -04:00
source "https://rubygems.org/"
2014-01-04 05:08:46 -05:00
gem "minitest", "~>5.1", :group => [:development, :test]
2013-04-18 12:38:39 -04:00
gem "rdoc", "~>4.0", :group => [:development, :test]
gem "hoe", "~>3.5", :group => [:development, :test]
# vim: syntax=ruby