File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ source 'https://rubygems.org'
22
33gem 'cocoapods' , '~> 1.16'
44gem 'CFPropertyList' , '3.0.7'
5+ gem 'activesupport' , '~> 7.0.0'
Original file line number Diff line number Diff line change 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 )
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
110110PLATFORMS
111- arm64-darwin-22
112111 arm64-darwin-24
112+ ruby
113113
114114DEPENDENCIES
115115 CFPropertyList (= 3.0.7 )
116+ activesupport (~> 7.0.0 )
116117 cocoapods (~> 1.16 )
117118
118119BUNDLED WITH
You can’t perform that action at this time.
0 commit comments