forked from chef/omnitruck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
125 lines (122 loc) · 2.56 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
GEM
remote: https://rubygems.org/
specs:
backports (3.6.7)
bundler-audit (0.4.0)
bundler (~> 1.2)
thor (~> 0.18)
byebug (9.0.6)
coderay (1.1.1)
colorize (0.7.7)
diff-lcs (1.2.5)
domain_name (0.5.25)
unf (>= 0.0.5, < 1.0.0)
http-cookie (1.0.2)
domain_name (~> 0.5)
json (2.1.0)
kgio (2.10.0)
method_source (0.8.2)
mime-types (1.25.1)
mixlib-install (3.11.21)
mixlib-shellout
mixlib-versioning
thor
mixlib-shellout (3.0.7)
mixlib-versioning (1.1.0)
multi_json (1.11.2)
netrc (0.11.0)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.4.2)
byebug (~> 9.0)
pry (~> 0.10)
rack (1.6.11)
rack-protection (1.5.5)
rack
rack-test (0.6.3)
rack (>= 1.0)
raindrops (0.15.0)
rake (10.5.0)
rb-readline (0.5.4)
redis (4.0.3)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-its (1.2.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-legacy_formatters (1.0.1)
rspec (~> 3.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-rerun (0.3.1)
rspec
rspec-support (3.7.1)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-contrib (1.4.6)
backports (>= 2.0)
multi_json
rack-protection
rack-test
sinatra (~> 1.4.0)
tilt (>= 1.3, < 3)
sinatra-cors (1.1.0)
slop (3.6.0)
statsd-ruby (1.2.1)
thor (0.20.3)
tilt (2.0.8)
trashed (3.2.5)
statsd-ruby (~> 1.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
unicorn (5.0.1)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
yajl-ruby (1.3.1)
PLATFORMS
ruby
DEPENDENCIES
bundler-audit
colorize
json
mixlib-install
mixlib-versioning (~> 1.1.0)
pry-byebug
rack-test
rake
rb-readline
redis
rest-client
rspec
rspec-its
rspec-legacy_formatters
rspec-rerun (~> 0.3.0)
rspec_junit_formatter
sinatra (~> 1.4, < 2)
sinatra-contrib
sinatra-cors
trashed
unicorn
yajl-ruby
BUNDLED WITH
1.17.3