Skip to content

Commit

Permalink
Gemspec: bump dependency to security to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Niezborala committed Oct 29, 2024
1 parent cbc7a48 commit 4f94ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion u3d.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'plist', '>= 3.1.0', '< 4.0.0' # Generate the Xcode config plist file
spec.add_dependency "rexml" # rexml was unbundled from the stdlib in ruby 3
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
spec.add_dependency 'security', '= 0.1.5' # macOS Keychain manager, a dead project, no updates expected
# Development only
spec.add_development_dependency "activesupport", ">= 5.2.4.3" # force secure transitive dep
spec.add_development_dependency "addressable", ">= 2.8.0" # force secure transitive dep
Expand Down

0 comments on commit 4f94ab2

Please sign in to comment.