Skip to content

Instantly share code, notes, and snippets.

@solars
Created March 18, 2011 16:05
Show Gist options
  • Save solars/876336 to your computer and use it in GitHub Desktop.
Save solars/876336 to your computer and use it in GitHub Desktop.
# temporary (for gem)
gem 'activeldap'
gem 'net-ssh'
gem 'money'
#gem 'seekda-comm'
gem 'sinatra'
gem 'haml'
gem 'pdfkit'
gem 'wkhtmltopdf-binary'
gem 'i18n'
gem 'rake'
gem 'nokogiri'
gem 'sinatra-reloader'
gem 'mail_style'
gem 'actionmailer'
gem 'ignore_nil', :git => 'git://github.com/ssoroka/ignore_nil.git'
gem 'log4r'
gem 'net-ldap'
gem 'activeldap'
gem 'slim'
gem 'capistrano'
group :test do
gem 'rack-test'
gem 'rspec', '>= 2.1.0'
end
group :development do
gem 'shotgun'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment