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

Commit

Permalink
Hotfix 1.3.3 (#262)
Browse files Browse the repository at this point in the history
Upgrades devise dependency to '>= 4.6.0'.
  • Loading branch information
dchandekstark authored and Jim Coble committed Mar 21, 2019
1 parent 3fa3660 commit ccfc10b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'figaro'
gem 'redis', '~> 3.0'
gem 'rsolr', '>= 1.0'
gem 'jquery-rails'
gem 'devise'
gem 'devise', '>= 4.6.0'
gem 'devise-guests', '~> 0.6'
gem 'omniauth-shibboleth'
gem 'curb', '~> 0.9.4'
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GEM
validatable (~> 1.6)
bcp47 (0.3.3)
i18n
bcrypt (3.1.11)
bcrypt (3.1.12)
bindex (0.5.0)
blacklight (6.15.0)
bootstrap-sass (~> 3.2)
Expand Down Expand Up @@ -173,10 +173,10 @@ GEM
declarative-option (0.1.0)
deprecation (1.0.0)
activesupport
devise (4.3.0)
devise (4.6.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.2)
railties (>= 4.1.0, < 6.0)
responders
warden (~> 1.2.3)
devise-guests (0.6.0)
Expand Down Expand Up @@ -667,9 +667,9 @@ GEM
declarative (< 0.1.0)
declarative-option (< 0.2.0)
uber (< 0.2.0)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
resque (1.27.4)
mono_logger (~> 1.0)
multi_json (~> 1.0)
Expand Down Expand Up @@ -833,8 +833,8 @@ GEM
validatable (1.6.7)
vegas (0.1.11)
rack (>= 1.0.0)
warden (1.2.7)
rack (>= 1.0)
warden (1.2.8)
rack (>= 2.0.6)
web-console (3.5.1)
actionview (>= 5.0)
activemodel (>= 5.0)
Expand Down Expand Up @@ -863,7 +863,7 @@ DEPENDENCIES
coffee-rails (~> 4.2)
curb (~> 0.9.4)
ddr-antivirus
devise
devise (>= 4.6.0)
devise-guests (~> 0.6)
ezid-client
factory_bot_rails (~> 4.8)
Expand Down
2 changes: 1 addition & 1 deletion lib/rdr/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rdr
VERSION = "1.3.2"
VERSION = "1.3.3"
end

0 comments on commit ccfc10b

Please sign in to comment.