File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ gem 'rails', '3.1.0.rc6'
44gem 'sqlite3'
55gem 'json'
66
7- gem 'haml'
7+ gem 'haml-rails '
88gem 'jquery-rails'
99gem 'mongo_mapper'
1010gem 'bson_ext'
@@ -21,6 +21,7 @@ gem 'jnunemaker-validatable', '>= 1.8.4' # Required by mm-devise
2121gem 'devise' , '>= 1.2'
2222gem 'mm-devise' , '>= 1.2'
2323
24+ gem 'inherited_resources'
2425gem "semantic_menu" , :git => "git://github.com/michaek/semantic_menu.git"
2526
2627# Use unicorn as the web server
Original file line number Diff line number Diff line change 8080 gherkin (2.4.16 )
8181 json (>= 1.4.6 )
8282 haml (3.1.2 )
83+ haml-rails (0.3.4 )
84+ actionpack (~> 3.0 )
85+ activesupport (~> 3.0 )
86+ haml (~> 3.0 )
87+ railties (~> 3.0 )
88+ has_scope (0.5.1 )
8389 hike (1.2.1 )
8490 i18n (0.6.0 )
91+ inherited_resources (1.2.2 )
92+ has_scope (~> 0.5.0 )
93+ responders (~> 0.6.0 )
8594 jnunemaker-validatable (1.8.4 )
8695 activesupport (>= 2.3.4 )
8796 jquery-rails (1.0.13 )
137146 raindrops (0.7.0 )
138147 rake (0.9.2 )
139148 rdoc (3.9.4 )
149+ responders (0.6.4 )
140150 rspec (2.6.0 )
141151 rspec-core (~> 2.6.0 )
142152 rspec-expectations (~> 2.6.0 )
@@ -194,7 +204,8 @@ DEPENDENCIES
194204 cucumber-rails
195205 devise (>= 1.2 )
196206 fabrication
197- haml
207+ haml-rails
208+ inherited_resources
198209 jnunemaker-validatable (>= 1.8.4 )
199210 jquery-rails
200211 json
You can’t perform that action at this time.
0 commit comments