Adapt Gemfile* to what's available in OBS:Server:2.4

This commit is contained in:
Henne Vogelsang 2013-05-15 17:41:19 +02:00 committed by Henne Vogelsang
parent e0ac25c64a
commit 76e9bba6ff
2 changed files with 60 additions and 75 deletions

View file

@ -12,12 +12,12 @@ gem 'mysql2'
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
# gem 'coffee-rails', '~> 3.2.1'
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', :platforms => :ruby
gem 'uglifier', '>= 1.0.3'
# gem 'uglifier', '>= 1.0.3'
end
gem 'will_paginate'
@ -28,7 +28,7 @@ gem 'devise'
gem 'cancan'
gem "haml"
gem 'bcrypt-ruby', '~> 3.0.0'
gem 'node'
#gem 'node'
gem 'paper_trail'
gem 'formtastic-bootstrap'
gem 'cocoon'