Skip to content

Instantly share code, notes, and snippets.

@mspanc
Created January 21, 2013 20:01
Show Gist options
  • Save mspanc/4588813 to your computer and use it in GitHub Desktop.
Save mspanc/4588813 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'rails', '3.2.11'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'mysql2'
gem 'capistrano'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', :platforms => :ruby
gem 'uglifier', '>= 1.0.3'
end
gem 'jquery-rails'
gem 'activeadmin', '~> 0.5.1'
gem "meta_search", '>= 1.1.0.pre'
gem 'rfc822'
gem "paperclip", "~> 3.0"
gem "paperclip-strip-strange-characters", "~> 0.0.1"
gem "just-datetime-picker", "~> 0.0.2"
gem "activerecord-import"
gem "thin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment