Merge pull request #2 from l4u/gitignore
[slick.rotten.hw2.git] / Gemfile.lock
blob7f15f0133489eba2714c5c09cbc189bf0d8f6702
1 GEM
2   remote: http://rubygems.org/
3   specs:
4     actionmailer (3.1.0)
5       actionpack (= 3.1.0)
6       mail (~> 2.3.0)
7     actionpack (3.1.0)
8       activemodel (= 3.1.0)
9       activesupport (= 3.1.0)
10       builder (~> 3.0.0)
11       erubis (~> 2.7.0)
12       i18n (~> 0.6)
13       rack (~> 1.3.2)
14       rack-cache (~> 1.0.3)
15       rack-mount (~> 0.8.2)
16       rack-test (~> 0.6.1)
17       sprockets (~> 2.0.0)
18     activemodel (3.1.0)
19       activesupport (= 3.1.0)
20       bcrypt-ruby (~> 3.0.0)
21       builder (~> 3.0.0)
22       i18n (~> 0.6)
23     activerecord (3.1.0)
24       activemodel (= 3.1.0)
25       activesupport (= 3.1.0)
26       arel (~> 2.2.1)
27       tzinfo (~> 0.3.29)
28     activeresource (3.1.0)
29       activemodel (= 3.1.0)
30       activesupport (= 3.1.0)
31     activesupport (3.1.0)
32       multi_json (~> 1.0)
33     archive-tar-minitar (0.5.2)
34     arel (2.2.1)
35     bcrypt-ruby (3.0.1)
36     builder (3.0.0)
37     coffee-rails (3.1.1)
38       coffee-script (>= 2.2.0)
39       railties (~> 3.1.0)
40     coffee-script (2.2.0)
41       coffee-script-source
42       execjs
43     coffee-script-source (1.2.0)
44     columnize (0.3.5)
45     erubis (2.7.0)
46     execjs (1.2.13)
47       multi_json (~> 1.0)
48     haml (3.1.4)
49     hike (1.2.1)
50     i18n (0.6.0)
51     jquery-rails (1.0.19)
52       railties (~> 3.0)
53       thor (~> 0.14)
54     json (1.6.3)
55     libv8 (3.3.10.4)
56     linecache19 (0.5.12)
57       ruby_core_source (>= 0.1.4)
58     mail (2.3.0)
59       i18n (>= 0.4.0)
60       mime-types (~> 1.16)
61       treetop (~> 1.4.8)
62     mime-types (1.17.2)
63     multi_json (1.0.4)
64     pg (0.13.1)
65     polyglot (0.3.3)
66     rack (1.3.5)
67     rack-cache (1.0.3)
68       rack (>= 0.4)
69     rack-mount (0.8.3)
70       rack (>= 1.0.0)
71     rack-ssl (1.3.2)
72       rack
73     rack-test (0.6.1)
74       rack (>= 1.0)
75     rails (3.1.0)
76       actionmailer (= 3.1.0)
77       actionpack (= 3.1.0)
78       activerecord (= 3.1.0)
79       activeresource (= 3.1.0)
80       activesupport (= 3.1.0)
81       bundler (~> 1.0)
82       railties (= 3.1.0)
83     railties (3.1.0)
84       actionpack (= 3.1.0)
85       activesupport (= 3.1.0)
86       rack-ssl (~> 1.3.2)
87       rake (>= 0.8.7)
88       rdoc (~> 3.4)
89       thor (~> 0.14.6)
90     rake (0.9.2.2)
91     rdoc (3.12)
92       json (~> 1.4)
93     ruby-debug-base19 (0.11.25)
94       columnize (>= 0.3.1)
95       linecache19 (>= 0.5.11)
96       ruby_core_source (>= 0.1.4)
97     ruby-debug19 (0.11.6)
98       columnize (>= 0.3.1)
99       linecache19 (>= 0.5.11)
100       ruby-debug-base19 (>= 0.11.19)
101     ruby_core_source (0.1.5)
102       archive-tar-minitar (>= 0.5.2)
103     sass (3.1.12)
104     sass-rails (3.1.5)
105       actionpack (~> 3.1.0)
106       railties (~> 3.1.0)
107       sass (~> 3.1.10)
108       tilt (~> 1.3.2)
109     sprockets (2.0.3)
110       hike (~> 1.2)
111       rack (~> 1.0)
112       tilt (~> 1.1, != 1.3.0)
113     sqlite3 (1.3.5)
114     therubyracer (0.9.9)
115       libv8 (~> 3.3.10)
116     thor (0.14.6)
117     tilt (1.3.3)
118     treetop (1.4.10)
119       polyglot
120       polyglot (>= 0.3.1)
121     tzinfo (0.3.31)
122     uglifier (1.2.2)
123       execjs (>= 0.3.0)
124       multi_json (>= 1.0.2)
126 PLATFORMS
127   ruby
129 DEPENDENCIES
130   coffee-rails (~> 3.1.0)
131   haml
132   jquery-rails
133   pg
134   rails (= 3.1.0)
135   ruby-debug19
136   sass-rails (~> 3.1.0)
137   sqlite3
138   therubyracer
139   uglifier