Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit fdd3548

Browse files
MichaelLutaayarnystrom
authored andcommitted
Update Gemfile to use same version of CocoaPods referenced in Podfile.lock (#2277)
* Update cocoapods version constraint * Run `bundle update cocoapods` * Run `npm install`
1 parent 0db4c23 commit fdd3548

File tree

3 files changed

+161
-161
lines changed

3 files changed

+161
-161
lines changed

Gemfile

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

3-
gem 'cocoapods', '~> 1.4.0'
3+
gem 'cocoapods', '~> 1.5.0'

Gemfile.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (2.3.6)
4+
CFPropertyList (3.0.0)
55
activesupport (4.2.10)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
atomos (0.1.2)
10+
atomos (0.1.3)
1111
claide (1.0.2)
12-
cocoapods (1.4.0)
12+
cocoapods (1.5.3)
1313
activesupport (>= 4.0.2, < 5)
1414
claide (>= 1.0.2, < 2.0)
15-
cocoapods-core (= 1.4.0)
15+
cocoapods-core (= 1.5.3)
1616
cocoapods-deintegrate (>= 1.0.2, < 2.0)
17-
cocoapods-downloader (>= 1.1.3, < 2.0)
17+
cocoapods-downloader (>= 1.2.0, < 2.0)
1818
cocoapods-plugins (>= 1.0.0, < 2.0)
1919
cocoapods-search (>= 1.0.0, < 2.0)
2020
cocoapods-stats (>= 1.0.0, < 2.0)
@@ -24,21 +24,21 @@ GEM
2424
escape (~> 0.0.4)
2525
fourflusher (~> 2.0.1)
2626
gh_inspector (~> 1.0)
27-
molinillo (~> 0.6.4)
27+
molinillo (~> 0.6.5)
2828
nap (~> 1.0)
2929
ruby-macho (~> 1.1)
30-
xcodeproj (>= 1.5.4, < 2.0)
31-
cocoapods-core (1.4.0)
30+
xcodeproj (>= 1.5.7, < 2.0)
31+
cocoapods-core (1.5.3)
3232
activesupport (>= 4.0.2, < 6)
3333
fuzzy_match (~> 2.0.4)
3434
nap (~> 1.0)
3535
cocoapods-deintegrate (1.0.2)
36-
cocoapods-downloader (1.1.3)
36+
cocoapods-downloader (1.2.1)
3737
cocoapods-plugins (1.0.0)
3838
nap
3939
cocoapods-search (1.0.0)
4040
cocoapods-stats (1.0.0)
41-
cocoapods-trunk (1.3.0)
41+
cocoapods-trunk (1.3.1)
4242
nap (>= 0.8, < 2.0)
4343
netrc (~> 0.11)
4444
cocoapods-try (1.1.0)
@@ -47,30 +47,30 @@ GEM
4747
escape (0.0.4)
4848
fourflusher (2.0.1)
4949
fuzzy_match (2.0.4)
50-
gh_inspector (1.1.1)
51-
i18n (0.9.3)
50+
gh_inspector (1.1.3)
51+
i18n (0.9.5)
5252
concurrent-ruby (~> 1.0)
5353
minitest (5.11.3)
54-
molinillo (0.6.4)
55-
nanaimo (0.2.3)
54+
molinillo (0.6.6)
55+
nanaimo (0.2.6)
5656
nap (1.1.0)
5757
netrc (0.11.0)
58-
ruby-macho (1.1.0)
58+
ruby-macho (1.3.1)
5959
thread_safe (0.3.6)
6060
tzinfo (1.2.5)
6161
thread_safe (~> 0.1)
62-
xcodeproj (1.5.6)
63-
CFPropertyList (~> 2.3.3)
64-
atomos (~> 0.1.2)
62+
xcodeproj (1.6.0)
63+
CFPropertyList (>= 2.3.3, < 4.0)
64+
atomos (~> 0.1.3)
6565
claide (>= 1.0.2, < 2.0)
6666
colored2 (~> 3.1)
67-
nanaimo (~> 0.2.3)
67+
nanaimo (~> 0.2.6)
6868

6969
PLATFORMS
7070
ruby
7171

7272
DEPENDENCIES
73-
cocoapods (~> 1.4.0)
73+
cocoapods (~> 1.5.0)
7474

7575
BUNDLED WITH
76-
1.16.1
76+
1.16.6

0 commit comments

Comments
 (0)