|
|
|
@ -15,6 +15,18 @@ gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
|
|
|
|
|
gem "builder", "3.0.0"
|
|
|
|
|
gem 'acts-as-taggable-on'
|
|
|
|
|
|
|
|
|
|
# Gems used only for assets and not required
|
|
|
|
|
# in production environments by default.
|
|
|
|
|
group :assets do
|
|
|
|
|
gem 'sass-rails', '~> 3.2.3'
|
|
|
|
|
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'
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
# Optional gem for LDAP authentication
|
|
|
|
|
group :ldap do
|
|
|
|
|
gem "net-ldap", "~> 0.3.1"
|
|
|
|
|