Skip to content

Commit

Permalink
Do not bind upper version of rubyzip
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Niezborala committed Nov 15, 2019
1 parent 36ce938 commit 073b8bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
filesize (>= 0.1.1)
inifile (>= 3.0.0, < 4.0.0)
plist (>= 3.1.0, < 4.0.0)
rubyzip (>= 1.0.0, < 2.0.0)
rubyzip (>= 1.0.0)
security (= 0.1.3)

GEM
Expand Down Expand Up @@ -100,7 +100,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
rubyzip (1.3.0)
rubyzip (2.0.0)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
Expand Down
2 changes: 1 addition & 1 deletion u3d.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'filesize', '>= 0.1.1' # File sizes prettifier
spec.add_dependency 'inifile', '>= 3.0.0', '< 4.0.0' # Parses INI files
spec.add_dependency 'plist', '>= 3.1.0', '< 4.0.0' # Generate the Xcode config plist file
spec.add_dependency 'rubyzip', '>= 1.0.0', '< 2.0.0' # Installation of .zip files
spec.add_dependency 'rubyzip', '>= 1.0.0' # Installation of .zip files
spec.add_dependency 'security', '= 0.1.3' # macOS Keychain manager, a dead project, no updates expected
# Development only
spec.add_development_dependency "bundler", "~> 1.13"
Expand Down

0 comments on commit 073b8bb

Please sign in to comment.