From e6ad411aaeff4aa79db16b4b194a5ef29828086e Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Fri, 18 Feb 2022 10:09:22 +0100 Subject: [PATCH] gems: remove hardcoded version for `zipline` The fix was eventually released. --- Gemfile | 2 +- Gemfile.lock | 16 ++++++---------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index b56231cea..c556098c7 100644 --- a/Gemfile +++ b/Gemfile @@ -83,7 +83,7 @@ gem 'spreadsheet_architect' gem 'typhoeus' gem 'warden' gem 'webpacker' -gem 'zipline', github: 'fringd/zipline', ref: 'd637bbff2' # Unreleased 1.3.0, with a fix for Ruby 3.0 kwargs +gem 'zipline' gem 'zxcvbn-ruby', require: 'zxcvbn' group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 12f726dcc..a845960d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,3 @@ -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 @@ -183,6 +174,7 @@ GEM descendants_tracker (~> 0.0.1) concurrent-ruby (1.1.9) connection_pool (2.2.3) + content_disposition (1.0.0) crack (0.4.5) rexml crass (1.0.6) @@ -770,6 +762,10 @@ GEM nokogiri (~> 1.8) zeitwerk (2.5.4) zip_tricks (5.6.0) + zipline (1.4.1) + actionpack (>= 6.0, < 8.0) + content_disposition (~> 1.0) + zip_tricks (>= 4.2.1, < 6.0) zxcvbn-ruby (1.2.0) PLATFORMS @@ -892,7 +888,7 @@ DEPENDENCIES webdrivers (~> 4.0) webmock webpacker - zipline! + zipline zxcvbn-ruby BUNDLED WITH