diff options
author | Daigo 3 Dango <zunda@users.noreply.github.com> | 2017-09-17 16:55:57 -1000 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-18 04:55:57 +0200 |
commit | 66be6475b643009bb13c1de7b6225d659f9e5112 (patch) | |
tree | 4bb978b4375097f7a3dbb3b806a626f93074cb4a /.ruby-version | |
parent | 9e0985d9e4face90519ddfa0446e3b3bc9370e7d (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 '.ruby-version')
-rw-r--r-- | .ruby-version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ruby-version b/.ruby-version index 005119baa..8e8299dcc 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.4.1 +2.4.2 |