Skip to content

Instantly share code, notes, and snippets.

@atambo
Created January 14, 2011 21:02
Show Gist options
  • Save atambo/780235 to your computer and use it in GitHub Desktop.
Save atambo/780235 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.0.3'
group :development do
gem 'warbler'
gem 'activerecord-jdbcsqlite3-adapter'
end
group :test do
gem 'activerecord-jdbcsqlite3-adapter'
end
group :production do
gem 'activerecord-jdbcmysql-adapter'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment