Upgraded Ruby to 2.0.0.

This commit is contained in:
Al Snow
2013-10-20 11:59:23 -04:00
parent 45cac913ff
commit f8ab8c320c
5 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
rvm use 1.9.3@railsgoat --create
rvm use 2.0.0@railsgoat --create
+1 -1
View File
@@ -1,5 +1,5 @@
language: ruby
rvm:
- "1.9.3"
- "2.0.0"
before_script: rake db:setup
env: RAILSGOAT_MAINTAINER=true
+2
View File
@@ -32,6 +32,8 @@ 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
+7 -1
View File
@@ -95,7 +95,6 @@ GEM
dotenv (>= 0.7)
thor (>= 0.13.6)
gauntlt (1.0.6)
aruba
cucumber
nokogiri (~> 1.5.0)
trollop
@@ -218,6 +217,11 @@ 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)
@@ -285,6 +289,8 @@ DEPENDENCIES
rb-fsevent
rspec-rails
sass-rails
simple_cov
simplecov
sqlite3
therubyracer
travis-lint
+1 -1
View File
@@ -5,7 +5,7 @@
cd railsgoat
rvm use 1.9.3@railsgoat --create # https://rvm.io/
rvm use 2.0.0@railsgoat --create # https://rvm.io/
bundle