From db0945ce812086d2bff3ad34ee8f0374138be7cc Mon Sep 17 00:00:00 2001 From: Louis Knapp Date: Sat, 19 Sep 2015 07:38:18 -0500 Subject: [PATCH] lk | add coffee-rails to gemfile --- Gemfile | 1 + Gemfile.lock | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/Gemfile b/Gemfile index ab3af75..cc148f7 100644 --- a/Gemfile +++ b/Gemfile @@ -10,6 +10,7 @@ gem 'dotenv-rails' gem 'sidekiq' gem 'sinatra', :require => nil gem 'will_paginate', '~> 3.0.6' +gem 'coffee-rails' #SCSS & Bootstrap gem 'bootstrap-sass', '2.3.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 9156e48..1ba58d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,6 +101,13 @@ GEM childprocess (0.5.6) ffi (~> 1.0, >= 1.0.11) coderay (1.1.0) + coffee-rails (4.1.0) + coffee-script (>= 2.2.0) + railties (>= 4.0.0, < 5.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.9.1.1) connection_pool (2.2.0) crack (0.4.2) safe_yaml (~> 1.0.0) @@ -302,6 +309,7 @@ DEPENDENCIES binding_of_caller bootstrap-sass (= 2.3.2.0) capybara (= 2.2.0) + coffee-rails devise dotenv-rails factory_girl