-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile.lock
96 lines (94 loc) · 1.91 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
GEM
remote: http://rubygems.org/
specs:
actionpack (3.2.3)
activemodel (= 3.2.3)
activesupport (= 3.2.3)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.1)
rack (~> 1.4.0)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.1.2)
activemodel (3.2.3)
activesupport (= 3.2.3)
builder (~> 3.0.0)
activerecord (3.2.3)
activemodel (= 3.2.3)
activesupport (= 3.2.3)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.3)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
builder (3.0.0)
erubis (2.7.0)
ffi (1.0.11)
git (1.2.5)
guard (1.0.1)
ffi (>= 0.5.0)
thor (~> 0.14.6)
guard-test (0.4.3)
guard (>= 0.4)
test-unit (~> 2.2)
hike (1.2.1)
i18n (0.6.0)
jeweler (1.6.4)
bundler (~> 1.0)
git (>= 1.2.5)
rake
journey (1.0.3)
json (1.6.6)
libnotify (0.7.2)
macaddr (1.5.0)
systemu (>= 2.4.0)
mime-types (1.18)
multi_json (1.3.0)
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
rack-test (0.6.1)
rack (>= 1.0)
rake (0.9.2.2)
rb-inotify (0.8.8)
ffi (>= 0.5.0)
rdoc (3.12)
json (~> 1.4)
rest-client (1.6.7)
mime-types (>= 1.16)
shoulda (3.0.1)
shoulda-context (~> 1.0.0)
shoulda-matchers (~> 1.0.0)
shoulda-context (1.0.0)
shoulda-matchers (1.0.0)
sprockets (2.1.2)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.5)
systemu (2.5.0)
test-unit (2.4.8)
thor (0.14.6)
tilt (1.3.3)
tzinfo (0.3.33)
uuid (2.3.5)
macaddr (~> 1.0)
PLATFORMS
ruby
DEPENDENCIES
actionpack (>= 3.0.0)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
bundler (>= 1.0.0)
guard-test
jeweler (~> 1.6.4)
libnotify
multi_json
rb-inotify
rdoc
rest-client
shoulda
sqlite3
uuid