Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Upgrade devise gem #617

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

ruby '2.5.3'

gem 'devise', '4.4.1'
gem "devise", "~> 4.6.0"
gem 'email_validator'
gem 'glimr-api-client', '~> 0.3.2'
gem 'govuk_elements_form_builder', '~> 1.3.0'
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ GEM
concord (0.1.5)
adamantium (~> 0.2.0)
equalizer (~> 0.0.9)
concurrent-ruby (1.1.3)
concurrent-ruby (1.1.5)
cork (0.3.0)
colored2 (~> 3.1)
crack (0.4.3)
Expand Down Expand Up @@ -118,10 +118,10 @@ GEM
debug_inspector (0.0.3)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
devise (4.4.1)
devise (4.6.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.2)
railties (>= 4.1.0, < 6.0)
responders
warden (~> 1.2.3)
diff-lcs (1.3)
Expand Down Expand Up @@ -281,7 +281,7 @@ GEM
psych (3.1.0)
public_suffix (2.0.5)
puma (3.8.2)
rack (2.0.6)
rack (2.0.7)
rack-test (0.6.3)
rack (>= 1.0)
rails (5.0.7.1)
Expand Down Expand Up @@ -317,9 +317,9 @@ GEM
rb-inotify (0.9.8)
ffi (>= 0.5.0)
regexp_parser (1.3.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)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
Expand Down Expand Up @@ -448,7 +448,7 @@ DEPENDENCIES
byebug
capybara
cucumber
devise (= 4.4.1)
devise (~> 4.6.0)
dotenv-rails
email_validator
faker
Expand Down Expand Up @@ -497,4 +497,4 @@ RUBY VERSION
ruby 2.5.3p105

BUNDLED WITH
1.17.1
1.17.3