| Update to test on Ruby 2.1.1 and Rails 4.1.0 - reportable - Fork of reportable … | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit face4321de33638ea07674c94fb8d1811a9a88c2 | |
| parent 221a23bd5d298f0141cb723accf6acca57e5e018 | |
| Author: Martin Schùˆrrer <[email protected]> | |
| 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(-) | |
| --- | |
| 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" | |
| 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_ylGm… | |
| +gem 'pg' | |
| gem 'rspec', '~> 2.8.0' | |
| gem 'simplecov' |