Skip to content

Commit 18fed38

Browse files
Merge pull request #89 from Rightpoint/hotfix/cocoapods-deploy
Hotfix for issue with CocoaPods deploy
2 parents 0dae26e + a7ea6af commit 18fed38

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

.ruby-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

Gemfile

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

3-
gem 'cocoapods', '1.8.0.beta.2'
3+
gem 'cocoapods'
44
gem 'xcpretty'

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.1)
4+
CFPropertyList (3.0.2)
55
activesupport (4.2.11.1)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
algoliasearch (1.26.1)
10+
algoliasearch (1.27.1)
1111
httpclient (~> 2.8, >= 2.8.3)
1212
json (>= 1.5.1)
1313
atomos (0.1.3)
1414
claide (1.0.3)
15-
cocoapods (1.8.0.beta.2)
15+
cocoapods (1.8.4)
1616
activesupport (>= 4.0.2, < 5)
1717
claide (>= 1.0.2, < 2.0)
18-
cocoapods-core (= 1.8.0.beta.2)
18+
cocoapods-core (= 1.8.4)
1919
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2020
cocoapods-downloader (>= 1.2.2, < 2.0)
2121
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -31,19 +31,19 @@ GEM
3131
nap (~> 1.0)
3232
ruby-macho (~> 1.4)
3333
xcodeproj (>= 1.11.1, < 2.0)
34-
cocoapods-core (1.8.0.beta.2)
34+
cocoapods-core (1.8.4)
3535
activesupport (>= 4.0.2, < 6)
3636
algoliasearch (~> 1.0)
37-
concurrent-ruby (~> 1.0)
37+
concurrent-ruby (~> 1.1)
3838
fuzzy_match (~> 2.0.4)
3939
nap (~> 1.0)
4040
cocoapods-deintegrate (1.0.4)
41-
cocoapods-downloader (1.2.2)
41+
cocoapods-downloader (1.3.0)
4242
cocoapods-plugins (1.0.0)
4343
nap
4444
cocoapods-search (1.0.0)
4545
cocoapods-stats (1.1.0)
46-
cocoapods-trunk (1.4.0)
46+
cocoapods-trunk (1.4.1)
4747
nap (>= 0.8, < 2.0)
4848
netrc (~> 0.11)
4949
cocoapods-try (1.1.0)
@@ -56,18 +56,18 @@ GEM
5656
httpclient (2.8.3)
5757
i18n (0.9.5)
5858
concurrent-ruby (~> 1.0)
59-
json (2.2.0)
60-
minitest (5.11.3)
59+
json (2.3.0)
60+
minitest (5.14.0)
6161
molinillo (0.6.6)
6262
nanaimo (0.2.6)
6363
nap (1.1.0)
6464
netrc (0.11.0)
6565
rouge (2.0.7)
6666
ruby-macho (1.4.0)
6767
thread_safe (0.3.6)
68-
tzinfo (1.2.5)
68+
tzinfo (1.2.6)
6969
thread_safe (~> 0.1)
70-
xcodeproj (1.12.0)
70+
xcodeproj (1.14.0)
7171
CFPropertyList (>= 2.3.3, < 4.0)
7272
atomos (~> 0.1.3)
7373
claide (>= 1.0.2, < 2.0)
@@ -80,7 +80,7 @@ PLATFORMS
8080
ruby
8181

8282
DEPENDENCIES
83-
cocoapods (= 1.8.0.beta.2)
83+
cocoapods
8484
xcpretty
8585

8686
BUNDLED WITH

0 commit comments

Comments
 (0)