1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/Gemfile
2015-01-15 21:07:31 +05:30

10 lines
119 B
Ruby

source 'http://rubygems.org'
gemspec
gem 'cramp', github: "lifo/cramp"
group :test do
gem 'rake'
gem 'puma'
end