Sha256: e2ae4725510f18548655a130dcfac493c85e39318f1a47a4e2e4feffd59fa373
Contents?: true
Size: 705 Bytes
Versions: 3
Compression:
Stored size: 705 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.0.4' gem 'sqlite3-ruby', :require => 'sqlite3' gem 'blacklight', '3.0.0' gem 'hydra-head', :path => '../../' gem 'devise' # For testing group :development, :test do gem 'solrizer-fedora', '>=1.1.0' gem 'ruby-debug' gem 'rspec' gem 'rspec-rails', '>=2.5.0' gem 'mocha' #gem 'generator_spec' gem 'cucumber-rails' gem 'database_cleaner' gem 'capybara' #gem 'webrat' #gem 'aruba' gem 'factory_girl' gem 'bcrypt-ruby' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hydra-head-3.0.0pre3 | test_support/etc/Gemfile |
hydra-head-3.0.0pre2 | test_support/etc/Gemfile |
hydra-head-3.0.0pre1 | test_support/etc/Gemfile |