From b204fe74a42c269330e9b7bdb8bb70777809aa74 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Thu, 4 Feb 2021 12:45:35 +0100 Subject: [PATCH] gems: update zip_tricks and zipline This fixes a Ruby 2.7 deprecation warning: > /ruby/2.7.0/gems/zip_tricks-5.3.1/lib/zip_tricks/streamer.rb:340: warning: The called method `write_deflated_file' is defined here --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3d8d3d540..b54bf1331 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -792,9 +792,9 @@ GEM xray-rails (0.3.2) rails (>= 3.1.0) zeitwerk (2.4.2) - zip_tricks (5.3.1) - zipline (1.2.1) - rails (>= 3.2.1, < 6.1) + zip_tricks (5.5.0) + zipline (1.3.0) + actionpack (>= 3.2.1, < 7.0) zip_tricks (>= 4.2.1, < 6.0) zxcvbn-ruby (1.1.0)