This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem_group :development, :test do | |
# Great Ruby dubugging companion: pretty print Ruby objects to visualize | |
# their structure. | |
# https://github.com/awesome-print/awesome_print | |
# DOC: http://www.rubyinside.com/awesome_print-a-new-pretty-printer-for-your-ruby-objects-3208.html | |
gem 'awesome_print', '1.8.0' | |
# Detects security vulnerabilities in RoR applications via static analysis | |
# https://github.com/presidentbeef/brakeman | |
# CHANGELOG: https://github.com/presidentbeef/brakeman/blob/master/CHANGES.md |