forked from DGaffney/stop_sign_project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
79 lines (76 loc) · 1.52 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
GEM
remote: https://rubygems.org/
specs:
activemodel (3.2.22.5)
activesupport (= 3.2.22.5)
builder (~> 3.0.0)
activesupport (3.2.22.5)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
bond (0.5.1)
bson (1.8.6)
bson_ext (1.8.6)
bson (~> 1.8.6)
builder (3.0.4)
coderay (1.1.1)
faraday (0.11.0)
multipart-post (>= 1.2, < 3)
hashie (3.5.5)
i18n (0.8.1)
imgurapi (3.0.0)
faraday
method_source (0.8.2)
mongo (1.8.6)
bson (~> 1.8.6)
mongo_mapper (0.12.0)
activemodel (~> 3.0)
activesupport (~> 3.0)
plucky (~> 0.5.2)
multi_json (1.12.1)
multipart-post (2.0.0)
oauth (0.5.1)
plucky (0.5.2)
mongo (~> 1.5)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rack (1.6.5)
rack-protection (1.5.3)
rack
rack-test (0.6.3)
rack (>= 1.0)
rake (10.0.4)
ripl (0.7.1)
bond (~> 0.5.1)
ripl-multi_line (0.3.1)
ripl (>= 0.3.6)
ripl-rack (0.2.1)
rack (>= 1.0)
rack-test (~> 0.6.2)
ripl (>= 0.7.0)
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
slop (3.6.0)
tilt (2.0.6)
tux (0.3.0)
ripl (>= 0.3.5)
ripl-multi_line (>= 0.2.4)
ripl-rack (>= 0.2.0)
sinatra (>= 1.2.1)
PLATFORMS
ruby
DEPENDENCIES
bson_ext (~> 1.8.2)
hashie
imgurapi
mongo_mapper (~> 0.12.0)
oauth
pry
rake (~> 10.0.3)
sinatra
tux
BUNDLED WITH
1.14.6