Browse Source

lk | add coffee-rails to gemfile

master
Louis Knapp 9 years ago
parent
commit
db0945ce81
  1. 1
      Gemfile
  2. 8
      Gemfile.lock

1
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'

8
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

Loading…
Cancel
Save