Merge pull request #806 from CloCkWeRX/bump_ruby_2_1_6

Upgrade to ruby 2.1.6 for CVE-2015-1855
This commit is contained in:
Cesy
2015-08-13 09:06:48 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
2.1.5
2.1.6

View File

@@ -9,7 +9,7 @@ env:
secure: "Z5TpM2jEX4UCvNePnk/LwltQX48U2u9BRc+Iypr1x9QW2o228QJhPIOH39a8RMUrepGnkQIq9q3ZRUn98RfrJz1yThtlNFL3NmzdQ57gKgjGwfpa0e4Dwj/ZJqV2D84tDGjvdVYLP7zzaYZxQcwk/cgNpzKf/jq97HLNP7CYuf4="
bundler_args: "--without development production staging"
rvm:
- 2.1.5
- 2.1.6
before_script:
- psql -c 'create database growstuff_test;' -U postgres
script:

View File

@@ -1,6 +1,6 @@
source 'https://rubygems.org'
ruby '2.1.5'
ruby '2.1.6'
gem 'rails', '4.1.11'