919N/A# Gems used only for assets and not required
919N/A# in production environments by default.
919N/A gem 'sass-rails', '~> 3.2.3'
919N/A gem 'bootstrap-sass', '~> 3.0.0'
919N/A gem 'coffee-rails', '~> 3.2.1'
919N/A gem 'compass', '~> 0.12.1'
649N/A gem 'uglifier', '>= 1.0.3'
1392N/A gem 'handlebars_assets', '~> 0.14.1'
1392N/A gem 'underscore-rails', '~> 1.6.0'
970N/Agem 'inherited_resources', '~> 1.4.0'
970N/Agem 'nokogiri', '~> 1.6'
649N/Agem 'cancan', '~> 1.6.7'
649N/A# Strip spaces in attributes
649N/Agem "strip_attributes", "~> 1.0"
970N/A# For distributed ontologies
gem 'sinatra', require: false, group: [:development, :production]
gem 'ruby-graphviz', "~> 1.0.8"
# Fake-inputs for tests and seeds
# Ancestry enabling tree structure in category model
# Use dagnabit to model categories
gem "shoulda_routing_macros", "~> 0.1.2"
# Required for integration tests
# Recording of HTTP Requests
gem "webmock", '~> 1.9.0'
gem 'coveralls', require: false
# Writing test ontologies
gem 'ontology-united', github: '0robustus1/ontology-united'
# pre-packaged Solr distribution for use in development
group :development, :test do
gem 'rspec-rails', '~> 2.0'
gem 'exception_notification', '~> 4.0'
gem 'capistrano', '~> 3.1.0'