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 27, 2023
1 parent cafdd5a commit c278bf3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 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
51 changes: 26 additions & 25 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.1.1)
builder (3.2.4)
Expand All @@ -81,7 +81,7 @@ GEM
thor (~> 1.0)
byebug (11.1.3)
childprocess (4.1.0)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
connection_pool (2.2.5)
cookies_eu (1.7.7)
js_cookie_rails (~> 2.2.0)
Expand All @@ -92,7 +92,7 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
devise (4.7.3)
devise (4.9.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
Expand All @@ -109,7 +109,7 @@ GEM
ruby2_keywords
dry_crud (6.0.0)
rails (>= 6.0)
erubi (1.11.0)
erubi (1.12.0)
erubis (2.7.0)
execjs (2.8.1)
factory_bot (6.2.0)
Expand Down Expand Up @@ -151,7 +151,7 @@ GEM
haml (>= 4.0, < 6)
nokogiri (>= 1.6.0)
ruby_parser (~> 3.5)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
iniparse (1.5.0)
jbuilder (2.11.2)
Expand All @@ -168,22 +168,22 @@ GEM
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.18.0)
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
mini_portile2 (2.8.4)
mini_racer (0.4.0)
libv8-node (~> 15.14.0.0)
minitest (5.16.3)
minitest (5.19.0)
multi_json (1.15.0)
nio4r (2.5.8)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
nokogiri (1.15.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
orm_adapter (0.5.0)
overcommit (0.58.0)
Expand All @@ -194,11 +194,11 @@ GEM
parser (3.0.2.0)
ast (~> 2.4.1)
pg (1.2.3)
racc (1.6.0)
rack (2.2.4)
racc (1.7.1)
rack (2.2.7)
rack-proxy (0.7.2)
rack
rack-test (2.0.2)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.7)
actioncable (= 6.1.7)
Expand All @@ -219,11 +219,12 @@ GEM
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.1.1)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
rails-html-sanitizer (1.4.4)
loofah (~> 2.19, >= 2.19.1)
railties (6.1.7)
actionpack (= 6.1.7)
activesupport (= 6.1.7)
Expand All @@ -246,9 +247,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 @@ -334,9 +335,9 @@ GEM
sprockets (>= 3.0.0)
sysexits (1.2.0)
temple (0.8.2)
thor (1.2.1)
thor (1.2.2)
tilt (2.0.10)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand All @@ -363,7 +364,7 @@ GEM
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.0)
zeitwerk (2.6.9)

PLATFORMS
ruby
Expand All @@ -375,7 +376,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 c278bf3

Please sign in to comment.