From 84b916a893a4de32452732919c64f238ad106442 Mon Sep 17 00:00:00 2001 From: Alexandre Rousseau Date: Tue, 27 Feb 2024 23:37:46 +0100 Subject: [PATCH] chore: publish `v0.3.5` --- Gemfile.lock | 4 ++-- lib/active_storage/send_zip/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c1bdbb1..6642841 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - active_storage-send_zip (0.3.4) + active_storage-send_zip (0.3.5) rails (> 5.2) rubyzip (< 3.0) @@ -123,7 +123,7 @@ GEM net-smtp (0.4.0.1) net-protocol nio4r (2.7.0) - nokogiri (1.16.2) + nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) psych (5.1.2) diff --git a/lib/active_storage/send_zip/version.rb b/lib/active_storage/send_zip/version.rb index bbdaf9a..71cbe38 100644 --- a/lib/active_storage/send_zip/version.rb +++ b/lib/active_storage/send_zip/version.rb @@ -3,6 +3,6 @@ module ActiveStorage module SendZip # The version of this gem - VERSION = '0.3.4' + VERSION = '0.3.5' end end