Skip to content

Instantly share code, notes, and snippets.

@IslamAzab
Last active July 26, 2016 16:05
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 IslamAzab/f038b2c38678648d9fbb to your computer and use it in GitHub Desktop.
Save IslamAzab/f038b2c38678648d9fbb to your computer and use it in GitHub Desktop.
group :development do
gem 'rspec-rails'
gem 'factory_girl_rails'
gem 'better_errors'
gem 'binding_of_caller'
gem 'pry-byebug'
gem 'rack-mini-profiler'
gem 'thin'
gem 'marginalia'
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