Update to test on Ruby 2.1.1 and Rails 4.1.0 - reportable - Fork of reportable required by WarVox, from hdm/reportable.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit face4321de33638ea07674c94fb8d1811a9a88c2
 (DIR) parent 221a23bd5d298f0141cb723accf6acca57e5e018
 (HTM) Author: Martin Schùˆrrer <martin@schuerrer.org>
       Date:   Wed,  9 Apr 2014 14:32:33 +0200
       
       Update to test on Ruby 2.1.1 and Rails 4.1.0
       
       Diffstat:
         M .travis.yml                         |       1 +
         M Gemfile                             |       6 +++---
       
       2 files changed, 4 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/.travis.yml b/.travis.yml
       @@ -2,4 +2,5 @@ language: ruby
        rvm:
          - 1.9.3
          - 2.0.0
       +  - 2.1.1
        script: "rake spec"
 (DIR) diff --git a/Gemfile b/Gemfile
       @@ -1,11 +1,11 @@
        source "http://rubygems.org"
        
       -gem 'rails', '= 4.1.0.beta1'
       -gem 'protected_attributes', github: "rails/protected_attributes"
       +gem 'rails', '~> 4.1.0'
       +gem 'protected_attributes'
        
        gem 'sqlite3'
        # gem 'mysql',  '>= 2.8.0'
       -gem 'pg', '<= 0.15.0' # https://groups.google.com/forum/#!topic/ruby-pg/5_ylGmog1S4
       +gem 'pg'
        
        gem 'rspec',      '~> 2.8.0'
        gem 'simplecov'