diff options
author | Daigo 3 Dango <zunda@users.noreply.github.com> | 2019-09-24 14:07:11 -1000 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-09-25 02:07:11 +0200 |
commit | 541b9cd15b3dc9d59ee71f20ec05b53f80f08ec9 (patch) | |
tree | d12533c59afbe2d712814a838aa61756e1176ecf | |
parent | a5c558f0525a6ddcdddf6b7e61b554c3446fe2d5 (diff) |
Use Ruby-2.6.4 (#11942)
-rw-r--r-- | .ruby-version | 2 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.ruby-version b/.ruby-version index 6a6a3d8e3..2714f5313 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6.1 +2.6.4 diff --git a/Gemfile.lock b/Gemfile.lock index 900f05ab3..fdf28bd10 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -799,7 +799,7 @@ DEPENDENCIES webpush RUBY VERSION - ruby 2.6.1p33 + ruby 2.6.4p104 BUNDLED WITH 1.17.3 |