forked from asmuth/clip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
75 lines (72 loc) · 1.38 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
GIT
remote: git://github.com/brianmario/yajl-ruby.git
revision: eef5c48be81b6404af66da3f185ec9301e5214d8
specs:
yajl-ruby (1.1.0)
GEM
remote: http://rubygems.org/
specs:
activesupport (3.1.1)
multi_json (~> 1.0)
bson_ext (1.4.0)
chronic (0.6.4)
daemons (1.1.4)
delorean (1.1.0)
chronic
diff-lcs (1.1.3)
em-hiredis (0.1.0)
hiredis (~> 0.3.0)
eventmachine (0.12.10)
git (1.2.5)
haml (3.1.2)
hiredis (0.3.2)
i18n (0.6.0)
jeweler (1.5.2)
bundler (~> 1.0.0)
git (>= 1.2.5)
rake
json (1.6.1)
multi_json (1.0.4)
rack (1.3.0)
rack-test (0.6.0)
rack (>= 1.0)
rake (0.9.2)
redis (2.2.2)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
shoulda (2.11.3)
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
thin (1.2.11)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.3.2)
PLATFORMS
ruby
DEPENDENCIES
activesupport
bson_ext (>= 1.4.0)
bundler (~> 1.0.0)
delorean
em-hiredis
eventmachine
haml
i18n
jeweler (~> 1.5.2)
json
rack
rack-test
redis (>= 2.2.2)
rspec (~> 2.6.0)
shoulda
sinatra (>= 1.2.6)
thin
yajl-ruby!