Skip to content

Instantly share code, notes, and snippets.

@pat

pat/Gemfile Secret

Created May 9, 2015 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pat/081500cf3cd6c30f8140 to your computer and use it in GitHub Desktop.
Save pat/081500cf3cd6c30f8140 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'rails', '3.2.16'
gem 'pg'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
end
gem 'jquery-rails'
gem 'mysql2', '0.3.18'
gem 'thinking-sphinx', '3.1.3'
gem 'flying-sphinx', #'1.0.0'
:git => 'git://github.com/flying-sphinx/flying-sphinx.git',
:branch => 'master',
:ref => '88d93b19a4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment