Upgrade to Ruby 2.2.3 ♦️

pull/222/head
Rick Carlino 2015-09-28 10:22:12 -05:00
parent 909bbbe631
commit 536f2289ee
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -32,6 +32,7 @@ rerun.txt
pickle-email-*.html
/public/assets/
## Environment normalisation:
/.bundle
/vendor/bundle

View File

@ -1,6 +1,8 @@
language: ruby
rvm:
- 2.2.0
before_script:
- npm install karma
services:
- mongodb
notifications:

View File

@ -1,5 +1,5 @@
source 'https://rubygems.org'
ruby '2.2.0'
ruby '2.2.3'
gem 'rails', '4.1.0'