test_support/etc/Gemfile in hydra-head-4.0.0.rc2 vs test_support/etc/Gemfile in hydra-head-4.0.0.rc3
- old
+ new
@@ -7,19 +7,20 @@
#gem 'sqlite3-ruby', '~>1.2.5', :require => 'sqlite3'
gem 'sqlite3-ruby', :require => 'sqlite3'
#gem 'sqlite3'
-gem 'blacklight', :git=>'git://github.com/projectblacklight/blacklight.git'
+gem 'blacklight', '~>3.3.0'
gem 'hydra-head', :path => '../../'
gem 'devise'
gem 'jettywrapper'
+gem 'cancan'
# For testing
group :development, :test do
- gem 'rspec-rails', '>=2.8.0'
+ gem 'rspec-rails'
gem 'mocha'
gem 'cucumber-rails'
gem 'capybara'
gem 'factory_girl'
gem 'rest-client'