mirror of
https://github.com/fspc/bike-database.git
synced 2025-04-04 10:03:22 -04:00
lk | add coffee-rails to gemfile
This commit is contained in:
parent
ac9921a879
commit
db0945ce81
1
Gemfile
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'
|
||||
|
@ -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…
x
Reference in New Issue
Block a user