Skip to content

Commit

Permalink
Merge pull request #440 from langtind/master
Browse files Browse the repository at this point in the history
Update package dependencies to resolve circular dependency issue
  • Loading branch information
Paul Niezborala authored Oct 29, 2024
2 parents 8c156f4 + ef9998f commit fb0cadb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
plist (>= 3.1.0, < 4.0.0)
rexml
rubyzip (>= 1.0.0)
security (= 0.1.3)
security (= 0.1.5)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -160,7 +160,7 @@ GEM
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
security (0.1.3)
security (0.1.5)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
Expand Down
4 changes: 2 additions & 2 deletions examples/Example1/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PATH
plist (>= 3.1.0, < 4.0.0)
rexml
rubyzip (>= 1.0.0)
security (= 0.1.3)
security (= 0.1.5)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -75,7 +75,7 @@ GEM
plist (>= 3.1.0, < 4.0.0)
public_suffix (~> 2.0.0)
rubyzip (>= 1.3.0, < 2.0.0)
security (= 0.1.3)
security (= 0.1.5)
simctl (~> 1.6.3)
slack-notifier (>= 2.0.0, < 3.0.0)
terminal-notifier (>= 2.0.0, < 3.0.0)
Expand Down
6 changes: 3 additions & 3 deletions examples/Example2/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PATH
plist (>= 3.1.0, < 4.0.0)
rexml
rubyzip (>= 1.0.0)
security (= 0.1.3)
security (= 0.1.5)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -75,7 +75,7 @@ GEM
plist (>= 3.1.0, < 4.0.0)
public_suffix (~> 2.0.0)
rubyzip (>= 1.3.0, < 2.0.0)
security (= 0.1.3)
security (= 0.1.5)
simctl (~> 1.6.3)
slack-notifier (>= 2.0.0, < 3.0.0)
terminal-notifier (>= 2.0.0, < 3.0.0)
Expand Down Expand Up @@ -142,7 +142,7 @@ GEM
rexml (3.2.5)
rouge (2.0.7)
rubyzip (1.3.0)
security (0.1.3)
security (0.1.5)
signet (0.12.0)
addressable (~> 2.3)
faraday (~> 0.9)
Expand Down
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 fb0cadb

Please sign in to comment.