diff options
author | Daigo 3 Dango <zunda@users.noreply.github.com> | 2019-02-20 10:57:08 +0000 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-02-20 11:57:08 +0100 |
commit | aa6a4b7b8aa55383f7cecbd9bc9cd2db1db13596 (patch) | |
tree | afb90c10b70f45ab9261259d79ba16b727d74f47 | |
parent | addc8393e27268092980dc30dd589a8f33fe5227 (diff) |
Upgrade Ruby to 2.6.1 (#9956)
-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 e70b4523a..6a6a3d8e3 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6.0 +2.6.1 diff --git a/Gemfile.lock b/Gemfile.lock index dd446869f..a4691cbdf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -771,7 +771,7 @@ DEPENDENCIES webpush RUBY VERSION - ruby 2.6.0p0 + ruby 2.6.1p33 BUNDLED WITH 1.17.3 |