Skip to content

Commit cad3d9c

Browse files
committed
chore: Upgrade package dependencies to latest
1 parent 75a7b77 commit cad3d9c

16 files changed

Lines changed: 414 additions & 980 deletions

File tree

.github/workflows/build-ios-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Ruby (bundle)
2525
uses: ruby/setup-ruby@v1
2626
with:
27-
ruby-version: 2.7.2
27+
ruby-version: 3.4.9
2828
bundler-cache: true
2929
working-directory: example
3030

.github/workflows/build-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup Ruby (bundle)
4949
uses: ruby/setup-ruby@v1
5050
with:
51-
ruby-version: 2.7.2
51+
ruby-version: 3.4.9
5252
bundler-cache: true
5353
working-directory: example
5454

.github/workflows/harness-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Setup Ruby (bundle)
7575
uses: ruby/setup-ruby@v1
7676
with:
77-
ruby-version: 2.7.2
77+
ruby-version: 3.4.9
7878
bundler-cache: true
7979
working-directory: example
8080

.github/workflows/update-lockfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Ruby (bundle)
3232
uses: ruby/setup-ruby@v1
3333
with:
34-
ruby-version: 2.7.2
34+
ruby-version: 3.4.9
3535
bundler-cache: true
3636
working-directory: example/ios
3737

bun.lock

Lines changed: 153 additions & 731 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/.prettierrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
arrowParens: 'avoid',
2+
arrowParens: 'always',
33
singleQuote: true,
44
trailingComma: 'all',
55
};

example/Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
source 'https://rubygems.org'
22

33
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4-
ruby ">= 2.6.10"
4+
ruby ">= 3.1.0"
55

66
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
7-
gem 'cocoapods', '>= 1.13', '!= 1.15.1', '!= 1.15.0'
8-
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9-
gem 'xcodeproj', '< 1.26.0'
10-
gem 'concurrent-ruby', '< 1.3.4'
7+
gem 'cocoapods', '>= 1.16.2', '< 2.0'
8+
gem 'activesupport', '>= 7.2.3.1', '< 8.0'
9+
gem 'xcodeproj', '>= 1.27.0', '< 2.0'
1110

12-
# Ruby 3.4.0 has removed some libraries from the standard library.
11+
# Newer Ruby releases have removed some libraries from the standard library.
1312
gem 'bigdecimal'
1413
gem 'logger'
1514
gem 'benchmark'
1615
gem 'mutex_m'
1716
gem 'nkf'
17+
gem 'tsort'

example/Gemfile.lock

