Skip to content

Commit 86575c6

Browse files
committed
1.16.2
1 parent 1652ff8 commit 86575c6

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ source 'https://rubygems.org'
1212
# gem 'cocoapods-core', git: "https://github.com/CocoaPods/Core.git", ref: "f7cf05720eab935d7d50e35224d263952176fb53"
1313
# gem 'xcodeproj', git: "https://github.com/CocoaPods/Xcodeproj.git", ref: "eeccae7275645753cbaf45d96fc4b23e4b8b3b9f"
1414

15-
gem 'cocoapods', '1.16.1'
15+
gem 'cocoapods', '1.16.2'
1616
gem 'cocoapods-generate', '2.2.5'
17-
gem 'xcodeproj', '>= 1.27.0'
1817
gem 'danger', '8.4.5'

Gemfile.lock

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.1.4.2)
8+
activesupport (7.1.5)
99
base64
10+
benchmark (>= 0.3)
1011
bigdecimal
1112
concurrent-ruby (~> 1.0, >= 1.0.2)
1213
connection_pool (>= 2.2.5)
1314
drb
1415
i18n (>= 1.6, < 2)
16+
logger (>= 1.4.2)
1517
minitest (>= 5.1)
1618
mutex_m
19+
securerandom (>= 0.3)
1720
tzinfo (~> 2.0)
1821
addressable (2.8.7)
1922
public_suffix (>= 2.0.2, < 7.0)
@@ -22,16 +25,17 @@ GEM
2225
json (>= 1.5.1)
2326
atomos (0.1.3)
2427
base64 (0.2.0)
28+
benchmark (0.3.0)
2529
bigdecimal (3.1.8)
2630
claide (1.1.0)
2731
claide-plugins (0.9.2)
2832
cork
2933
nap
3034
open4 (~> 1.3)
31-
cocoapods (1.16.1)
35+
cocoapods (1.16.2)
3236
addressable (~> 2.8)
3337
claide (>= 1.0.2, < 2.0)
34-
cocoapods-core (= 1.16.1)
38+
cocoapods-core (= 1.16.2)
3539
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3640
cocoapods-downloader (>= 2.1, < 3.0)
3741
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -45,8 +49,8 @@ GEM
4549
molinillo (~> 0.8.0)
4650
nap (~> 1.0)
4751
ruby-macho (>= 2.3.0, < 3.0)
48-
xcodeproj (>= 1.26.0, < 2.0)
49-
cocoapods-core (1.16.1)
52+
xcodeproj (>= 1.27.0, < 2.0)
53+
cocoapods-core (1.16.2)
5054
activesupport (>= 5.0, < 8)
5155
addressable (~> 2.8)
5256
algoliasearch (~> 1.0)
@@ -125,11 +129,12 @@ GEM
125129
httpclient (2.8.3)
126130
i18n (1.14.6)
127131
concurrent-ruby (~> 1.0)
128-
json (2.7.4)
132+
json (2.7.5)
129133
kramdown (2.4.0)
130134
rexml
131135
kramdown-parser-gfm (1.1.0)
132136
kramdown (~> 2.0)
137+
logger (1.6.1)
133138
minitest (5.25.1)
134139
molinillo (0.8.0)
135140
multipart-post (2.4.1)
@@ -151,6 +156,7 @@ GEM
151156
sawyer (0.9.2)
152157
addressable (>= 2.3.5)
153158
faraday (>= 0.17.3, < 3)
159+
securerandom (0.3.1)
154160
terminal-table (3.0.2)
155161
unicode-display_width (>= 1.1.1, < 3)
156162
typhoeus (1.4.1)
@@ -170,10 +176,9 @@ PLATFORMS
170176
ruby
171177

172178
DEPENDENCIES
173-
cocoapods (= 1.16.1)
179+
cocoapods (= 1.16.2)
174180
cocoapods-generate (= 2.2.5)
175181
danger (= 8.4.5)
176-
xcodeproj (>= 1.27.0)
177182

178183
BUNDLED WITH
179184
2.1.4

0 commit comments

Comments
 (0)