Skip to content

Instantly share code, notes, and snippets.

@krisleech
Created March 28, 2011 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krisleech/891127 to your computer and use it in GitHub Desktop.
Save krisleech/891127 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.0.3'
# gem "activerecord-jdbc-adapter", :require => "arjdbc"
gem "activerecord-jdbc-adapter", "0.9.7", :require => "jdbc_adapter"
# gem "jdbc-mysql"
# gem "jdbc-sqlite3"
gem "jruby-openssl"
gem "torquebox-rake-support"
gem "torquebox"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment