Skip to content

Commit

Permalink
Merge pull request #108 from nbudin/dependabot/bundler/devise_invitab…
Browse files Browse the repository at this point in the history
…le-2.0.9

Bump devise_invitable from 2.0.7 to 2.0.9
  • Loading branch information
nbudin authored Feb 20, 2024
2 parents 8b9ea7e + 082663b commit e748b9a
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 @@ -8,7 +8,7 @@ gem "bootsnap", ">= 1.1.0", require: false

gem "aws-sdk-rails"
gem "devise", "~> 4.8.1"
gem "devise_invitable", "~> 2.0.6"
gem "devise_invitable", "~> 2.0.9"
gem "devise-encryptable"
gem "cancancan"
gem "dynamic_form"
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ GEM
rack (~> 2)
aws-sigv4 (1.6.0)
aws-eventstream (~> 1, >= 1.0.2)
bcrypt (3.1.18)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.0)
bootsnap (1.15.0)
msgpack (~> 1.2)
Expand Down Expand Up @@ -170,7 +170,7 @@ GEM
warden (~> 1.2.3)
devise-encryptable (0.2.0)
devise (>= 2.1.0)
devise_invitable (2.0.7)
devise_invitable (2.0.9)
actionmailer (>= 5.0)
devise (>= 4.6)
doorkeeper (5.6.6)
Expand Down Expand Up @@ -299,9 +299,9 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.6.1)
responders (3.0.1)
actionpack (>= 5.0)
railties (>= 5.0)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.5)
rollbar (3.4.0)
ruby-progressbar (1.13.0)
Expand Down Expand Up @@ -381,7 +381,7 @@ DEPENDENCIES
database_cleaner
devise (~> 4.8.1)
devise-encryptable
devise_invitable (~> 2.0.6)
devise_invitable (~> 2.0.9)
doorkeeper (= 5.6.6)
dynamic_form
ed25519
Expand Down

0 comments on commit e748b9a

Please sign in to comment.