Skip to content
Closed
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 @@ -71,6 +71,6 @@ gem "redis", ">= 4.0.1"

gem "psych", "~>4.0.0"
gem "devise", "~> 4.9"
gem "devise-i18n", "~> 1.13"
gem "devise-i18n", "~> 1.14"
gem "sidekiq", "~> 8.0"
gem "kaminari", "~> 1.2"
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ GEM
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
ast (2.4.3)
base64 (0.2.0)
base64 (0.3.0)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
bcrypt_pbkdf (1.1.1-x64-mingw-ucrt)
benchmark (0.4.0)
bigdecimal (3.1.9)
benchmark (0.4.1)
bigdecimal (3.2.2)
bindex (0.8.1)
bootsnap (1.18.6)
msgpack (~> 1.2)
Expand All @@ -100,7 +100,7 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise-i18n (1.13.0)
devise-i18n (1.14.0)
devise (>= 4.9.0)
rails-i18n
dotenv (3.1.8)
Expand Down Expand Up @@ -204,7 +204,7 @@ GEM
puma (6.6.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.15)
rack (3.1.16)
rack-session (2.1.1)
base64 (>= 0.1.0)
rack (>= 3.0.0)
Expand Down Expand Up @@ -245,8 +245,8 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rdoc (6.14.0)
rake (13.3.0)
rdoc (6.14.1)
erb
psych (>= 4.0.0)
redis (5.4.0)
Expand Down Expand Up @@ -347,7 +347,7 @@ DEPENDENCIES
cssbundling-rails
debug
devise (~> 4.9)
devise-i18n (~> 1.13)
devise-i18n (~> 1.14)
faker
jbuilder
jsbundling-rails
Expand Down
Loading