Skip to content

Commit

Permalink
Hyrax 2.1 upgrade (#1529)
Browse files Browse the repository at this point in the history
* update to hyrax 2.1 proper

* solr_wrapper update, fixes the fact that apache no longer creates md5sums for releases

* dashboard layout is now called hyrax/dashboard layout

* all collections now have to have collection type

* remove mac specific ignore, prefer global ignore instead

* add spec for upgrade migration rake task

* change directory in a block so the app context is not swapped to a new directory

* fix extented

* add code comment about rack-test version
  • Loading branch information
orangewolf authored and jcoyne committed Jul 26, 2018
1 parent 6582b54 commit bc51174
Show file tree
Hide file tree
Showing 32 changed files with 504 additions and 146 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ group :test do
gem 'chromedriver-helper'
gem 'database_cleaner'
gem 'factory_girl_rails'
# rack-test >= 0.71 does not work with older Capybara versions (< 2.17). See #214 for more details
gem 'rack-test', '0.7.0'
gem 'rails-controller-testing'
gem 'selenium-webdriver'
gem 'webmock'
Expand All @@ -75,7 +77,7 @@ end

gem 'blacklight', '~> 6.7'

gem 'hyrax', '2.0.2'
gem 'hyrax', '2.1.0'
gem 'rsolr', '~> 2.0'

gem 'devise'
Expand Down
Loading

0 comments on commit bc51174

Please sign in to comment.