Skip to content

Commit 4e232c0

Browse files
Bump devise_invitable from 2.0.5 to 2.0.9 in /backend (#721)
Bumps [devise_invitable](https://github.com/scambra/devise_invitable) from 2.0.5 to 2.0.9. - [Changelog](https://github.com/scambra/devise_invitable/blob/master/CHANGELOG.md) - [Commits](scambra/devise_invitable@v2.0.5...v2.0.9) --- updated-dependencies: - dependency-name: devise_invitable dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 847aa08 commit 4e232c0

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

backend/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gem "puma", "5.6.8"
2323
gem "cancancan", "~> 3.3.0"
2424
gem "cancancan-mongoid", "2.0.0"
2525
gem "devise", "4.8.0"
26-
gem "devise_invitable", "2.0.5"
26+
gem "devise_invitable", "2.0.9"
2727
gem "omniauth", "1.8.1"
2828
gem "omniauth-facebook", "3.0.0"
2929

backend/Gemfile.lock

+20-20
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ GEM
7171
rake (>= 10.4, < 14.0)
7272
ast (2.4.2)
7373
awesome_print (1.9.2)
74-
bcrypt (3.1.16)
75-
bcrypt (3.1.16-java)
74+
bcrypt (3.1.20)
75+
bcrypt (3.1.20-java)
7676
better_errors (2.10.1)
7777
erubi (>= 1.0.0)
7878
rack (>= 0.9.0)
@@ -109,7 +109,7 @@ GEM
109109
coercible (1.0.0)
110110
descendants_tracker (~> 0.0.1)
111111
colored (1.2)
112-
concurrent-ruby (1.2.2)
112+
concurrent-ruby (1.2.3)
113113
connection_pool (2.4.1)
114114
countries (4.0.1)
115115
i18n_data (~> 0.13.0)
@@ -129,8 +129,8 @@ GEM
129129
database_cleaner-mongoid (2.0.1)
130130
database_cleaner-core (~> 2.0.0)
131131
mongoid
132-
date (3.3.3)
133-
date (3.3.3-java)
132+
date (3.3.4)
133+
date (3.3.4-java)
134134
descendants_tracker (0.0.4)
135135
thread_safe (~> 0.3, >= 0.3.1)
136136
devise (4.8.0)
@@ -139,7 +139,7 @@ GEM
139139
railties (>= 4.1.0)
140140
responders
141141
warden (~> 1.2.3)
142-
devise_invitable (2.0.5)
142+
devise_invitable (2.0.9)
143143
actionmailer (>= 5.0)
144144
devise (>= 4.6)
145145
diff-lcs (1.5.0)
@@ -231,7 +231,7 @@ GEM
231231
method_source (1.0.0)
232232
mini_mime (1.1.5)
233233
mini_portile2 (2.8.5)
234-
minitest (5.20.0)
234+
minitest (5.22.2)
235235
mongo (2.16.0)
236236
bson (>= 4.8.2, < 5.0.0)
237237
mongoid (7.3.3)
@@ -255,25 +255,25 @@ GEM
255255
andand
256256
kdtree
257257
require_all
258-
net-imap (0.4.0)
258+
net-imap (0.4.10)
259259
date
260260
net-protocol
261261
net-pop (0.1.2)
262262
net-protocol
263-
net-protocol (0.2.1)
263+
net-protocol (0.2.2)
264264
timeout
265-
net-smtp (0.4.0)
265+
net-smtp (0.4.0.1)
266266
net-protocol
267267
nio4r (2.7.0)
268268
nio4r (2.7.0-java)
269-
nokogiri (1.16.0)
269+
nokogiri (1.16.2)
270270
mini_portile2 (~> 2.8.2)
271271
racc (~> 1.4)
272-
nokogiri (1.16.0-java)
272+
nokogiri (1.16.2-java)
273273
racc (~> 1.4)
274-
nokogiri (1.16.0-x64-mingw32)
274+
nokogiri (1.16.2-x64-mingw32)
275275
racc (~> 1.4)
276-
nokogiri (1.16.0-x86-mingw32)
276+
nokogiri (1.16.2-x86-mingw32)
277277
racc (~> 1.4)
278278
oauth2 (1.4.7)
279279
faraday (>= 0.8, < 2.0)
@@ -370,9 +370,9 @@ GEM
370370
request_store (1.5.0)
371371
rack (>= 1.4)
372372
require_all (3.0.0)
373-
responders (3.0.1)
374-
actionpack (>= 5.0)
375-
railties (>= 5.0)
373+
responders (3.1.1)
374+
actionpack (>= 5.2)
375+
railties (>= 5.2)
376376
rexml (3.2.6)
377377
rouge (4.1.2)
378378
rspec-core (3.12.2)
@@ -453,7 +453,7 @@ GEM
453453
thor (1.3.0)
454454
thread_safe (0.3.6)
455455
thread_safe (0.3.6-java)
456-
timeout (0.4.0)
456+
timeout (0.4.1)
457457
tomorrowio_rb (0.0.3)
458458
tzinfo (2.0.6)
459459
concurrent-ruby (~> 1.0)
@@ -477,7 +477,7 @@ GEM
477477
xpath (3.2.0)
478478
nokogiri (~> 1.8)
479479
yard (0.9.34)
480-
zeitwerk (2.6.12)
480+
zeitwerk (2.6.13)
481481

482482
PLATFORMS
483483
java
@@ -503,7 +503,7 @@ DEPENDENCIES
503503
database_cleaner
504504
database_cleaner-mongoid
505505
devise (= 4.8.0)
506-
devise_invitable (= 2.0.5)
506+
devise_invitable (= 2.0.9)
507507
dotenv-rails
508508
erb_lint
509509
factory_bot_rails

0 commit comments

Comments
 (0)