From 10373b329455fea4a55ccf9f49d65a19b05dbdef Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 23 Oct 2013 10:01:14 -0400 Subject: [PATCH] Undid stuff for cov and 2.0.0; 1 failed spec --- .rvmrc | 2 +- .travis.yml | 4 ++-- Gemfile | 3 --- Gemfile.lock | 7 ------- README.md | 2 +- 5 files changed, 4 insertions(+), 14 deletions(-) diff --git a/.rvmrc b/.rvmrc index 8adb56f..bf053af 100755 --- a/.rvmrc +++ b/.rvmrc @@ -1 +1 @@ -rvm use 2.0.0@railsgoat --create +rvm use 1.9.3@railsgoat --create diff --git a/.travis.yml b/.travis.yml index db3f911..4ae7691 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: ruby rvm: - - "2.0.0" + - "1.9.3" before_script: rake db:setup -env: RAILSGOAT_MAINTAINER=true +env: RAILSGOAT_MAINTAINER=true \ No newline at end of file diff --git a/Gemfile b/Gemfile index 8e53c26..cfc95e7 100755 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,6 @@ gem 'rails', '3.2.15' gem 'sqlite3' gem 'foreman' - group :development do gem 'brakeman' gem 'bundler-audit' @@ -32,8 +31,6 @@ group :development, :test do gem 'database_cleaner', '< 1.1.0' gem 'poltergeist' gem 'rspec-rails' - gem 'simple_cov' - gem 'simplecov', :require => false end # Gems used only for assets and not required diff --git a/Gemfile.lock b/Gemfile.lock index 3255e8c..92d0f04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -218,11 +218,6 @@ GEM sass (>= 3.1.10) tilt (~> 1.3) sexp_processor (4.4.0) - simple_cov (0.2.0) - simplecov (0.7.1) - multi_json (~> 1.0) - simplecov-html (~> 0.7.1) - simplecov-html (0.7.1) slim (2.0.1) temple (~> 0.6.6) tilt (>= 1.3.3, < 2.1) @@ -290,8 +285,6 @@ DEPENDENCIES rb-fsevent rspec-rails sass-rails - simple_cov - simplecov sqlite3 therubyracer travis-lint diff --git a/README.md b/README.md index d951f4c..850287c 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ cd railsgoat - rvm use 2.0.0@railsgoat --create # https://rvm.io/ + rvm use 1.9.3@railsgoat --create # https://rvm.io/ bundle