From 1ae3ae11344b12ded073088ccd3dabd316eec397 Mon Sep 17 00:00:00 2001 From: Brooke Kuhlmann Date: Wed, 30 Jan 2019 06:50:09 -0700 Subject: [PATCH] Updated to Ruby 2.6.1. Fixed major issue with `Net::Protocol::BufferedIO#write` raising `NoMethodError` when sending large multi-byte strings. [Details](https://is.gd/cQ8wcl). --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index e70b452..6a6a3d8 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6.0 +2.6.1