forked from line/promgen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
97 lines (94 loc) · 1.87 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
GEM
remote: https://rubygems.org/
specs:
addressable (2.4.0)
ast (2.3.0)
backports (3.6.8)
chronic_duration (0.10.6)
numerizer (~> 0.1.1)
crack (0.4.3)
safe_yaml (~> 1.0.0)
docile (1.1.5)
erubis (2.7.0)
hashdiff (0.3.0)
json (1.8.3)
kgio (2.10.0)
mail (2.6.4)
mime-types (>= 1.16, < 4)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
multi_json (1.12.1)
mysql (2.9.1)
numerizer (0.1.1)
parser (2.3.1.2)
ast (~> 2.2)
power_assert (0.3.0)
powerpack (0.1.1)
rack (1.6.4)
rack-protection (1.5.3)
rack
rack-test (0.6.3)
rack (>= 1.0)
rainbow (2.1.0)
raindrops (0.16.0)
rake (11.2.2)
rubocop (0.40.0)
parser (>= 2.3.1.0, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.8.1)
safe_yaml (1.0.4)
sequel (4.35.0)
shotgun (0.9.1)
rack (>= 1.0)
simplecov (0.11.2)
docile (~> 1.1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
sinatra (1.4.7)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-contrib (1.4.7)
backports (>= 2.0)
multi_json
rack-protection
rack-test
sinatra (~> 1.4.0)
tilt (>= 1.3, < 3)
sqlite3 (1.3.11)
test-unit (3.2.0)
power_assert
tilt (2.0.5)
unicode-display_width (1.0.5)
unicorn (5.1.0)
kgio (~> 2.6)
raindrops (~> 0.7)
webmock (2.1.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
PLATFORMS
ruby
DEPENDENCIES
chronic_duration
erubis
mail
mysql
rake
rubocop
sequel
shotgun
simplecov
sinatra
sinatra-contrib
sqlite3
test-unit
unicorn
webmock
BUNDLED WITH
1.12.4