Rakefile in blacklight-4.3.0 vs Rakefile in blacklight-4.4.0
- old
+ new
@@ -4,10 +4,9 @@
require 'bundler/setup'
rescue LoadError
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end
-require 'rake'
Bundler::GemHelper.install_tasks
# load rake tasks defined in lib/tasks that are not loaded in lib/active_fedora.rb
load "tasks/blacklight.rake"