Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump devise_invitable from 2.0.8 to 2.0.9 #2280

Merged
merged 1 commit into from
Feb 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'rails', '~> 7.0.8'
gem 'activerecord-import'
gem 'bcrypt', '3.1.13'
gem 'devise', '~> 4.8.1'
gem 'devise_invitable', '~> 2.0.6'
gem 'devise_invitable', '~> 2.0.9'
gem 'devise-pwned_password'
gem 'devise_uid'
gem 'pg', '1.1.4'
Expand Down
39 changes: 22 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ GEM
aws_cf_signer
rest-client (>= 2.0.0)
coderay (1.1.3)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.3.0)
crass (1.0.6)
css_parser (1.12.0)
Expand All @@ -124,6 +124,7 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.3.4)
declarative (0.0.20)
devise (4.8.1)
bcrypt (~> 3.0)
Expand All @@ -134,7 +135,7 @@ GEM
devise-pwned_password (0.1.10)
devise (~> 4)
pwned (~> 2.0.0)
devise_invitable (2.0.8)
devise_invitable (2.0.9)
actionmailer (>= 5.0)
devise (>= 4.6)
devise_uid (0.1.1)
Expand Down Expand Up @@ -171,8 +172,8 @@ GEM
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
gems (1.2.0)
globalid (1.1.0)
activesupport (>= 5.0)
globalid (1.2.1)
activesupport (>= 6.1)
google-api-client (0.53.0)
google-apis-core (~> 0.1)
google-apis-generator (~> 0.1)
Expand Down Expand Up @@ -241,11 +242,14 @@ GEM
addressable (~> 2.7)
letter_opener (1.8.1)
launchy (>= 2.2, < 3)
loofah (2.21.3)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.7.1)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.2)
matrix (0.4.2)
memoist (0.16.2)
Expand All @@ -254,18 +258,19 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1003)
mini_magick (4.12.0)
mini_mime (1.1.2)
minitest (5.20.0)
mini_mime (1.1.5)
minitest (5.22.2)
mono_logger (1.1.2)
multi_json (1.15.0)
multi_xml (0.6.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
net-imap (0.3.1)
net-imap (0.4.10)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.1.3)
net-protocol (0.2.2)
timeout
net-smtp (0.3.2)
net-protocol
Expand Down Expand Up @@ -368,7 +373,7 @@ GEM
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.1.1)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
Expand Down Expand Up @@ -396,7 +401,7 @@ GEM
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand All @@ -419,7 +424,7 @@ GEM
declarative (< 0.1.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
responders (3.1.0)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
resque (2.6.0)
Expand Down Expand Up @@ -570,9 +575,9 @@ GEM
stringio (3.0.2)
terser (1.1.14)
execjs (>= 0.3.0, < 3)
thor (1.2.1)
thor (1.3.0)
tilt (2.3.0)
timeout (0.3.0)
timeout (0.4.1)
trailblazer-option (0.1.2)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
Expand All @@ -599,7 +604,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.7)
zeitwerk (2.6.13)

PLATFORMS
aarch64-linux
Expand All @@ -626,7 +631,7 @@ DEPENDENCIES
database_cleaner
devise (~> 4.8.1)
devise-pwned_password
devise_invitable (~> 2.0.6)
devise_invitable (~> 2.0.9)
devise_uid
dotenv-rails (~> 2.7.2)
factory_bot_rails
Expand Down