Sha256: d6b7969d34faf7574f59846303c3deeb9899f4eb92071d2810fe779cce20906a

Contents?: true

Size: 749 Bytes

Versions: 5

Compression:

Stored size: 749 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.1'

gem 'sqlite3-ruby', '~>1.2.5', :require => 'sqlite3'
#gem 'sqlite3-ruby', :require => 'sqlite3'
#gem 'sqlite3'

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

# For testing
group :development, :test do 
       gem 'solrizer-fedora', '>=1.2.0'
       gem 'ruby-debug'
       gem 'rspec'
       gem 'rspec-rails', '>=2.5.0'
       gem 'mocha'
       gem 'cucumber-rails'
       gem 'database_cleaner'
       gem 'capybara'
       gem 'factory_girl'
       gem 'bcrypt-ruby'
       gem 'rest-client'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hydra-head-3.3.0 test_support/etc/Gemfile
hydra-head-3.2.2 test_support/etc/Gemfile
hydra-head-3.2.1 test_support/etc/Gemfile
hydra-head-3.2.0 test_support/etc/Gemfile
hydra-head-3.2.0.pre3 test_support/etc/Gemfile