modified for hw3
[slick.rotten.hw2.git] / Gemfile.lock
blob333498fd69c6a99507d1a9064ac2293c60f937e7
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     addressable (2.2.7)
34     arel (2.2.1)
35     bcrypt-ruby (3.0.1)
36     builder (3.0.0)
37     capybara (1.1.2)
38       mime-types (>= 1.16)
39       nokogiri (>= 1.3.3)
40       rack (>= 1.0.0)
41       rack-test (>= 0.5.4)
42       selenium-webdriver (~> 2.0)
43       xpath (~> 0.1.4)
44     childprocess (0.3.1)
45       ffi (~> 1.0.6)
46     coffee-rails (3.1.1)
47       coffee-script (>= 2.2.0)
48       railties (~> 3.1.0)
49     coffee-script (2.2.0)
50       coffee-script-source
51       execjs
52     coffee-script-source (1.2.0)
53     cucumber (1.1.9)
54       builder (>= 2.1.2)
55       diff-lcs (>= 1.1.2)
56       gherkin (~> 2.9.0)
57       json (>= 1.4.6)
58       term-ansicolor (>= 1.0.6)
59     cucumber-rails (1.3.0)
60       capybara (>= 1.1.2)
61       cucumber (>= 1.1.8)
62       nokogiri (>= 1.5.0)
63     cucumber-rails-training-wheels (1.0.0)
64       cucumber-rails (>= 1.1.1)
65     database_cleaner (0.7.2)
66     diff-lcs (1.1.3)
67     erubis (2.7.0)
68     execjs (1.2.13)
69       multi_json (~> 1.0)
70     ffi (1.0.11)
71     gherkin (2.9.1)
72       json (>= 1.4.6)
73     haml (3.1.4)
74     hike (1.2.1)
75     i18n (0.6.0)
76     jquery-rails (1.0.19)
77       railties (~> 3.0)
78       thor (~> 0.14)
79     json (1.6.3)
80     launchy (2.1.0)
81       addressable (~> 2.2.6)
82     libv8 (3.3.10.4)
83     mail (2.3.0)
84       i18n (>= 0.4.0)
85       mime-types (~> 1.16)
86       treetop (~> 1.4.8)
87     mime-types (1.17.2)
88     multi_json (1.0.4)
89     nokogiri (1.5.2)
90     pg (0.13.1)
91     polyglot (0.3.3)
92     rack (1.3.5)
93     rack-cache (1.0.3)
94       rack (>= 0.4)
95     rack-mount (0.8.3)
96       rack (>= 1.0.0)
97     rack-ssl (1.3.2)
98       rack
99     rack-test (0.6.1)
100       rack (>= 1.0)
101     rails (3.1.0)
102       actionmailer (= 3.1.0)
103       actionpack (= 3.1.0)
104       activerecord (= 3.1.0)
105       activeresource (= 3.1.0)
106       activesupport (= 3.1.0)
107       bundler (~> 1.0)
108       railties (= 3.1.0)
109     railties (3.1.0)
110       actionpack (= 3.1.0)
111       activesupport (= 3.1.0)
112       rack-ssl (~> 1.3.2)
113       rake (>= 0.8.7)
114       rdoc (~> 3.4)
115       thor (~> 0.14.6)
116     rake (0.9.2.2)
117     rdoc (3.12)
118       json (~> 1.4)
119     rubyzip (0.9.6.1)
120     sass (3.1.12)
121     sass-rails (3.1.5)
122       actionpack (~> 3.1.0)
123       railties (~> 3.1.0)
124       sass (~> 3.1.10)
125       tilt (~> 1.3.2)
126     selenium-webdriver (2.20.0)
127       childprocess (>= 0.2.5)
128       ffi (~> 1.0)
129       multi_json (~> 1.0)
130       rubyzip
131     sprockets (2.0.3)
132       hike (~> 1.2)
133       rack (~> 1.0)
134       tilt (~> 1.1, != 1.3.0)
135     sqlite3 (1.3.5)
136     term-ansicolor (1.0.7)
137     therubyracer (0.9.9)
138       libv8 (~> 3.3.10)
139     thor (0.14.6)
140     tilt (1.3.3)
141     treetop (1.4.10)
142       polyglot
143       polyglot (>= 0.3.1)
144     tzinfo (0.3.31)
145     uglifier (1.2.2)
146       execjs (>= 0.3.0)
147       multi_json (>= 1.0.2)
148     xpath (0.1.4)
149       nokogiri (~> 1.3)
151 PLATFORMS
152   ruby
154 DEPENDENCIES
155   capybara
156   coffee-rails (~> 3.1.0)
157   cucumber-rails
158   cucumber-rails-training-wheels
159   database_cleaner
160   haml
161   jquery-rails
162   launchy
163   pg
164   rails (= 3.1.0)
165   sass-rails (~> 3.1.0)
166   sqlite3
167   therubyracer
168   uglifier