Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmarks/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ ruby ">= 2.6.10"
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
gem 'xcodeproj', '< 1.26.0'
gem 'concurrent-ruby', '< 1.3.4'
gem 'concurrent-ruby', '>= 1.3.7'
6 changes: 3 additions & 3 deletions benchmarks/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ GEM
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.7)
connection_pool (3.0.2)
drb (2.2.3)
escape (0.0.4)
Expand Down Expand Up @@ -127,11 +127,11 @@ PLATFORMS
DEPENDENCIES
activesupport (>= 6.1.7.5, != 7.1.0)
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
concurrent-ruby (< 1.3.4)
concurrent-ruby (>= 1.3.7)
xcodeproj (< 1.26.0)

RUBY VERSION
ruby 3.4.4p34

BUNDLED WITH
2.6.7
2.4.10
2 changes: 1 addition & 1 deletion example-new-architecture/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ source "https://rubygems.org"
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
gem 'xcodeproj', '< 1.26.0'
gem 'concurrent-ruby', '< 1.3.4'
gem 'concurrent-ruby', '>= 1.3.7'
gem 'rexml', '3.4.2'
gem 'addressable', '>= 2.9.0'
4 changes: 2 additions & 2 deletions example-new-architecture/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GEM
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.7)
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
Expand Down Expand Up @@ -96,7 +96,7 @@ DEPENDENCIES
activesupport (>= 6.1.7.5, != 7.1.0)
addressable (>= 2.9.0)
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
concurrent-ruby (< 1.3.4)
concurrent-ruby (>= 1.3.7)
rexml (= 3.4.2)
xcodeproj (< 1.26.0)

Expand Down
2 changes: 1 addition & 1 deletion example/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ source "https://rubygems.org"
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
gem 'xcodeproj', '< 1.26.0'
gem 'concurrent-ruby', '< 1.3.4'
gem 'concurrent-ruby', '>= 1.3.7'
gem 'rexml', '3.4.2'
gem 'addressable', '>= 2.9.0'
4 changes: 2 additions & 2 deletions example/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GEM
netrc (~> 0.11)
cocoapods-try (1.2.0)
colored2 (3.1.2)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.7)
escape (0.0.4)
ethon (0.16.0)
ffi (>= 1.15.0)
Expand Down Expand Up @@ -96,7 +96,7 @@ DEPENDENCIES
activesupport (>= 6.1.7.5, != 7.1.0)
addressable (>= 2.9.0)
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
concurrent-ruby (< 1.3.4)
concurrent-ruby (>= 1.3.7)
rexml (= 3.4.2)
xcodeproj (< 1.26.0)

Expand Down
27 changes: 21 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"ejs": "3.1.10",
"cross-spawn": "7.0.5",
"fast-xml-parser": "4.5.5",
"axios": "1.15.0",
"axios": "1.16.0",
"ajv@^8.12.0": "8.18.0",
"minimatch@9.0.3": "9.0.7",
"minimatch@^3.0.2": "3.1.3",
Expand All @@ -108,13 +108,28 @@
"send": "0.19.0",
"serve-static": "1.16.0",
"formidable": "3.5.3",
"form-data": "4.0.4",
"form-data": "4.0.6",
"on-headers": "1.1.0",
"tmp": "0.2.4",
"tmp": "0.2.6",
"brace-expansion@^1.1.7": "1.1.13",
"brace-expansion@^2.0.1": "2.0.3",
"brace-expansion@^5.0.2": "5.0.5",
"brace-expansion@^5.0.5": "5.0.5",
"brace-expansion@^5.0.2": "5.0.6",
"brace-expansion@^5.0.5": "5.0.6",
"shell-quote": "1.8.4",
"simple-git": "3.36.0",
"protobufjs": "7.6.3",
"@protobufjs/utf8": "1.1.1",
"tar": "7.5.16",
"path-to-regexp": "0.1.13",
"ws@^7": "7.5.11",
"flatted": "3.4.2",
Comment thread
sbarrio marked this conversation as resolved.
"picomatch@^2": "2.3.2",
"qs": "6.15.2",
Comment thread
sbarrio marked this conversation as resolved.
"follow-redirects": "1.16.0",
"joi": "17.13.4",
"fast-uri": "3.1.2",
"@babel/plugin-transform-modules-systemjs": "7.29.4",
"@babel/types": "^7.29.0",
"@babel/core": "^7.29.0"
"@babel/core": "7.29.6"
}
}
Loading