Sha256: 91747177bec29022621847d6e6daf49ffddf938a50819b8250200898bc6718cb

Contents?: true

Size: 770 Bytes

Versions: 2

Compression:

Stored size: 770 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 '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

2 entries across 2 versions & 1 rubygems

Version Path
hydra-head-4.0.0.rc6 test_support/etc/Gemfile
hydra-head-4.0.0.rc5 test_support/etc/Gemfile