Add concept waiter section
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'rails', '4.0.2'
|
||||
gem 'rails', '4.0.4'
|
||||
gem 'rack-cors', :require => 'rack/cors'
|
||||
|
||||
# Bundle edge Rails instead:
|
||||
@@ -14,15 +14,16 @@ gem 'jquery-ui-rails'
|
||||
gem 'ember-source' #, github: 'emberjs/ember.js', require: 'ember/source'
|
||||
gem 'ember-rails'
|
||||
gem 'slim-rails'
|
||||
|
||||
# Gems used only for assets and not required
|
||||
# in production environments by default.
|
||||
group :assets do
|
||||
gem 'sass-rails' #, '~> 3.2.3'
|
||||
gem 'sass-rails', '~> 4.0.2'
|
||||
gem 'coffee-rails' #, '~> 3.2.1'
|
||||
#gem 'twitter-bootstrap-rails'
|
||||
gem 'bootstrap-sass', '~>2.3.2.2'
|
||||
gem 'bourbon'
|
||||
gem 'compass-rails'
|
||||
gem 'bootstrap-sass', '~>2.3'
|
||||
#gem 'bourbon'
|
||||
#gem 'compass-rails'
|
||||
gem 'js-routes'
|
||||
|
||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||
@@ -30,6 +31,8 @@ group :assets do
|
||||
|
||||
gem 'uglifier', '>= 1.0.3'
|
||||
gem 'emblem-rails'
|
||||
|
||||
gem 'foundation-rails'
|
||||
#gem 'mustache' #, :require => 'mustache/railtie'
|
||||
end
|
||||
|
||||
@@ -49,6 +52,7 @@ gem "omniauth-facebook"
|
||||
gem 'simple_form'
|
||||
gem 'active_decorator' #, path: '/Users/bterkuile/companytools/development/rails/components/active_decorator'
|
||||
#gem 'cmtool', github: 'bterkuile/cmtool'
|
||||
gem 'paperclip', '3.5.2' # cmtool
|
||||
gem 'cmtool', path: './../cmtool'
|
||||
gem 'kaminari'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user