Skip to content

Instantly share code, notes, and snippets.

@manoj2411
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manoj2411/fea3e30bcb83a9885fcb to your computer and use it in GitHub Desktop.
Save manoj2411/fea3e30bcb83a9885fcb to your computer and use it in GitHub Desktop.
minimum gem for development
group :development do
gem 'annotate'
gem 'better_errors'
gem 'binding_of_caller'
gem 'bullet'
gem 'mailcatcher'
gem 'pry-rails'
gem 'quiet_assets'
gem 'xray-rails'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment