Skip to content

Commit 2176921

Browse files
committed
updated both gemfile and gemfile.lock
1 parent 71b8072 commit 2176921

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

example/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ source 'https://rubygems.org'
22

33
gem 'cocoapods', '~> 1.16'
44
gem 'CFPropertyList', '3.0.7'
5+
gem 'activesupport', '~> 7.0.0'

example/Gemfile.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.2.3)
8+
activesupport (7.0.10)
99
base64
1010
benchmark (>= 0.3)
1111
bigdecimal
12-
concurrent-ruby (~> 1.0, >= 1.3.1)
13-
connection_pool (>= 2.2.5)
12+
concurrent-ruby (~> 1.0, >= 1.0.2)
1413
drb
1514
i18n (>= 1.6, < 2)
1615
logger (>= 1.4.2)
1716
minitest (>= 5.1)
17+
mutex_m
1818
securerandom (>= 0.3)
19-
tzinfo (~> 2.0, >= 2.0.5)
19+
tzinfo (~> 2.0)
2020
addressable (2.8.9)
2121
public_suffix (>= 2.0.2, < 8.0)
2222
algoliasearch (1.27.5)
@@ -66,11 +66,11 @@ GEM
6666
cocoapods-try (1.2.0)
6767
colored2 (3.1.2)
6868
concurrent-ruby (1.3.6)
69-
connection_pool (3.0.2)
7069
drb (2.2.3)
7170
escape (0.0.4)
7271
ethon (0.15.0)
7372
ffi (>= 1.15.0)
73+
ffi (1.17.3)
7474
ffi (1.17.3-arm64-darwin)
7575
fourflusher (2.3.1)
7676
fuzzy_match (2.0.4)
@@ -108,11 +108,12 @@ GEM
108108
rexml (>= 3.3.6, < 4.0)
109109

110110
PLATFORMS
111-
arm64-darwin-22
112111
arm64-darwin-24
112+
ruby
113113

114114
DEPENDENCIES
115115
CFPropertyList (= 3.0.7)
116+
activesupport (~> 7.0.0)
116117
cocoapods (~> 1.16)
117118

118119
BUNDLED WITH

0 commit comments

Comments
 (0)