-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathGemfile.lock
69 lines (67 loc) · 1.29 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
GEM
remote: http://rubygems.org/
specs:
activemodel (3.0.11)
activesupport (= 3.0.11)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.11)
activemodel (= 3.0.11)
activesupport (= 3.0.11)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activesupport (3.0.11)
ansi (1.4.1)
arel (2.0.10)
assert_json (0.1.1)
activesupport
authlogic (3.1.0)
activerecord (>= 3.0.7)
activerecord (>= 3.0.7)
builder (2.1.2)
database_cleaner (0.7.1)
factory_girl (2.2.0)
activesupport
i18n (0.5.0)
json (1.6.5)
minitest (2.10.1)
mysql2 (0.2.18)
rack (1.4.1)
rack-protection (1.2.0)
rack
rack-test (0.6.1)
rack (>= 1.0)
rake (0.9.2.2)
shotgun (0.9)
rack (>= 1.0)
shoulda-context (1.0.0)
shoulda-matchers (1.0.0)
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
sqlite3 (1.3.5)
tilt (1.3.3)
turn (0.8.3)
ansi
tzinfo (0.3.31)
PLATFORMS
ruby
DEPENDENCIES
activerecord (~> 3.0.6)
activesupport
assert_json
authlogic
database_cleaner
factory_girl (~> 2.2.0)
json
minitest
mysql2 (~> 0.2.0)
rack-test
rake
shotgun
shoulda-context
shoulda-matchers
sinatra
sqlite3
turn