Upgrade to ruby 2.3.3

This commit is contained in:
Brenda Wallace
2016-12-17 20:19:04 +13:00
parent 148dfa7f8b
commit b0dd53eb63
4 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
2.3.1
2.3.3

View File

@@ -11,7 +11,7 @@ env:
global:
secure: "Z5TpM2jEX4UCvNePnk/LwltQX48U2u9BRc+Iypr1x9QW2o228QJhPIOH39a8RMUrepGnkQIq9q3ZRUn98RfrJz1yThtlNFL3NmzdQ57gKgjGwfpa0e4Dwj/ZJqV2D84tDGjvdVYLP7zzaYZxQcwk/cgNpzKf/jq97HLNP7CYuf4="
rvm:
- 2.3.1
- 2.3.3
before_install:
- export PATH=$PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
- >

View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true
source 'https://rubygems.org'
ruby '2.3.1'
ruby '2.3.3'
gem 'rails', '~> 4.2.7'

View File

@@ -570,7 +570,7 @@ DEPENDENCIES
will_paginate (~> 3.0)
RUBY VERSION
ruby 2.3.1p112
ruby 2.3.3p222
BUNDLED WITH
1.13.6