about summary refs log tree commit diff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaigo 3 Dango <zunda@users.noreply.github.com>2017-09-17 16:55:57 -1000
committerEugen Rochko <eugen@zeonfederated.com>2017-09-18 04:55:57 +0200
commit66be6475b643009bb13c1de7b6225d659f9e5112 (patch)
tree4bb978b4375097f7a3dbb3b806a626f93074cb4a /.travis.yml
parent9e0985d9e4face90519ddfa0446e3b3bc9370e7d (diff)
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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