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

10 lines
98 B
Text
Raw Normal View History

2015-01-14 11:29:31 -05:00
source 'http://rubygems.org'
gemspec
2015-01-15 10:37:31 -05:00
group :test do
gem 'rake'
gem 'puma'
2015-07-11 21:16:18 -04:00
gem 'mocha'
2015-01-15 10:37:31 -05:00
end