Skip to content

Instantly share code, notes, and snippets.

@stilkov
Created June 25, 2010 18:22
Show Gist options
  • Save stilkov/453231 to your computer and use it in GitHub Desktop.
Save stilkov/453231 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.0.0.beta4'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
group :development do
gem 'sqlite3-ruby', :require=> 'sqlite3'
end
gem 'ya2yaml'
gem 'rmagick'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment