# coding: utf-8 source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 4.2.11.1' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.3.11' # Use SCSS for stylesheets gem 'sass-rails', '~> 4.0.3' gem 'bootstrap-sass', '~> 3.3.5' gem 'autoprefixer-rails' gem 'carrierwave', '~> 1.2.3' gem 'mini_magick', '~> 4.8.0' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' # Use CoffeeScript for .js.coffee assets and views gem 'coffee-rails', '~> 4.0.0' # See https://github.com/sstephenson/execjs#readme for more supported runtimes # gem 'therubyracer', platforms: :ruby # Use jquery as the JavaScript library gem 'jquery-rails' , '~> 2.1.4' # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks #gem 'turbolinks' , '~> 2.2.2' #gem 'jquery-turbolinks', '~> 2.0.2' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.0' gem 'unicorn', "~> 4.6.3" gem 'rest-client', '~> 1.8' group :development, :test do gem 'net-ssh', '~> 5.2' gem 'capistrano', '~> 2.15.9' gem "quiet_assets", "~> 1.0.2" end