forked from cloudfoundry/java-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gemfile.lock
75 lines (73 loc) · 1.68 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
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.6)
ast (2.0.0)
codeclimate-test-reporter (0.3.0)
simplecov (>= 0.7.1, < 1.0.0)
crack (0.4.2)
safe_yaml (~> 1.0.0)
debugger-ruby_core_source (1.3.2)
diff-lcs (1.2.5)
docile (1.1.3)
json (1.8.1)
multi_json (1.9.3)
parser (2.1.9)
ast (>= 1.1, < 3.0)
slop (~> 3.4, >= 3.4.5)
powerpack (0.0.9)
rainbow (2.0.0)
rake (10.3.1)
redcarpet (3.1.1)
rspec (3.0.0.beta2)
rspec-core (= 3.0.0.beta2)
rspec-expectations (= 3.0.0.beta2)
rspec-mocks (= 3.0.0.beta2)
rspec-core (3.0.0.beta2)
rspec-support (= 3.0.0.beta2)
rspec-expectations (3.0.0.beta2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (= 3.0.0.beta2)
rspec-mocks (3.0.0.beta2)
rspec-support (= 3.0.0.beta2)
rspec-support (3.0.0.beta2)
rubocop (0.21.0)
json (>= 1.7.7, < 2)
parser (~> 2.1.9)
powerpack (~> 0.0.6)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.4)
ruby-debug-base19x (0.11.30.pre15)
debugger-ruby_core_source (> 0)
rake (>= 0.8.1)
ruby-debug-ide (0.4.22)
rake (>= 0.8.1)
ruby-progressbar (1.4.2)
rubyzip (1.1.3)
safe_yaml (1.0.3)
simplecov (0.8.2)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slop (3.5.0)
tee (1.0.0)
webmock (1.17.4)
addressable (>= 2.2.7)
crack (>= 0.3.2)
yard (0.8.7.4)
PLATFORMS
ruby
DEPENDENCIES
codeclimate-test-reporter
rake
redcarpet
rspec (>= 3.0.0.beta)
rubocop
ruby-debug-base19x (>= 0.11.30.pre)
ruby-debug-ide
rubyzip
simplecov
tee
webmock
yard