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