Skip to content

Commit

Permalink
Using future version of rubyzip
Browse files Browse the repository at this point in the history
  • Loading branch information
L33tH4x0r committed Feb 20, 2020
1 parent 2ed5a1f commit 3a4259f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions active_storage-send_zip.gemspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'active_storage/send_zip/version'
Expand Down Expand Up @@ -38,6 +40,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1.17'
spec.add_development_dependency 'minitest', '~> 5.0'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_dependency "rails", "> 5.2"
spec.add_dependency "rubyzip", "~> 1.2"
spec.add_dependency 'rails', '> 5.2'
spec.add_dependency 'rubyzip', '~> 2.0'
end

0 comments on commit 3a4259f

Please sign in to comment.