Skip to content

Commit

Permalink
Add missing dependencies to blog example
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru committed Sep 7, 2010
1 parent 3ebcb2a commit 9341530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/app/blog/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Ramaze.setup :verbose => true do
gem 'sequel', '3.9.0'
gem 'maruku', '0.6.0'
gem 'sqlite3-ruby', :lib => 'sqlite3'
gem 'nagoro'
end

module Blog
Expand Down

0 comments on commit 9341530

Please sign in to comment.