Skip to content

Commit 5c7f88d

Browse files
committed
🔧 chore: update version to 2.2.2 in package.json and example/package.json; upgrade Ruby version in Gemfile; update dependencies in Gemfile.lock and example/package.json
1 parent a37cc5a commit 5c7f88d

File tree

5 files changed

+310
-263
lines changed

5 files changed

+310
-263
lines changed

example/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.0.0"
55

66
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
77
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'

example/Gemfile.lock

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.2.2)
8+
activesupport (7.2.2.1)
99
base64
1010
benchmark (>= 0.3)
1111
bigdecimal
@@ -25,7 +25,7 @@ GEM
2525
atomos (0.1.3)
2626
base64 (0.2.0)
2727
benchmark (0.4.0)
28-
bigdecimal (3.1.8)
28+
bigdecimal (3.1.9)
2929
claide (1.1.0)
3030
cocoapods (1.16.2)
3131
addressable (~> 2.8)
@@ -65,31 +65,33 @@ GEM
6565
netrc (~> 0.11)
6666
cocoapods-try (1.2.0)
6767
colored2 (3.1.2)
68-
concurrent-ruby (1.3.4)
69-
connection_pool (2.4.1)
68+
concurrent-ruby (1.3.5)
69+
connection_pool (2.5.0)
7070
drb (2.2.1)
7171
escape (0.0.4)
7272
ethon (0.16.0)
7373
ffi (>= 1.15.0)
74-
ffi (1.17.0)
74+
ffi (1.17.1-arm64-darwin)
7575
fourflusher (2.3.1)
7676
fuzzy_match (2.0.4)
7777
gh_inspector (1.1.3)
78-
httpclient (2.8.3)
79-
i18n (1.14.6)
78+
httpclient (2.9.0)
79+
mutex_m
80+
i18n (1.14.7)
8081
concurrent-ruby (~> 1.0)
81-
json (2.9.0)
82-
logger (1.6.2)
83-
minitest (5.25.4)
82+
json (2.10.2)
83+
logger (1.7.0)
84+
minitest (5.25.5)
8485
molinillo (0.8.0)
86+
mutex_m (0.3.0)
8587
nanaimo (0.4.0)
8688
nap (1.1.0)
8789
netrc (0.11.0)
8890
nkf (0.2.0)
8991
public_suffix (4.0.7)
90-
rexml (3.3.9)
92+
rexml (3.4.1)
9193
ruby-macho (2.5.1)
92-
securerandom (0.4.0)
94+
securerandom (0.4.1)
9395
typhoeus (1.4.1)
9496
ethon (>= 0.9.0)
9597
tzinfo (2.0.6)
@@ -103,14 +105,14 @@ GEM
103105
rexml (>= 3.3.6, < 4.0)
104106

105107
PLATFORMS
106-
ruby
108+
arm64-darwin-24
107109

108110
DEPENDENCIES
109111
activesupport (>= 6.1.7.5, != 7.1.0)
110112
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
111113

112114
RUBY VERSION
113-
ruby 3.3.2p78
115+
ruby 3.1.0p0
114116

115117
BUNDLED WITH
116-
2.5.11
118+
2.3.3

example/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@
1414
},
1515
"dependencies": {
1616
"@baronha/react-native-image-grid": "^0.2.7",
17-
"@react-native-segmented-control/segmented-control": "2.5.2",
18-
"expo": "52.0.21",
19-
"expo-build-properties": "^0.12.5",
20-
"expo-status-bar": "~1.12.1",
21-
"expo-system-ui": "~3.0.7",
17+
"@react-native-segmented-control/segmented-control": "2.5.4",
18+
"expo": "~52.0.42",
19+
"expo-build-properties": "~0.13.2",
20+
"expo-status-bar": "~2.0.1",
21+
"expo-system-ui": "~4.0.9",
2222
"immer": "^10.1.1",
23-
"react": "18.2.0",
24-
"react-native": "0.76.5",
23+
"react": "18.3.1",
24+
"react-native": "0.76.9",
2525
"use-immer": "^0.10.0"
2626
},
2727
"devDependencies": {
2828
"@babel/core": "^7.20.0",
2929
"@react-native/babel-preset": "0.75.2",
3030
"@react-native/metro-config": "0.75.2",
3131
"@react-native/typescript-config": "0.75.2",
32-
"@types/react": "~18.2.45",
32+
"@types/react": "~18.3.12",
3333
"react-native-builder-bob": "^0.30.0",
3434
"react-native-nitro-modules": "^0.25.2",
3535
"typescript": "^5.1.3"

0 commit comments

Comments
 (0)