-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
58 lines (55 loc) · 1.15 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
GIT
remote: git://github.com/sinatra/sinatra.git
revision: f288801888c5c464e65c6bf9985f486b9a4b5f07
specs:
sinatra (1.3.1)
rack (~> 1.3, >= 1.3.4)
rack-protection (~> 1.1, >= 1.1.2)
tilt (~> 1.3, >= 1.3.3)
GEM
remote: http://rubygems.org/
specs:
activemodel (3.1.1)
activesupport (= 3.1.1)
builder (~> 3.0.0)
i18n (~> 0.6)
activesupport (3.1.1)
multi_json (~> 1.0)
bson (1.4.0)
bson_ext (1.4.0)
builder (3.0.0)
coderay (0.9.8)
haml (3.1.3)
i18n (0.6.0)
method_source (0.6.0)
ruby_parser (>= 2.0.5)
mongo (1.4.0)
bson (= 1.4.0)
mongo_mapper (0.9.2)
activemodel (~> 3.0)
activesupport (~> 3.0)
plucky (~> 0.3.8)
multi_json (1.0.3)
plucky (0.3.8)
mongo (~> 1.3)
pry (0.9.3)
coderay (>= 0.9.8)
method_source (>= 0.6.0)
ruby_parser (>= 2.0.5)
slop (~> 1.9.0)
rack (1.3.4)
rack-protection (1.1.4)
rack
ruby_parser (2.0.5)
sexp_processor (~> 3.0)
sexp_processor (3.0.5)
slop (1.9.1)
tilt (1.3.3)
PLATFORMS
ruby
DEPENDENCIES
bson_ext
haml
mongo_mapper
pry
sinatra!