Skip to content

Commit

Permalink
chore(deps): update dependency devise to '~> 4.9.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 28, 2023
1 parent 6c1603a commit 62c9901
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem 'webpacker', '< 7'
gem 'rails-html-sanitizer', '>= 1.4.3', '< 1.5.0'
gem 'sprockets'

gem 'devise', '~> 4.7.1' # Authentication
gem 'devise', '~> 4.9.0' # Authentication
gem 'draper'
gem 'lograge' # Lograge for more compact log files
gem 'simple_form' # Form helper
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ GEM
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
bcrypt (3.1.16)
bcrypt (3.1.19)
bindex (0.8.1)
brakeman (5.4.1)
builder (3.2.4)
Expand All @@ -93,7 +93,7 @@ GEM
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.3.3)
devise (4.7.3)
devise (4.9.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand Down Expand Up @@ -254,9 +254,9 @@ GEM
regexp_parser (2.1.1)
request_store (1.5.0)
rack (>= 1.4)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
responders (3.1.0)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.5)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
Expand Down Expand Up @@ -381,7 +381,7 @@ DEPENDENCIES
byebug
cookies_eu (~> 1.6)
database_cleaner
devise (~> 4.7.1)
devise (~> 4.9.0)
draper
dry_crud
factory_bot
Expand Down

0 comments on commit 62c9901

Please sign in to comment.