Skip to content

Commit

Permalink
Merge pull request #859 from Lykos/dependabot/bundler/devise-4.9.2
Browse files Browse the repository at this point in the history
Bump devise from 4.9.1 to 4.9.2
  • Loading branch information
Lykos committed May 1, 2023
2 parents e3b99d2 + 601e1dc commit a18c0dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem 'bootsnap', '>= 1.4.2', require: false
# They are needed for the backend independent of the environment.
group :development, :test, :production do
# For authentication
gem 'devise', '~>4.9.1'
gem 'devise', '~>4.9.2'
gem 'devise_token_auth', '~>1.2.1'
gem 'omniauth-apple'
gem 'omniauth-facebook'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ GEM
crass (1.0.6)
date (3.3.3)
declarative (0.0.20)
devise (4.9.1)
devise (4.9.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand Down Expand Up @@ -171,7 +171,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.19.1)
loofah (2.20.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.8.1)
Expand Down Expand Up @@ -455,7 +455,7 @@ DEPENDENCIES
byebug
capybara (~> 3.38)
colorize
devise (~> 4.9.1)
devise (~> 4.9.2)
devise_token_auth (~> 1.2.1)
google-api-client
googleauth
Expand Down

0 comments on commit a18c0dc

Please sign in to comment.