File tree Expand file tree Collapse file tree 3 files changed +107
-106
lines changed Expand file tree Collapse file tree 3 files changed +107
-106
lines changed Original file line number Diff line number Diff line change 3
3
specs:
4
4
CFPropertyList (3.0.6 )
5
5
rexml
6
- activesupport (7.0.7 )
6
+ activesupport (7.0.8 )
7
7
concurrent-ruby (~> 1.0 , >= 1.0.2 )
8
8
i18n (>= 1.6 , < 2 )
9
9
minitest (>= 5.1 )
15
15
json (>= 1.5.1 )
16
16
atomos (0.1.3 )
17
17
claide (1.1.0 )
18
- cocoapods (1.12.1 )
18
+ cocoapods (1.13.0 )
19
19
addressable (~> 2.8 )
20
20
claide (>= 1.0.2 , < 2.0 )
21
- cocoapods-core (= 1.12.1 )
21
+ cocoapods-core (= 1.13.0 )
22
22
cocoapods-deintegrate (>= 1.0.3 , < 2.0 )
23
23
cocoapods-downloader (>= 1.6.0 , < 2.0 )
24
24
cocoapods-plugins (>= 1.0.0 , < 2.0 )
32
32
molinillo (~> 0.8.0 )
33
33
nap (~> 1.0 )
34
34
ruby-macho (>= 2.3.0 , < 3.0 )
35
- xcodeproj (>= 1.21 .0 , < 2.0 )
36
- cocoapods-core (1.12.1 )
35
+ xcodeproj (>= 1.23 .0 , < 2.0 )
36
+ cocoapods-core (1.13.0 )
37
37
activesupport (>= 5.0 , < 8 )
38
38
addressable (~> 2.8 )
39
39
algoliasearch (~> 1.0 )
57
57
escape (0.0.4 )
58
58
ethon (0.16.0 )
59
59
ffi (>= 1.15.0 )
60
- ffi (1.15.5 )
60
+ ffi (1.16.3 )
61
61
fourflusher (2.3.1 )
62
62
fuzzy_match (2.0.4 )
63
63
gh_inspector (1.1.3 )
64
64
httpclient (2.8.3 )
65
65
i18n (1.14.1 )
66
66
concurrent-ruby (~> 1.0 )
67
67
json (2.6.3 )
68
- minitest (5.19 .0 )
68
+ minitest (5.20 .0 )
69
69
molinillo (0.8.0 )
70
70
nanaimo (0.3.0 )
71
71
nap (1.1.0 )
77
77
ethon (>= 0.9.0 )
78
78
tzinfo (2.0.6 )
79
79
concurrent-ruby (~> 1.0 )
80
- xcodeproj (1.22 .0 )
80
+ xcodeproj (1.23 .0 )
81
81
CFPropertyList (>= 2.3.3 , < 4.0 )
82
82
atomos (~> 0.1.3 )
83
83
claide (>= 1.0.2 , < 2.0 )
@@ -89,10 +89,11 @@ PLATFORMS
89
89
ruby
90
90
91
91
DEPENDENCIES
92
+ activesupport (>= 6.1.7.3 , < 7.1.0 )
92
93
cocoapods (>= 1.11.3 )
93
94
94
95
RUBY VERSION
95
- ruby 2.7.6p219
96
+ ruby 3.2.0p0
96
97
97
98
BUNDLED WITH
98
- 2.3.22
99
+ 2.4.12
Original file line number Diff line number Diff line change 1
1
# Gemfile
2
2
source 'https://rubygems.org'
3
3
4
- gem 'cocoapods' , '= 1.11.3'
4
+ gem 'cocoapods' , '> = 1.11.3'
5
5
gem 'rexml'
6
6
gem 'activesupport' , '>= 6.1.7.3' , '< 7.1.0'
You can’t perform that action at this time.
0 commit comments