forked from fastlane-old/sigh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
109 lines (106 loc) · 2.31 KB
/
Gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
PATH
remote: .
specs:
sigh (0.4.5)
fastlane_core (>= 0.3.1)
plist (~> 3.1.0)
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.7)
babosa (1.0.2)
capybara (2.4.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
cliver (0.3.2)
codeclimate-test-reporter (0.4.6)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
colored (1.2)
commander (4.3.0)
highline (~> 1.6.11)
crack (0.4.2)
safe_yaml (~> 1.0.0)
credentials_manager (0.1.3)
colored
highline
security
diff-lcs (1.2.5)
docile (1.1.5)
fastlane_core (0.3.1)
babosa
capybara (~> 2.4.3)
colored
commander (>= 4.1.0)
credentials_manager
highline (~> 1.6.21)
json
multi_json
phantomjs (~> 1.9.8)
poltergeist (~> 1.5.1)
highline (1.6.21)
json (1.8.2)
method_source (0.8.2)
mime-types (2.4.3)
mini_portile (0.6.2)
multi_json (1.10.1)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
phantomjs (1.9.8.0)
plist (3.1.0)
poltergeist (1.5.1)
capybara (~> 2.1)
cliver (~> 0.3.1)
multi_json (~> 1.0)
websocket-driver (>= 0.2.0)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.6.0)
rack-test (0.6.3)
rack (>= 1.0)
rake (10.4.2)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
rspec-mocks (~> 3.1.0)
rspec-core (3.1.7)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.1.0)
rspec-mocks (3.1.3)
rspec-support (~> 3.1.0)
rspec-support (3.1.2)
safe_yaml (1.0.4)
security (0.1.3)
simplecov (0.9.1)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slop (3.6.0)
webmock (1.19.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
websocket-driver (0.5.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
xpath (2.0.0)
nokogiri (~> 1.3)
yard (0.8.7.6)
PLATFORMS
ruby
DEPENDENCIES
bundler
codeclimate-test-reporter
pry
rake
rspec (~> 3.1.0)
sigh!
webmock (~> 1.19.0)
yard (~> 0.8.7.4)