forked from apileipzig/api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
52 lines (50 loc) · 990 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
52
GEM
remote: http://rubygems.org/
specs:
activemodel (3.0.6)
activesupport (= 3.0.6)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.6)
activemodel (= 3.0.6)
activesupport (= 3.0.6)
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activesupport (3.0.6)
arel (2.0.9)
authlogic (2.1.6)
activesupport
builder (2.1.2)
daemons (1.1.4)
eventmachine (0.12.10)
i18n (0.5.0)
json (1.5.1)
mysql (2.8.1)
rack (1.2.2)
rake (0.8.7)
shotgun (0.9)
rack (>= 1.0)
sinatra (1.2.3)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
sqlite3 (1.3.3)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
thin (1.2.11)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.2.2)
tzinfo (0.3.26)
PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 3.0.6)
authlogic
json (~> 1.5.1)
mysql (~> 2.8.1)
rake
shotgun
sinatra
sqlite3-ruby (~> 1.3.3)
thin