Skip to content

Commit

Permalink
erubis for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Mar 16, 2011
1 parent 9409df9 commit baf87df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ group :example do
gem 'em-synchrony'

gem 'rainbows'
gem 'thin', '~> 1.2.7'

gem 'yajl-ruby', :require => 'yajl'

gem 'http_router'
gem 'thin', '~> 1.2.7'
gem 'erubis'
end
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ PATH
GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
activemodel (3.0.4)
activesupport (= 3.0.4)
builder (~> 2.1.2)
Expand All @@ -29,6 +30,8 @@ GEM
eventmachine (>= 0.12.9)
em-synchrony (0.2.0)
eventmachine (>= 0.12.9)
erubis (2.6.6)
abstract (>= 1.0.0)
escape_utils (0.2.0)
eventmachine (0.12.10)
http_router (0.5.3)
Expand Down Expand Up @@ -62,6 +65,7 @@ DEPENDENCIES
cramp!
em-http-request
em-synchrony
erubis
eventmachine (~> 0.12.10)
http_router
mysql2
Expand Down

0 comments on commit baf87df

Please sign in to comment.