From d6cbac934e70fafa6a6ae1ac340d95c391b56c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Thu, 16 Jul 2015 21:49:00 +0200 Subject: [PATCH] updates ruby version to 2.2.2 --- .ruby-version | 1 + .travis.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .ruby-version diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 000000000..7e541aec6 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.2.2 \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 863bcfa75..101813a72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: ruby rvm: - - "2.2.1" + - "2.2.2" cache: bundler \ No newline at end of file