saasbook

gemfile_edits.rb

Aug 20th, 2013
650
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.10 KB | None | 0 0
  1. # use Haml for templates
  2. gem 'haml'
  3. # use Ruby debugger
  4. group :development, :test do
  5.   gem 'debugger'
  6. end
Add Comment
Please, Sign In to add comment