Skip to content

Commit

Permalink
Merge pull request #380 from niezbop/project/dependencies/lower_rubyzip
Browse files Browse the repository at this point in the history
Lower dependency on rubyzip to 1.3.0 for fastlane compatibility
  • Loading branch information
Paul Niezborala authored Nov 15, 2019
2 parents 51c635d + 073b8bb commit 838ad69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 (>= 2.0.0, < 3.0.0)
rubyzip (>= 1.0.0)
security (= 0.1.3)

GEM
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', '>= 2.0.0', '< 3.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 838ad69

Please sign in to comment.