Lines changed: 43 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,33 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.7)
4+
CFPropertyList (3.0.8)
5+
activesupport (7.2.3.1)
56
base64
6-
nkf
7-
rexml
8-
activesupport (6.1.7.10)
9-
concurrent-ruby (~> 1.0, >= 1.0.2)
7+
benchmark (>= 0.3)
8+
bigdecimal
9+
concurrent-ruby (~> 1.0, >= 1.3.1)
10+
connection_pool (>= 2.2.5)
11+
drb
1012
i18n (>= 1.6, < 2)
11-
minitest (>= 5.1)
12-
tzinfo (~> 2.0)
13-
zeitwerk (~> 2.3)
14-
addressable (2.8.7)
15-
public_suffix (>= 2.0.2, < 7.0)
13+
logger (>= 1.4.2)
14+
minitest (>= 5.1, < 6)
15+
securerandom (>= 0.3)
16+
tzinfo (~> 2.0, >= 2.0.5)
17+
addressable (2.9.0)
18+
public_suffix (>= 2.0.2, < 8.0)
1619
algoliasearch (1.27.5)
1720
httpclient (~> 2.8, >= 2.8.3)
1821
json (>= 1.5.1)
1922
atomos (0.1.3)
2023
base64 (0.3.0)
21-
benchmark (0.4.1)
22-
bigdecimal (3.2.2)
24+
benchmark (0.5.0)
25+
bigdecimal (4.1.2)
2326
claide (1.1.0)
24-
cocoapods (1.15.2)
27+
cocoapods (1.16.2)
2528
addressable (~> 2.8)
2629
claide (>= 1.0.2, < 2.0)
27-
cocoapods-core (= 1.15.2)
30+
cocoapods-core (= 1.16.2)
2831
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2932
cocoapods-downloader (>= 2.1, < 3.0)
3033
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -38,8 +41,8 @@ GEM
3841
molinillo (~> 0.8.0)
3942
nap (~> 1.0)
4043
ruby-macho (>= 2.3.0, < 3.0)
41-
xcodeproj (>= 1.23.0, < 2.0)
42-
cocoapods-core (1.15.2)
44+
xcodeproj (>= 1.27.0, < 2.0)
45+
cocoapods-core (1.16.2)
4346
activesupport (>= 5.0, < 8)
4447
addressable (~> 2.8)
4548
algoliasearch (~> 1.0)
@@ -59,61 +62,66 @@ GEM
5962
netrc (~> 0.11)
6063
cocoapods-try (1.2.0)
6164
colored2 (3.1.2)
62-
concurrent-ruby (1.3.3)
65+
concurrent-ruby (1.3.6)
66+
connection_pool (3.0.2)
67+
drb (2.2.3)
6368
escape (0.0.4)
64-
ethon (0.15.0)
69+
ethon (0.18.0)
6570
ffi (>= 1.15.0)
66-
ffi (1.17.2)
67-
ffi (1.17.2-x86_64-darwin)
71+
logger
72+
ffi (1.17.4)
73+
ffi (1.17.4-arm64-darwin)
74+
ffi (1.17.4-x86_64-darwin)
6875
fourflusher (2.3.1)
6976
fuzzy_match (2.0.4)
7077
gh_inspector (1.1.3)
7178
httpclient (2.9.0)
7279
mutex_m
73-
i18n (1.14.7)
80+
i18n (1.14.8)
7481
concurrent-ruby (~> 1.0)
75-
json (2.7.6)
82+
json (2.19.7)
7683
logger (1.7.0)
77-
minitest (5.25.4)
84+
minitest (5.27.0)
7885
molinillo (0.8.0)
7986
mutex_m (0.3.0)
80-
nanaimo (0.3.0)
87+
nanaimo (0.4.0)
8188
nap (1.1.0)
8289
netrc (0.11.0)
8390
nkf (0.2.0)
8491
public_suffix (4.0.7)
85-
rexml (3.4.1)
92+
rexml (3.4.4)
8693
ruby-macho (2.5.1)
87-
typhoeus (1.5.0)
88-
ethon (>= 0.9.0, < 0.16.0)
94+
securerandom (0.4.1)
95+
tsort (0.2.0)
96+
typhoeus (1.6.0)
97+
ethon (>= 0.18.0)
8998
tzinfo (2.0.6)
9099
concurrent-ruby (~> 1.0)
91-
xcodeproj (1.25.1)
100+
xcodeproj (1.27.0)
92101
CFPropertyList (>= 2.3.3, < 4.0)
93102
atomos (~> 0.1.3)
94103
claide (>= 1.0.2, < 2.0)
95104
colored2 (~> 3.1)
96-
nanaimo (~> 0.3.0)
105+
nanaimo (~> 0.4.0)
97106
rexml (>= 3.3.6, < 4.0)
98-
zeitwerk (2.6.18)
99107

100108
PLATFORMS
101109
ruby
102110
universal-darwin-24
103111

104112
DEPENDENCIES
105-
activesupport (>= 6.1.7.5, != 7.1.0)
113+
activesupport (>= 7.2.3.1, < 8.0)
106114
benchmark
107115
bigdecimal
108-
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
109-
concurrent-ruby (< 1.3.4)
116+
cocoapods (>= 1.16.2, < 2.0)
110117
logger
111118
mutex_m
112119
nkf
113-
xcodeproj (< 1.26.0)
120+
tsort
121+
xcodeproj (>= 1.27.0, < 2.0)
114122

115123
RUBY VERSION
116-
ruby 2.7.6p219
124+
ruby 3.4.9p82
117125

118126
BUNDLED WITH
119127
2.3.22

0 commit comments

Comments
 (0)