Sha256: cd48d7ad8c6c9d4238c4a5cc88313f3ca69de0e893560da10a8ba2e9661a8723

Contents?: true

Size: 834 Bytes

Versions: 1

Compression:

Stored size: 834 Bytes

Contents

# This Gemfile comes from hydra-head/test_support/etc/Gemfile
# It's copied into the hydra-head test app by the rake hyhead:setup_test_app task

source 'http://rubygems.org'

gem "rails", '~> 3.2.2'

gem 'sqlite3'

gem 'blacklight', '~>3.3.0'

gem 'therubyracer' # For compiling js - needed on the ci server

gem 'hydra-head', :path => '../../'
gem 'devise'
gem 'jettywrapper'

# For testing
group :development, :test do 
       gem 'rspec-rails'
       gem 'mocha'
       gem 'cucumber-rails', :require => false
       gem 'capybara'
       gem 'factory_girl'
       gem 'rest-client'
       gem 'solrizer-fedora', '>=1.2.5'
end

# Gems used only for assets and not required
# in production environments by default.
group :assets do
  gem 'sass-rails',   '~> 3.2.4'
  gem 'coffee-rails', '~> 3.2.2'
  gem 'uglifier', '>= 1.2.3'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hydra-head-4.0.0 test_support/etc/Gemfile