Skip to content

Commit

Permalink
[FIX] Depend on thin (closes toolmantim#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
toolmantim committed Dec 1, 2009
1 parent 9d0f856 commit 9a523c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/bananajour/gem_dependencies.rb
Expand Up @@ -11,7 +11,8 @@ module GemDependencies
%w( grit 1.1.1 ),
%w( dnssd 1.3.1 ),
%w( haml 2.0.9 ),
%w( activesupport 2.3.2 )
%w( activesupport 2.3.2 ),
%w( thin 1.0.0 )
]
class Dependency < Struct.new(:name, :version)
def require_gem; gem name, version end
Expand Down

0 comments on commit 9a523c2

Please sign in to comment.