diff --git a/Gemfile b/Gemfile index 83b726e93..0837d4c9a 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "caxlsx_rails", "~> 0.6.3" gem "ckeditor", "~> 4.3.0" gem "cocoon", "~> 1.2.15" gem "daemons", "~> 1.4.1" -gem "dalli", "~> 3.2.5" +gem "dalli", "~> 3.2.6" gem "delayed_job_active_record", "~> 4.1.7" gem "devise", "~> 4.9.2" gem "devise-security", "~> 0.18.0" diff --git a/Gemfile.lock b/Gemfile.lock index 3c4de1336..81874233e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,7 +172,7 @@ GEM concurrent-ruby (1.2.2) crass (1.0.6) daemons (1.4.1) - dalli (3.2.5) + dalli (3.2.6) date (3.3.3) delayed_job (4.1.10) activesupport (>= 3.0, < 8.0) @@ -702,7 +702,7 @@ DEPENDENCIES ckeditor (~> 4.3.0) cocoon (~> 1.2.15) daemons (~> 1.4.1) - dalli (~> 3.2.5) + dalli (~> 3.2.6) delayed_job_active_record (~> 4.1.7) devise (~> 4.9.2) devise-security (~> 0.18.0)