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 'sidekiq'
|
||||||
gem 'sinatra', :require => nil
|
gem 'sinatra', :require => nil
|
||||||
gem 'will_paginate', '~> 3.0.6'
|
gem 'will_paginate', '~> 3.0.6'
|
||||||
|
gem 'coffee-rails'
|
||||||
|
|
||||||
#SCSS & Bootstrap
|
#SCSS & Bootstrap
|
||||||
gem 'bootstrap-sass', '2.3.2.0'
|
gem 'bootstrap-sass', '2.3.2.0'
|
||||||
|
@ -101,6 +101,13 @@ GEM
|
|||||||
childprocess (0.5.6)
|
childprocess (0.5.6)
|
||||||
ffi (~> 1.0, >= 1.0.11)
|
ffi (~> 1.0, >= 1.0.11)
|
||||||
coderay (1.1.0)
|
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)
|
connection_pool (2.2.0)
|
||||||
crack (0.4.2)
|
crack (0.4.2)
|
||||||
safe_yaml (~> 1.0.0)
|
safe_yaml (~> 1.0.0)
|
||||||
@ -302,6 +309,7 @@ DEPENDENCIES
|
|||||||
binding_of_caller
|
binding_of_caller
|
||||||
bootstrap-sass (= 2.3.2.0)
|
bootstrap-sass (= 2.3.2.0)
|
||||||
capybara (= 2.2.0)
|
capybara (= 2.2.0)
|
||||||
|
coffee-rails
|
||||||
devise
|
devise
|
||||||
dotenv-rails
|
dotenv-rails
|
||||||
factory_girl
|
factory_girl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user