Skip to content

Commit ccc6514

Browse files
dependabot[bot]sman591
authored andcommitted
build(deps): bump devise from 4.6.2 to 4.7.1 (#183)
Bumps [devise](https://github.com/plataformatec/devise) from 4.6.2 to 4.7.1. - [Release notes](https://github.com/plataformatec/devise/releases) - [Changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md) - [Commits](heartcombo/devise@v4.6.2...v4.7.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 123eafc commit ccc6514

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gem 'redis', '~> 4.0'
3838
gem 'bootsnap', '>= 1.1.0', require: false
3939

4040
# Authentication
41-
gem 'devise', '~> 4.2'
41+
gem 'devise', '~> 4.7'
4242
gem 'omniauth-mlh', '~> 0.1'
4343
gem 'doorkeeper', '~> 5.0'
4444
gem 'devise-doorkeeper'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ GEM
116116
css_parser (1.7.0)
117117
addressable
118118
debug_inspector (0.0.3)
119-
devise (4.6.2)
119+
devise (4.7.1)
120120
bcrypt (~> 3.0)
121121
orm_adapter (~> 0.1)
122-
railties (>= 4.1.0, < 6.0)
122+
railties (>= 4.1.0)
123123
responders
124124
warden (~> 1.2.3)
125125
devise-doorkeeper (1.1.2)
@@ -465,7 +465,7 @@ DEPENDENCIES
465465
chartkick (~> 3.0)
466466
chromedriver-helper
467467
codeclimate-test-reporter (~> 0.6.0)
468-
devise (~> 4.2)
468+
devise (~> 4.7)
469469
devise-doorkeeper
470470
doorkeeper (~> 5.0)
471471
dotenv-rails

0 commit comments

Comments
 (0)