Skip to content

Instantly share code, notes, and snippets.

@twinge
Created August 18, 2010 15:48
Show Gist options
  • Save twinge/535201 to your computer and use it in GitHub Desktop.
Save twinge/535201 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
# Bundle edge Rails instead:
gem 'rails', :git => 'git://github.com/rails/rails.git',
:branch => '3-0-stable'
gem 'mysql'
gem 'riddle'
gem 'less'
#gem 'css_sprite'
#gem 'image_science'
gem 'state_machine'
gem 'RubyInline'
gem 'thinking-sphinx',
:git => 'git://github.com/freelancing-god/thinking-sphinx.git',
:branch => 'rails3',
:require => 'thinking_sphinx'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment