source 'http://rubygems.org' ruby '2.1.1' gem 'rails', '~> 4.0.0' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' gem 'sass-rails', " ~> 4.0.0" gem 'coffee-rails', "~> 4.0.0" gem 'uglifier' gem 'sprockets_better_errors' gem 'bourbon' gem 'jquery-rails' # Use unicorn as the web server # gem 'unicorn' # Deploy with Capistrano # gem 'capistrano' # To use debugger # gem 'ruby-debug' # Bundle the extra gems: # gem 'bj' # gem 'nokogiri' # gem 'sqlite3-ruby', :require => 'sqlite3' gem 'aws-sdk' # Bundle gems for the local environment. Make sure to # put test-only gems in this group so their generators # and rake tasks are available in development mode: group :development do gem 'sqlite3' gem 'ruby_parser' gem 'hpricot' gem 'powder' gem 'better_errors' gem 'binding_of_caller' gem 'yaml_db', github: 'jetthoughts/yaml_db', ref: 'fb4b6bd7e12de3cffa93e0a298a1e5253d7e92ba' gem 'letter_opener' end group :test, :development do gem 'rspec-rails' gem 'pry' end group :test do gem 'factory_girl_rails' gem 'shoulda-matchers' gem 'poltergeist' gem 'fivemat' gem 'capybara-screenshot' end group :production do gem 'thin' gem 'rails_12factor' end gem 'newrelic_rpm' gem 'exception_notification', :git => 'git://github.com/rails/exception_notification', :require => 'exception_notifier' gem 'pg' gem 'devise' gem 'simple_form' gem 'squeel' #gem 'mini_exiftool' gem 'will_paginate' gem 'redcarpet' gem 'paperclip' gem 'dragonfly' gem 'dragonfly-s3_data_store' gem 'haml' gem 'slugtastic'