From 66be6475b643009bb13c1de7b6225d659f9e5112 Mon Sep 17 00:00:00 2001 From: Daigo 3 Dango Date: Sun, 17 Sep 2017 16:55:57 -1000 Subject: Bump ruby version to 2.4.2 (#4958) * Bump ruby version to 2.4.2 https://www.ruby-lang.org/en/news/2017/09/14/ruby-2-4-2-released/ Gemfile.lock is also updated. TODO - [ ] Update Dockerfile with Alpine release of ruby-2.4.2 * Revert jwt version It seems that jwt 2.0.0 fails in some environment. ref. https://github.com/zaru/webpush/issues/42 * Bump Ruby version on docker image --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d5b51fcb0..71a117810 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ addons: rvm: - 2.3.4 - - 2.4.1 + - 2.4.2 services: - redis-server -- cgit From 813e6507293948ff3f0f78bf15422c61ff1d8342 Mon Sep 17 00:00:00 2001 From: Akihiko Odaki Date: Tue, 19 Sep 2017 12:06:27 +0900 Subject: Remove ubuntu-toolchain-r-test (#5005) --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 71a117810..52ff15c01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,11 +26,9 @@ addons: postgresql: 9.4 apt: sources: - - ubuntu-toolchain-r-test - trusty-media packages: - ffmpeg - - g++-6 - libprotobuf-dev - protobuf-compiler - libicu-dev -- cgit