Skip to content

Commit 5975cb1

Browse files
committed
Update CocoaPods gem to match the version used in Podfile.lock
1 parent 0f033e9 commit 5975cb1

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

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
gem 'rake'
4-
gem 'cocoapods', '~> 1.10'
4+
gem 'cocoapods', '~> 1.11'
55
gem 'xcpretty-travis-formatter'
66
gem 'octokit', "~> 4.0"
77
gem 'fastlane', "~> 2.174"

Gemfile.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ GEM
3535
bigdecimal (1.4.4)
3636
chroma (0.2.0)
3737
claide (1.1.0)
38-
cocoapods (1.10.1)
39-
addressable (~> 2.6)
38+
cocoapods (1.11.2)
39+
addressable (~> 2.8)
4040
claide (>= 1.0.2, < 2.0)
41-
cocoapods-core (= 1.10.1)
41+
cocoapods-core (= 1.11.2)
4242
cocoapods-deintegrate (>= 1.0.3, < 2.0)
4343
cocoapods-downloader (>= 1.4.0, < 2.0)
4444
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -49,26 +49,26 @@ GEM
4949
escape (~> 0.0.4)
5050
fourflusher (>= 2.3.0, < 3.0)
5151
gh_inspector (~> 1.0)
52-
molinillo (~> 0.6.6)
52+
molinillo (~> 0.8.0)
5353
nap (~> 1.0)
54-
ruby-macho (~> 1.4)
55-
xcodeproj (>= 1.19.0, < 2.0)
56-
cocoapods-core (1.10.1)
57-
activesupport (> 5.0, < 6)
58-
addressable (~> 2.6)
54+
ruby-macho (>= 1.0, < 3.0)
55+
xcodeproj (>= 1.21.0, < 2.0)
56+
cocoapods-core (1.11.2)
57+
activesupport (>= 5.0, < 7)
58+
addressable (~> 2.8)
5959
algoliasearch (~> 1.0)
6060
concurrent-ruby (~> 1.1)
6161
fuzzy_match (~> 2.0.4)
6262
nap (~> 1.0)
6363
netrc (~> 0.11)
64-
public_suffix
64+
public_suffix (~> 4.0)
6565
typhoeus (~> 1.0)
66-
cocoapods-deintegrate (1.0.4)
67-
cocoapods-downloader (1.4.0)
66+
cocoapods-deintegrate (1.0.5)
67+
cocoapods-downloader (1.5.1)
6868
cocoapods-plugins (1.0.0)
6969
nap
70-
cocoapods-search (1.0.0)
71-
cocoapods-trunk (1.5.0)
70+
cocoapods-search (1.0.1)
71+
cocoapods-trunk (1.6.0)
7272
nap (>= 0.8, < 2.0)
7373
netrc (~> 0.11)
7474
cocoapods-try (1.2.0)
@@ -88,7 +88,7 @@ GEM
8888
dotenv (2.7.6)
8989
emoji_regex (3.2.3)
9090
escape (0.0.4)
91-
ethon (0.14.0)
91+
ethon (0.15.0)
9292
ffi (>= 1.15.0)
9393
excon (0.90.0)
9494
faraday (1.9.3)
@@ -174,7 +174,7 @@ GEM
174174
progress_bar (~> 1.3)
175175
rake (>= 12.3, < 14.0)
176176
rake-compiler (~> 1.0)
177-
ffi (1.15.0)
177+
ffi (1.15.5)
178178
fourflusher (2.3.1)
179179
fuzzy_match (2.0.4)
180180
gh_inspector (1.1.3)
@@ -222,7 +222,7 @@ GEM
222222
http-cookie (1.0.4)
223223
domain_name (~> 0.5)
224224
httpclient (2.8.3)
225-
i18n (1.8.11)
225+
i18n (1.9.1)
226226
concurrent-ruby (~> 1.0)
227227
jmespath (1.5.0)
228228
json (2.6.1)
@@ -234,8 +234,8 @@ GEM
234234
mini_magick (4.11.0)
235235
mini_mime (1.1.2)
236236
mini_portile2 (2.7.1)
237-
minitest (5.14.4)
238-
molinillo (0.6.6)
237+
minitest (5.15.0)
238+
molinillo (0.8.0)
239239
multi_json (1.15.0)
240240
multipart-post (2.0.0)
241241
nanaimo (0.3.0)
@@ -274,7 +274,7 @@ GEM
274274
rouge (2.0.7)
275275
ruby-enum (0.9.0)
276276
i18n
277-
ruby-macho (1.4.0)
277+
ruby-macho (2.5.1)
278278
ruby2_keywords (0.0.5)
279279
rubyzip (2.3.2)
280280
sawyer (0.8.2)
@@ -325,7 +325,7 @@ PLATFORMS
325325
ruby
326326

327327
DEPENDENCIES
328-
cocoapods (~> 1.10)
328+
cocoapods (~> 1.11)
329329
commonmarker
330330
dotenv
331331
fastlane (~> 2.174)
@@ -338,4 +338,4 @@ DEPENDENCIES
338338
xcpretty-travis-formatter
339339

340340
BUNDLED WITH
341-
2.2.32
341+
2.2.33

0 commit comments

Comments
 (0)