Skip to content

Commit

Permalink
Merge pull request #644 from maxfierke/dependabot/bundler/devise-4.9.3
Browse files Browse the repository at this point in the history
Bump devise from 4.9.2 to 4.9.3
  • Loading branch information
maxfierke authored Nov 2, 2023
2 parents ba77574 + c578934 commit 1445ee9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 'friendly_id', '~> 5.5.0'
gem 'nilify_blanks'

# Authentication & Authorization
gem 'devise', '~> 4.9.1'
gem 'devise', '~> 4.9.3'
gem 'doorkeeper', '~> 5.6'
gem 'rack-cors', :require => 'rack/cors'
gem 'pundit'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GEM
aws-sigv4 (~> 1.6)
aws-sigv4 (1.6.0)
aws-eventstream (~> 1, >= 1.0.2)
bcrypt (3.1.18)
bcrypt (3.1.19)
bootsnap (1.17.0)
msgpack (~> 1.2)
builder (3.2.4)
Expand Down Expand Up @@ -119,7 +119,7 @@ GEM
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
devise (4.9.2)
devise (4.9.3)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand Down Expand Up @@ -258,7 +258,7 @@ GEM
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
rake (13.0.6)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand All @@ -268,7 +268,7 @@ GEM
regexp_parser (2.8.1)
reline (0.3.3)
io-console (~> 0.5)
responders (3.1.0)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.6)
Expand Down Expand Up @@ -342,7 +342,7 @@ DEPENDENCIES
cssbundling-rails (~> 1.3)
database_cleaner
debug
devise (~> 4.9.1)
devise (~> 4.9.3)
doorkeeper (~> 5.6)
factory_bot_rails
faker
Expand Down

0 comments on commit 1445ee9

Please sign in to comment.