Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Upgrade dul-hydra to hydra-head 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dchandekstark committed Apr 10, 2014
1 parent 3240a05 commit c3d7e63
Show file tree
Hide file tree
Showing 108 changed files with 960 additions and 869 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before_script:
- "cp config/log4r_fixity_check.yml.sample config/log4r_fixity_check.yml"
- "cp config/database.yml.sample config/database.yml"
- "cp config/folder_ingest.yml.sample config/folder_ingest.yml"
- "cp config/role_map_test.yml.sample config/role_map_test.yml"
- "cp config/role_map.yml.sample config/role_map.yml"
- "cp config/solr.yml.sample config/solr.yml"
- "cp config/fedora.yml.sample config/fedora.yml"
- "cp config/environments/test.rb.sample config/environments/test.rb"
Expand Down
11 changes: 3 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,17 @@ source 'http://rubygems.org'

gem 'rails', '~> 4.0.3'

gem 'sqlite3'
gem 'hydra-head', '6.5.0'
gem 'blacklight', '4.7.0'
gem 'bootstrap-sass' # blacklight 4.0
gem 'unicode' # blacklight 4.0
gem 'hydra-head', github: 'projecthydra/hydra-head'
gem 'active-fedora', github: 'projecthydra/active_fedora'
gem 'devise', '~> 3.1.1'
gem 'devise-remote-user', '0.3.0'
gem 'active-fedora', '6.7.6'
gem 'grouper-rest-client'
gem 'hydra-editor', '0.2.2'
gem 'hydra-derivatives'
gem 'deprecation'
gem 'rubydora', '1.7.4'

gem 'sqlite3'
gem 'log4r'

gem 'delayed_job_active_record'

# ExecJS runtime
Expand Down
Loading

0 comments on commit c3d7e63

Please sign in to comment.