Gemfile - reportable - Fork of reportable required by WarVox, from hdm/reportable.
 (HTM) git clone git://jay.scot/reportable
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
       Gemfile (294B)
       ---
            1 source "http://rubygems.org"
            2 
            3 gem 'rails', '~> 4.1.0'
            4 gem 'protected_attributes'
            5 
            6 gem 'sqlite3'
            7 # gem 'mysql',  '>= 2.8.0'
            8 gem 'pg'
            9 
           10 gem 'rspec',      '~> 2.8.0'
           11 gem 'simplecov'
           12 gem 'excellent',  '>= 1.5.4'
           13 gem 'yard',       '>= 0.4.0'
           14 gem 'yard-rspec', '>= 0.1.0'
           15 gem 'bluecloth',  '>= 2.0.5'