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 to 2.3.0; closes #1458.
Browse files Browse the repository at this point in the history
Also required an upgrade to ddr-batch 1.0.1 to match ddr-models version.
  • Loading branch information
Jim Coble committed Nov 2, 2015
1 parent 836e2b8 commit 1f47bfe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ source 'http://rubygems.org'
gem 'rails', '~> 4.1.6'
gem 'hydra-head', '~> 7.2.0'
gem 'ddr-alerts', '~> 1.0.0'
gem 'ddr-batch', '1.0.0'
gem 'ddr-models', '2.1.3'
gem 'ddr-batch', '1.0.1'
gem 'ddr-models', '2.3.0'
gem 'rubydora', '>= 1.8.1'
gem 'devise'
gem 'deprecation'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ GEM
ddr-antivirus (2.0.0)
ddr-aux-client (1.2.2)
hashie (~> 3.4)
ddr-batch (1.0.0)
ddr-models (~> 2.1.0)
ddr-batch (1.0.1)
ddr-models (~> 2.3.0)
devise (~> 3.4)
log4r
paperclip (~> 4.2.0)
rails (~> 4.1.13)
ddr-models (2.1.3)
ddr-models (2.3.0)
active-fedora (~> 7.0)
cancancan (~> 1.12)
ddr-antivirus (= 2.0.0)
Expand Down Expand Up @@ -136,7 +136,7 @@ GEM
rest-client (>= 1.6.1)
haml (4.0.6)
tilt
hashie (3.4.2)
hashie (3.4.3)
hike (1.2.3)
hooks (0.3.6)
uber (~> 0.0.4)
Expand Down Expand Up @@ -435,8 +435,8 @@ DEPENDENCIES
capybara (~> 2.0)
database_cleaner
ddr-alerts (~> 1.0.0)
ddr-batch (= 1.0.0)
ddr-models (= 2.1.3)
ddr-batch (= 1.0.1)
ddr-models (= 2.3.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.1.1"
VERSION = "4.1.2"
end

0 comments on commit 1f47bfe

Please sign in to comment.