Skip to content

Commit b9943de

Browse files
committed
Updated Gemfile, Gemfile.lock and upped Ruby to 2.4.1
1 parent 0378923 commit b9943de

File tree

3 files changed

+84
-84
lines changed

3 files changed

+84
-84
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: objective-c
22
osx_image: xcode8.3
33
rvm:
4-
- "2.3.1"
4+
- "2.4.1"
55

66
env:
77
global:

Gemfile

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

3-
ruby '2.3.1'
3+
ruby '2.4.1'
44

55
# The Cocoa library package manager.
66
gem 'cocoapods'

Gemfile.lock

Lines changed: 82 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,62 @@
11
GIT
22
remote: https://github.com/paweldudek/danger-swiftlint
3-
revision: 693daa326f99ebf3b1517ab13f6a954b6d4620d4
3+
revision: 2ae416a243f3c3d35cbe465e66a4c39e529eb423
44
branch: master
55
specs:
6-
danger-swiftlint (0.1.0)
6+
danger-swiftlint (0.1.2)
77
danger
88

99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
activesupport (5.0.0)
13-
concurrent-ruby (~> 1.0, >= 1.0.2)
12+
CFPropertyList (2.3.5)
13+
activesupport (4.2.8)
1414
i18n (~> 0.7)
1515
minitest (~> 5.1)
16+
thread_safe (~> 0.3, >= 0.3.4)
1617
tzinfo (~> 1.1)
1718
addressable (2.4.0)
18-
backports (3.6.8)
19-
claide (1.0.0)
19+
backports (3.8.0)
20+
claide (1.0.2)
2021
clamp (0.6.5)
21-
cocoapods (1.0.1)
22-
activesupport (>= 4.0.2)
23-
claide (>= 1.0.0, < 2.0)
24-
cocoapods-core (= 1.0.1)
25-
cocoapods-deintegrate (>= 1.0.0, < 2.0)
26-
cocoapods-downloader (>= 1.0.0, < 2.0)
22+
cocoapods (1.2.1)
23+
activesupport (>= 4.0.2, < 5)
24+
claide (>= 1.0.1, < 2.0)
25+
cocoapods-core (= 1.2.1)
26+
cocoapods-deintegrate (>= 1.0.1, < 2.0)
27+
cocoapods-downloader (>= 1.1.3, < 2.0)
2728
cocoapods-plugins (>= 1.0.0, < 2.0)
2829
cocoapods-search (>= 1.0.0, < 2.0)
2930
cocoapods-stats (>= 1.0.0, < 2.0)
30-
cocoapods-trunk (>= 1.0.0, < 2.0)
31-
cocoapods-try (>= 1.0.0, < 2.0)
32-
colored (~> 1.2)
31+
cocoapods-trunk (>= 1.2.0, < 2.0)
32+
cocoapods-try (>= 1.1.0, < 2.0)
33+
colored2 (~> 3.1)
3334
escape (~> 0.0.4)
34-
fourflusher (~> 0.3.0)
35-
molinillo (~> 0.4.5)
35+
fourflusher (~> 2.0.1)
36+
gh_inspector (~> 1.0)
37+
molinillo (~> 0.5.7)
3638
nap (~> 1.0)
37-
xcodeproj (>= 1.1.0, < 2.0)
38-
cocoapods-core (1.0.1)
39-
activesupport (>= 4.0.2)
39+
ruby-macho (~> 1.1)
40+
xcodeproj (>= 1.4.4, < 2.0)
41+
cocoapods-core (1.2.1)
42+
activesupport (>= 4.0.2, < 5)
4043
fuzzy_match (~> 2.0.4)
4144
nap (~> 1.0)
42-
cocoapods-deintegrate (1.0.0)
43-
cocoapods-downloader (1.0.1)
45+
cocoapods-deintegrate (1.0.1)
46+
cocoapods-downloader (1.1.3)
4447
cocoapods-plugins (1.0.0)
4548
nap
4649
cocoapods-search (1.0.0)
4750
cocoapods-stats (1.0.0)
48-
cocoapods-trunk (1.0.0)
51+
cocoapods-trunk (1.2.0)
4952
nap (>= 0.8, < 2.0)
5053
netrc (= 0.7.8)
51-
cocoapods-try (1.0.0)
54+
cocoapods-try (1.1.0)
5255
colored (1.2)
56+
colored2 (3.1.2)
5357
colorize (0.8.1)
54-
concurrent-ruby (1.0.2)
55-
cork (0.1.0)
56-
colored (~> 1.2)
58+
cork (0.3.0)
59+
colored2 (~> 3.1)
5760
danger (0.8.5)
5861
claide (~> 1.0)
5962
colored (~> 1.2)
@@ -63,78 +66,73 @@ GEM
6366
octokit (~> 4.2)
6467
redcarpet (~> 3.3)
6568
terminal-table (~> 1)
66-
descendants_tracker (0.0.4)
67-
thread_safe (~> 0.3, >= 0.3.1)
6869
escape (0.0.4)
69-
ethon (0.9.0)
70+
ethon (0.10.1)
7071
ffi (>= 1.3.0)
71-
faraday (0.9.2)
72+
faraday (0.12.1)
7273
multipart-post (>= 1.2, < 3)
73-
faraday_middleware (0.10.0)
74-
faraday (>= 0.7.4, < 0.10)
75-
ffi (1.9.13)
76-
fourflusher (0.3.2)
74+
faraday-http-cache (2.0.0)
75+
faraday (~> 0.8)
76+
faraday_middleware (0.11.0.1)
77+
faraday (>= 0.7.4, < 1.0)
78+
ffi (1.9.18)
79+
fourflusher (2.0.1)
7780
fuzzy_match (2.0.4)
78-
gh (0.14.0)
79-
addressable
81+
gh (0.15.1)
82+
addressable (~> 2.4.0)
8083
backports
8184
faraday (~> 0.8)
8285
multi_json (~> 1.0)
83-
net-http-persistent (>= 2.7)
86+
net-http-persistent (~> 2.9)
8487
net-http-pipeline
88+
gh_inspector (1.0.3)
8589
git (1.3.0)
86-
github_api (0.14.3)
87-
addressable (~> 2.4.0)
88-
descendants_tracker (~> 0.0.4)
89-
faraday (~> 0.8, < 0.10)
90-
hashie (>= 3.4)
91-
oauth2 (~> 1.0.0)
92-
github_changelog_generator (1.13.0)
93-
colorize (~> 0.7)
94-
github_api (~> 0.12)
90+
github_changelog_generator (1.14.3)
91+
activesupport
92+
faraday-http-cache
93+
multi_json
94+
octokit (~> 4.6)
95+
rainbow (>= 2.1)
9596
rake (>= 10.0)
96-
hashie (3.4.4)
97+
retriable (~> 2.1)
9798
highline (1.7.8)
98-
i18n (0.7.0)
99-
json (2.0.1)
100-
jwt (1.5.4)
99+
i18n (0.8.4)
100+
json (2.1.0)
101101
label (1.0.0)
102102
launchy (2.4.3)
103103
addressable (~> 2.3)
104-
minitest (5.9.0)
105-
molinillo (0.4.5)
104+
minitest (5.10.2)
105+
molinillo (0.5.7)
106106
multi_json (1.12.1)
107-
multi_xml (0.5.5)
108107
multipart-post (2.0.0)
108+
nanaimo (0.2.3)
109109
nap (1.1.0)
110110
net-http-persistent (2.9.4)
111111
net-http-pipeline (1.0.1)
112112
netrc (0.7.8)
113-
oauth2 (1.0.0)
114-
faraday (>= 0.8, < 0.10)
115-
jwt (~> 1.0)
116-
multi_json (~> 1.3)
117-
multi_xml (~> 0.5)
118-
rack (~> 1.2)
119-
octokit (4.3.0)
120-
sawyer (~> 0.7.0, >= 0.5.3)
113+
octokit (4.7.0)
114+
sawyer (~> 0.8.0, >= 0.5.3)
121115
pusher-client (0.6.2)
122116
json
123117
websocket (~> 1.0)
124-
rack (1.6.4)
125-
rake (11.2.2)
126-
redcarpet (3.3.4)
127-
rouge (1.11.1)
128-
sawyer (0.7.0)
129-
addressable (>= 2.3.5, < 2.5)
130-
faraday (~> 0.8, < 0.10)
118+
rainbow (2.2.2)
119+
rake
120+
rake (12.0.0)
121+
redcarpet (3.4.0)
122+
retriable (2.1.0)
123+
rouge (2.0.7)
124+
ruby-macho (1.1.0)
125+
sawyer (0.8.1)
126+
addressable (>= 2.3.5, < 2.6)
127+
faraday (~> 0.8, < 1.0)
131128
synx (0.2.1)
132129
clamp (~> 0.6)
133130
colorize (~> 0.7)
134131
xcodeproj (~> 1.0)
135-
terminal-table (1.6.0)
136-
thread_safe (0.3.5)
137-
travis (1.8.2)
132+
terminal-table (1.8.0)
133+
unicode-display_width (~> 1.1, >= 1.1.1)
134+
thread_safe (0.3.6)
135+
travis (1.8.8)
138136
backports
139137
faraday (~> 0.9)
140138
faraday_middleware (~> 0.9, >= 0.9.1)
@@ -145,15 +143,17 @@ GEM
145143
typhoeus (~> 0.6, >= 0.6.8)
146144
typhoeus (0.8.0)
147145
ethon (>= 0.8.0)
148-
tzinfo (1.2.2)
146+
tzinfo (1.2.3)
149147
thread_safe (~> 0.1)
150-
websocket (1.2.3)
151-
xcodeproj (1.1.0)
152-
activesupport (>= 3)
153-
claide (>= 1.0.0, < 2.0)
154-
colored (~> 1.2)
155-
xcpretty (0.2.2)
156-
rouge (~> 1.8)
148+
unicode-display_width (1.3.0)
149+
websocket (1.2.4)
150+
xcodeproj (1.5.0)
151+
CFPropertyList (~> 2.3.3)
152+
claide (>= 1.0.2, < 2.0)
153+
colored2 (~> 3.1)
154+
nanaimo (~> 0.2.3)
155+
xcpretty (0.2.8)
156+
rouge (~> 2.0.7)
157157

158158
PLATFORMS
159159
ruby
@@ -172,7 +172,7 @@ DEPENDENCIES
172172
xcpretty
173173

174174
RUBY VERSION
175-
ruby 2.3.1p112
175+
ruby 2.4.1p111
176176

177177
BUNDLED WITH
178-
1.12.5
178+
1.15.1

0 commit comments

Comments
 (0)