Skip to content

Commit bce638e

Browse files
committed
chore: update ruby version in Gemfile
1 parent c95e88f commit bce638e

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
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.3.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 & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (6.1.7.10)
9-
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
activesupport (7.2.3)
9+
base64
10+
benchmark (>= 0.3)
11+
bigdecimal
12+
concurrent-ruby (~> 1.0, >= 1.3.1)
13+
connection_pool (>= 2.2.5)
14+
drb
1015
i18n (>= 1.6, < 2)
16+
logger (>= 1.4.2)
1117
minitest (>= 5.1)
12-
tzinfo (~> 2.0)
13-
zeitwerk (~> 2.3)
18+
securerandom (>= 0.3)
19+
tzinfo (~> 2.0, >= 2.0.5)
1420
addressable (2.8.7)
1521
public_suffix (>= 2.0.2, < 7.0)
1622
algoliasearch (1.27.5)
@@ -60,6 +66,8 @@ GEM
6066
cocoapods-try (1.2.0)
6167
colored2 (3.1.2)
6268
concurrent-ruby (1.3.3)
69+
connection_pool (2.5.4)
70+
drb (2.2.3)
6371
escape (0.0.4)
6472
ethon (0.15.0)
6573
ffi (>= 1.15.0)
@@ -71,9 +79,9 @@ GEM
7179
mutex_m
7280
i18n (1.14.7)
7381
concurrent-ruby (~> 1.0)
74-
json (2.7.6)
82+
json (2.15.2)
7583
logger (1.7.0)
76-
minitest (5.25.4)
84+
minitest (5.26.0)
7785
molinillo (0.8.0)
7886
mutex_m (0.3.0)
7987
nanaimo (0.3.0)
@@ -83,6 +91,7 @@ GEM
8391
public_suffix (4.0.7)
8492
rexml (3.4.4)
8593
ruby-macho (2.5.1)
94+
securerandom (0.4.1)
8695
typhoeus (1.5.0)
8796
ethon (>= 0.9.0, < 0.16.0)
8897
tzinfo (2.0.6)
@@ -94,7 +103,6 @@ GEM
94103
colored2 (~> 3.1)
95104
nanaimo (~> 0.3.0)
96105
rexml (>= 3.3.6, < 4.0)
97-
zeitwerk (2.6.18)
98106

99107
PLATFORMS
100108
ruby
@@ -110,7 +118,7 @@ DEPENDENCIES
110118
xcodeproj (< 1.26.0)
111119

112120
RUBY VERSION
113-
ruby 2.6.10p210
121+
ruby 3.3.0p0
114122

115123
BUNDLED WITH
116-
1.17.2
124+
2.5.3

0 commit comments

Comments
 (0)