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

Commit

Permalink
Update ddr-models and ddr-batch version; set version to 4.8.0 (final).
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Coble committed Sep 20, 2017
1 parent 5e3709a commit 0650369
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ruby '2.3.1'
gem 'rails', '4.2.7'

gem 'ddr-alerts', '1.1.0'
gem 'ddr-batch', '1.5.0.rc1'
gem 'ddr-models', '2.9.0.rc1'
gem 'ddr-batch', '1.5.0'
gem 'ddr-models', '2.9.0'

gem 'hydra-head', '7.2.2'
gem 'blacklight', '5.19.2'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ GEM
ddr-alerts (1.1.0)
rails (~> 4.2)
ddr-antivirus (2.1.1)
ddr-batch (1.5.0.rc1)
ddr-models (~> 2.8)
ddr-batch (1.5.0)
ddr-models (~> 2.9)
devise (~> 3.4)
log4r
paperclip (~> 4.2.0)
rails (~> 4.1)
ddr-models (2.9.0.rc1)
ddr-models (2.9.0)
active-fedora (>= 7.3.1, < 8)
activeresource
cancancan (~> 1.12)
Expand Down Expand Up @@ -518,8 +518,8 @@ DEPENDENCIES
capybara (~> 2.0)
database_cleaner
ddr-alerts (= 1.1.0)
ddr-batch (= 1.5.0.rc1)
ddr-models (= 2.9.0.rc1)
ddr-batch (= 1.5.0)
ddr-models (= 2.9.0)
deprecation
devise
equivalent-xml
Expand Down
2 changes: 1 addition & 1 deletion lib/dul_hydra/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DulHydra
VERSION = "4.8.0.rc1"
VERSION = "4.8.0"
end

0 comments on commit 0650369

Please sign in to comment.