gems: update zipline

This (unreleased) version contains a fix for a pre-Ruby 3.0 kwargs use.

It fixes a warning in specs using zip files:

> warning: Using the last argument as keyword parameters is deprecated
This commit is contained in:
Pierre de La Morinerie 2021-09-02 16:52:46 -05:00
parent 407f46b7de
commit 49345e95e0
2 changed files with 12 additions and 6 deletions

View file

@ -80,7 +80,7 @@ gem 'spreadsheet_architect'
gem 'typhoeus'
gem 'warden'
gem 'webpacker'
gem 'zipline'
gem 'zipline', github: 'fringd/zipline', ref: 'd637bbff2' # Unreleased 1.3.0, with a fix for Ruby 3.0 kwargs
gem 'zxcvbn-ruby', require: 'zxcvbn'
group :test do

View file

@ -1,3 +1,12 @@
GIT
remote: https://github.com/fringd/zipline.git
revision: d637bbff262f59718d23a65f50b50163b8ba749f
ref: d637bbff2
specs:
zipline (1.3.0)
actionpack (>= 3.2.1, < 7.0)
zip_tricks (>= 4.2.1, < 6.0)
GIT
remote: https://github.com/mina-deploy/mina.git
revision: 84fa84c7f7f94f9518ef9b7099396ab6676b5881
@ -762,10 +771,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.4.2)
zip_tricks (5.5.0)
zipline (1.3.0)
actionpack (>= 3.2.1, < 7.0)
zip_tricks (>= 4.2.1, < 6.0)
zip_tricks (5.6.0)
zxcvbn-ruby (1.2.0)
PLATFORMS
@ -884,7 +890,7 @@ DEPENDENCIES
webdrivers (~> 4.0)
webmock
webpacker
zipline
zipline!
zxcvbn-ruby
BUNDLED WITH