Skip to content

Instantly share code, notes, and snippets.

@vasil
Created January 22, 2010 00:30
Show Gist options
  • Save vasil/283367 to your computer and use it in GitHub Desktop.
Save vasil/283367 to your computer and use it in GitHub Desktop.
gem "rack", "1.1.0"
gem "rack-mount", "~> 0.4.0" # :git => "git://github.com/rails/rack-mount.git"
gem "rack-test", "~> 0.5.0"
gem "erubis", "~> 2.6.0"
gem "arel", :git => "git://github.com/rails/arel.git"
gem "sqlite3-ruby"
gem "rails", "3.0.pre", :git => "git://github.com/rails/rails.git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment