Created
          October 15, 2013 13:42 
        
      - 
      
 - 
        
Save sergiotapia/6991744 to your computer and use it in GitHub Desktop.  
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | source 'https://rubygems.org' | |
| ruby '2.0.0' | |
| gem 'rails', '4.0.0' | |
| gem 'sass-rails', '~> 4.0.0' | |
| gem 'uglifier', '>= 1.3.0' | |
| gem 'coffee-rails', '~> 4.0.0' | |
| gem 'jquery-rails' | |
| gem 'jbuilder', '~> 1.2' | |
| gem 'slim' | |
| gem 'simple_form' | |
| gem 'table_print' # http://tableprintgem.com/ | |
| gem 'devise' | |
| gem 'to_xls', '~> 1.5.2' # For excel exporting of data. | |
| gem 'impressionist' | |
| gem 'table_print' | |
| gem 'paperclip', '~> 3.0' | |
| gem 'will_paginate', '~> 3.0' | |
| gem 'newrelic_rpm' | |
| gem 'meta-tags', :require => 'meta_tags' | |
| gem 'bluecloth' # For Markdown support. | |
| # For deployment. | |
| gem 'capistrano' | |
| gem 'rvm-capistrano' | |
| # We're using PostgreSQL for the database. Both on dev and production. | |
| gem 'pg' | |
| group :doc do | |
| gem 'sdoc', require: false | |
| end | |
| group :development, :test do | |
| gem 'rspec-rails', '~> 2.14.0.rc1' | |
| gem 'factory_girl_rails', '~> 4.2.1' | |
| gem 'bullet' | |
| gem 'better_errors' | |
| gem 'binding_of_caller' | |
| gem 'quiet_assets' | |
| gem 'meta_request' # https://chrome.google.com/webstore/detail/railspanel/gjpfobpafnhjhbajcjgccbbdofdckggg | |
| end | |
| group :development do | |
| gem 'bullet' | |
| gem 'better_errors' | |
| gem 'quiet_assets' | |
| gem 'binding_of_caller' | |
| end | |
| group :test do | |
| gem 'faker', '~> 1.1.2' | |
| gem 'capybara', '~> 2.1.0' | |
| gem 'database_cleaner', '~> 1.0.1' | |
| gem 'launchy', '~> 2.3.0' | |
| end | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment