test_support/etc/Gemfile in hydra-head-3.0.0pre3 vs test_support/etc/Gemfile in hydra-head-3.0.0pre4

- old
+ new

@@ -1,13 +1,16 @@ # 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 "rails", '< 3.1' -gem 'sqlite3-ruby', :require => 'sqlite3' +gem 'sqlite3-ruby', '~>1.2.5', :require => 'sqlite3' +#gem 'sqlite3-ruby', :require => 'sqlite3' +#gem 'sqlite3' + gem 'blacklight', '3.0.0' gem 'hydra-head', :path => '../../' gem 'devise' # For testing @@ -15,15 +18,13 @@ 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' + gem 'rest-client' end