Skip to content

Commit aa2fffc

Browse files
author
Olivier Halligon
committed
Gemfile.lock should always be commited in the repo
1 parent 250769a commit aa2fffc

File tree

2 files changed

+104
-1
lines changed

2 files changed

+104
-1
lines changed

Gemfile.lock

+103
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
PATH
2+
remote: .
3+
specs:
4+
cocoapods-binary (0.4.4)
5+
cocoapods (>= 1.5.0, < 2.0)
6+
fourflusher (~> 2.0)
7+
xcpretty (~> 0.3.0)
8+
9+
GEM
10+
remote: https://rubygems.org/
11+
specs:
12+
CFPropertyList (3.0.0)
13+
activesupport (4.2.11.1)
14+
i18n (~> 0.7)
15+
minitest (~> 5.1)
16+
thread_safe (~> 0.3, >= 0.3.4)
17+
tzinfo (~> 1.1)
18+
atomos (0.1.3)
19+
bacon (1.2.0)
20+
claide (1.0.2)
21+
cocoapods (1.6.2)
22+
activesupport (>= 4.0.2, < 5)
23+
claide (>= 1.0.2, < 2.0)
24+
cocoapods-core (= 1.6.2)
25+
cocoapods-deintegrate (>= 1.0.2, < 2.0)
26+
cocoapods-downloader (>= 1.2.2, < 2.0)
27+
cocoapods-plugins (>= 1.0.0, < 2.0)
28+
cocoapods-search (>= 1.0.0, < 2.0)
29+
cocoapods-stats (>= 1.0.0, < 2.0)
30+
cocoapods-trunk (>= 1.3.1, < 2.0)
31+
cocoapods-try (>= 1.1.0, < 2.0)
32+
colored2 (~> 3.1)
33+
escape (~> 0.0.4)
34+
fourflusher (>= 2.2.0, < 3.0)
35+
gh_inspector (~> 1.0)
36+
molinillo (~> 0.6.6)
37+
nap (~> 1.0)
38+
ruby-macho (~> 1.4)
39+
xcodeproj (>= 1.8.1, < 2.0)
40+
cocoapods-core (1.6.2)
41+
activesupport (>= 4.0.2, < 6)
42+
fuzzy_match (~> 2.0.4)
43+
nap (~> 1.0)
44+
cocoapods-deintegrate (1.0.4)
45+
cocoapods-downloader (1.2.2)
46+
cocoapods-plugins (1.0.0)
47+
nap
48+
cocoapods-search (1.0.0)
49+
cocoapods-stats (1.1.0)
50+
cocoapods-trunk (1.3.1)
51+
nap (>= 0.8, < 2.0)
52+
netrc (~> 0.11)
53+
cocoapods-try (1.1.0)
54+
colored2 (3.1.2)
55+
concurrent-ruby (1.1.5)
56+
escape (0.0.4)
57+
fourflusher (2.2.0)
58+
fuzzy_match (2.0.4)
59+
gh_inspector (1.1.3)
60+
i18n (0.9.5)
61+
concurrent-ruby (~> 1.0)
62+
metaclass (0.0.4)
63+
minitest (5.11.3)
64+
mocha (1.8.0)
65+
metaclass (~> 0.0.1)
66+
mocha-on-bacon (0.2.3)
67+
mocha (>= 0.13.0)
68+
molinillo (0.6.6)
69+
nanaimo (0.2.6)
70+
nap (1.1.0)
71+
netrc (0.11.0)
72+
prettybacon (0.0.2)
73+
bacon (~> 1.2)
74+
rake (12.3.2)
75+
rouge (2.0.7)
76+
ruby-macho (1.4.0)
77+
thread_safe (0.3.6)
78+
tzinfo (1.2.5)
79+
thread_safe (~> 0.1)
80+
xcodeproj (1.9.0)
81+
CFPropertyList (>= 2.3.3, < 4.0)
82+
atomos (~> 0.1.3)
83+
claide (>= 1.0.2, < 2.0)
84+
colored2 (~> 3.1)
85+
nanaimo (~> 0.2.6)
86+
xcpretty (0.3.0)
87+
rouge (~> 2.0.7)
88+
89+
PLATFORMS
90+
ruby
91+
92+
DEPENDENCIES
93+
bacon
94+
bundler (~> 2.0)
95+
cocoapods
96+
cocoapods-binary!
97+
mocha
98+
mocha-on-bacon
99+
prettybacon
100+
rake
101+
102+
BUNDLED WITH
103+
2.0.1

cocoapods-binary.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
2222
spec.add_dependency "fourflusher", "~> 2.0"
2323
spec.add_dependency "xcpretty", "~> 0.3.0"
2424

25-
spec.add_development_dependency 'bundler', '~> 1.3'
25+
spec.add_development_dependency 'bundler', '~> 2.0'
2626
spec.add_development_dependency 'rake'
2727
end

0 commit comments

Comments
 (0)