From 6384fd7b437a95a8f22b42aa7bcbe59cb1c3c08e Mon Sep 17 00:00:00 2001 From: Rustam Ibragimov Date: Wed, 16 Oct 2019 19:49:16 +0300 Subject: [PATCH] [ci] actualize ruby versions --- .travis.yml | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6280fb5..41fcc81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,13 +13,13 @@ matrix: - rvm: 2.3.8 gemfile: gemfiles/active_support.gemfile env: TEST_AS_MEMORY_STORE_CACHE=true - - rvm: 2.4.7 + - rvm: 2.4.9 gemfile: gemfiles/active_support.gemfile env: TEST_AS_MEMORY_STORE_CACHE=true - - rvm: 2.5.6 + - rvm: 2.5.7 gemfile: gemfiles/active_support.gemfile env: TEST_AS_MEMORY_STORE_CACHE=true - - rvm: 2.6.4 + - rvm: 2.6.5 gemfile: gemfiles/active_support.gemfile env: TEST_AS_MEMORY_STORE_CACHE=true - rvm: ruby-head @@ -28,13 +28,13 @@ matrix: - rvm: 2.3.8 gemfile: gemfiles/active_support.gemfile env: TEST_AS_FILE_STORE_CACHE=true - - rvm: 2.4.7 + - rvm: 2.4.9 gemfile: gemfiles/active_support.gemfile env: TEST_AS_FILE_STORE_CACHE=true - - rvm: 2.5.6 + - rvm: 2.5.7 gemfile: gemfiles/active_support.gemfile env: TEST_AS_FILE_STORE_CACHE=true - - rvm: 2.6.4 + - rvm: 2.6.5 gemfile: gemfiles/active_support.gemfile env: TEST_AS_FILE_STORE_CACHE=true - rvm: ruby-head @@ -43,13 +43,13 @@ matrix: - rvm: 2.3.8 gemfile: gemfiles/active_support_with_redis.gemfile env: TEST_AS_REDIS_CACHE_STORE_CACHE=true - - rvm: 2.4.7 + - rvm: 2.4.9 gemfile: gemfiles/active_support_with_redis.gemfile env: TEST_AS_REDIS_CACHE_STORE_CACHE=true - - rvm: 2.5.6 + - rvm: 2.5.7 gemfile: gemfiles/active_support_with_redis.gemfile env: TEST_AS_REDIS_CACHE_STORE_CACHE=true - - rvm: 2.6.4 + - rvm: 2.6.5 gemfile: gemfiles/active_support_with_redis.gemfile env: TEST_AS_REDIS_CACHE_STORE_CACHE=true - rvm: ruby-head @@ -58,13 +58,13 @@ matrix: - rvm: 2.3.8 gemfile: gemfiles/dalli.gemfile env: TEST_DALLI_CACHE=true - - rvm: 2.4.7 + - rvm: 2.4.9 gemfile: gemfiles/dalli.gemfile env: TEST_DALLI_CACHE=true - - rvm: 2.5.6 + - rvm: 2.5.7 gemfile: gemfiles/dalli.gemfile env: TEST_DALLI_CACHE=true - - rvm: 2.6.4 + - rvm: 2.6.5 gemfile: gemfiles/dalli.gemfile env: TEST_DALLI_CACHE=true - rvm: ruby-head @@ -73,13 +73,13 @@ matrix: - rvm: 2.3.8 gemfile: gemfiles/redis_store.gemfile env: TEST_REDIS_STORE_CACHE=true - - rvm: 2.4.7 + - rvm: 2.4.9 gemfile: gemfiles/redis_store.gemfile env: TEST_REDIS_STORE_CACHE=true - - rvm: 2.5.6 + - rvm: 2.5.7 gemfile: gemfiles/redis_store.gemfile env: TEST_REDIS_STORE_CACHE=true - - rvm: 2.6.4 + - rvm: 2.6.5 gemfile: gemfiles/redis_store.gemfile env: TEST_REDIS_STORE_CACHE=true - rvm: ruby-head @@ -88,13 +88,13 @@ matrix: - rvm: 2.3.8 gemfile: gemfiles/active_support_with_dalli.gemfile env: TEST_AS_DALLI_STORE=true - - rvm: 2.4.7 + - rvm: 2.4.9 gemfile: gemfiles/active_support_with_dalli.gemfile env: TEST_AS_DALLI_STORE=true - - rvm: 2.5.6 + - rvm: 2.5.7 gemfile: gemfiles/active_support_with_dalli.gemfile env: TEST_AS_DALLI_STORE=true - - rvm: 2.6.4 + - rvm: 2.6.5 gemfile: gemfiles/active_support_with_dalli.gemfile env: TEST_AS_DALLI_STORE=true - rvm: ruby-head @@ -103,13 +103,13 @@ matrix: - rvm: 2.3.8 gemfile: gemfiles/redis_store.gemfile env: TEST_REDIS_CACHE=true - - rvm: 2.4.7 + - rvm: 2.4.9 gemfile: gemfiles/redis_store.gemfile env: TEST_REDIS_CACHE=true - - rvm: 2.5.6 + - rvm: 2.5.7 gemfile: gemfiles/redis_store.gemfile env: TEST_REDIS_CACHE=true - - rvm: 2.6.4 + - rvm: 2.6.5 gemfile: gemfiles/redis_store.gemfile env: TEST_REDIS_CACHE=true - rvm: ruby-head @@ -118,13 +118,13 @@ matrix: - rvm: 2.3.8 gemfile: gemfiles/active_support_with_dalli.gemfile env: TEST_AS_MEM_CACHE_STORE_CACHE=true - - rvm: 2.4.7 + - rvm: 2.4.9 gemfile: gemfiles/active_support_with_dalli.gemfile env: TEST_AS_MEM_CACHE_STORE_CACHE=true - - rvm: 2.5.6 + - rvm: 2.5.7 gemfile: gemfiles/active_support_with_dalli.gemfile env: TEST_AS_MEM_CACHE_STORE_CACHE=true - - rvm: 2.6.4 + - rvm: 2.6.5 gemfile: gemfiles/active_support_with_dalli.gemfile env: TEST_AS_MEM_CACHE_STORE_CACHE=true - rvm: ruby-head