forked from UnlockedLab/unlockphilly
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile.lock
51 lines (49 loc) · 992 Bytes
/
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
GEM
remote: https://rubygems.org/
specs:
bson (1.9.2)
bson_ext (1.9.2)
bson (~> 1.9.2)
json (1.8.1)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.23)
mini_portile (0.5.3)
mongo (1.9.2)
bson (~> 1.9.2)
newrelic_rpm (3.8.1.221)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
oauth (0.4.7)
polyglot (0.3.4)
postmark (1.2.0)
json
rake
rack (1.5.2)
rack-protection (1.5.0)
rack
rake (10.3.1)
rest-client (1.6.7)
mime-types (>= 1.16)
sinatra (1.4.3)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
PLATFORMS
ruby
DEPENDENCIES
bson_ext (~> 1.9.2)
mail (~> 2.5.4)
mongo (~> 1.9.2)
newrelic_rpm (~> 3.8.1.221)
nokogiri (~> 1.6.1)
oauth (~> 0.4.7)
postmark (~> 1.2.0)
rack (~> 1.5.2)
rest-client (~> 1.6.7)
sinatra (= 1.4.3)