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

Commit

Permalink
Upgrade ddr-models and ddr-batch. (#1923)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Coble authored Oct 31, 2017
1 parent 5661173 commit 49ff50a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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'
gem 'ddr-models', '2.9.0'
gem 'ddr-batch', '1.5.1'
gem 'ddr-models', '2.9.2'

gem 'hydra-head', '7.2.2'
gem 'blacklight', '5.19.2'
Expand Down
14 changes: 7 additions & 7 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)
ddr-models (~> 2.9)
ddr-batch (1.5.1)
ddr-models (~> 2.9, >= 2.9.2)
devise (~> 3.4)
log4r
paperclip (~> 4.2.0)
rails (~> 4.1)
ddr-models (2.9.0)
ddr-models (2.9.2)
active-fedora (>= 7.3.1, < 8)
activeresource
cancancan (~> 1.12)
Expand Down Expand Up @@ -151,7 +151,7 @@ GEM
ebnf (1.0.0)
rdf (~> 1.1)
sxp (~> 0.1, >= 0.1.3)
edtf (3.0.2)
edtf (3.0.4)
activesupport (>= 3.0, < 6.0)
equalizer (0.0.11)
equivalent-xml (0.6.0)
Expand Down Expand Up @@ -265,7 +265,7 @@ GEM
nest (1.1.2)
redis
net-http-persistent (2.9.4)
net-ldap (0.16.0)
net-ldap (0.16.1)
netrc (0.11.0)
nokogiri (1.7.0.1)
mini_portile2 (~> 2.1.0)
Expand Down Expand Up @@ -518,8 +518,8 @@ DEPENDENCIES
capybara (~> 2.0)
database_cleaner
ddr-alerts (= 1.1.0)
ddr-batch (= 1.5.0)
ddr-models (= 2.9.0)
ddr-batch (= 1.5.1)
ddr-models (= 2.9.2)
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.3"
VERSION = "4.8.4"
end

0 comments on commit 49ff50a

Please sign in to comment.