Skip to content

Instantly share code, notes, and snippets.

@kschrader
Created February 3, 2010 21:44
Show Gist options
  • Save kschrader/294063 to your computer and use it in GitHub Desktop.
Save kschrader/294063 to your computer and use it in GitHub Desktop.
clear_sources
bundle_path "vendor/bundler_gems"
source "http://gemcutter.org"
source "http://gems.github.com"
gem "rails", "2.3.5"
gem "erubis"
gem "authlogic"
gem "justinfrench-formtastic"
gem "chronic"
gem "super_exception_notifier"
gem "workflow"
gem "fastercsv"
gem "has_many_polymorphs"
gem "uuidtools"
only :jruby do
gem "mongrel"
gem "jruby-openssl"
gem "activerecord-jdbc-adapter"
gem "jdbc-mysql"
gem "jmx4r"
end
only :mri do
gem "thin"
gem "mysql"
end
only :test do
gem "rspec"
gem "rspec-rails"
gem "cucumber", "0.4.4"
end
disable_system_gems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment