-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathGemfile.lock
160 lines (154 loc) · 3.51 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
GIT
remote: https://github.com/alexch/deck.rb.git
revision: 31fa8aa44a96f14398765882a1c00e0e35036add
specs:
deckrb (0.6.0)
erector (>= 0.9.0)
json
nokogiri
rack (>= 1.4.1)
redcarpet (~> 2)
thin
trollop
GIT
remote: https://github.com/alexch/rerun.git
revision: dfe1532982e880c391629f9877b699fe06991762
specs:
rerun (0.13.1)
listen (~> 3.0)
GIT
remote: https://github.com/alexch/wrong.git
revision: 9fae5b82b3704c7bbf61b36fb9015090511742bd
specs:
wrong (0.7.1)
diff-lcs (~> 1.2.5)
predicated (~> 0.2.6)
ruby2ruby (>= 2.0.1)
ruby_parser (>= 3.0.1)
sexp_processor (>= 4.0)
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
awesome_print (1.8.0)
backports (3.11.4)
chronic (0.10.2)
concurrent-ruby (1.1.3)
daemons (1.3.1)
diff-lcs (1.2.5)
erector (0.10.0)
treetop (>= 1.2.3)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
eventmachine (1.2.7-x86-mingw32)
ffi (1.9.25)
ffi (1.9.25-x64-mingw32)
ffi (1.9.25-x86-mingw32)
files (0.4.0)
i18n (1.1.1)
concurrent-ruby (~> 1.0)
json (1.8.6)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
mini_portile2 (2.3.0)
minitest (5.11.3)
multi_json (1.13.1)
mustermann (1.0.3)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
nokogiri (1.8.5-x64-mingw32)
mini_portile2 (~> 2.3.0)
nokogiri (1.8.5-x86-mingw32)
mini_portile2 (~> 2.3.0)
polyglot (0.3.5)
predicated (0.2.6)
rack (2.0.6)
rack-protection (2.0.4)
rack
rack-rewrite (1.5.1)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
redcarpet (2.3.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
ruby2ruby (2.4.1)
ruby_parser (~> 3.1)
sexp_processor (~> 4.6)
ruby_dep (1.5.0)
ruby_parser (3.11.0)
sexp_processor (~> 4.9)
sass (3.5.7)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sexp_processor (4.11.0)
sinatra (2.0.4)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.4)
tilt (~> 2.0)
sinatra-contrib (2.0.4)
activesupport (>= 4.0.0)
backports (>= 2.8.2)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.0.4)
sinatra (= 2.0.4)
tilt (>= 1.3, < 3)
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.0.8)
treetop (1.6.10)
polyglot (~> 0.3)
trollop (2.9.9)
tzinfo (1.2.5)
thread_safe (~> 0.1)
PLATFORMS
ruby
x64-mingw32
x86-mingw32
DEPENDENCIES
activesupport
awesome_print
chronic
deckrb!
erector (>= 0.9.0)
files (>= 0.4.0)
json (~> 1.8)
listen
nokogiri (~> 1.7)
rack-rewrite (~> 1.5)
rake (>= 10.0.1)
redcarpet
rerun!
rspec
sass (~> 3.5.0)
sinatra (~> 2.0.1)
sinatra-contrib
thin
wrong!
BUNDLED WITH
1.16.5