Skip to content

Instantly share code, notes, and snippets.

@leehambley
Created June 8, 2009 15:06
Show Gist options
  • Save leehambley/125871 to your computer and use it in GitHub Desktop.
Save leehambley/125871 to your computer and use it in GitHub Desktop.
config.gem "haml-edge", :lib => 'haml', :version => '=2.1.12'
config.gem "chriseppstein-compass", :lib => 'compass', :version => '=0.6.15'
config.gem "sqlite3-ruby", :lib => 'sqlite3', :version => '=1.2.4'
config.gem "diabolo-webrat", :lib => 'webrat', :version => '=0.4.4.2', :env => 'test'
config.gem "rspec", :lib => 'spec', :version => '=1.2.6', :env => 'test'
config.gem "rspec-rails", :lib => 'spec/rails', :version => '=1.2.6', :env => 'test'
config.gem "cucumber", :version => '=0.3.9', :env => 'test'
config.gem "rcov", :env => 'test'
config.gem "raldred-coderay", :lib => 'coderay', :env => 'test'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment