Bump delayed_job_active_record from 4.1.3 to 4.1.4

Bumps [delayed_job_active_record](https://github.com/collectiveidea/delayed_job_active_record) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/collectiveidea/delayed_job_active_record/releases)
- [Commits](https://github.com/collectiveidea/delayed_job_active_record/compare/v4.1.3...v4.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-09-27 15:48:04 +00:00
committed by GitHub
parent 6ea5d21cda
commit 891ff0ff8a
2 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ gem "ckeditor", "~> 4.3.0"
gem "cocoon", "~> 1.2.14"
gem "daemons", "~> 1.3.1"
gem "dalli", "~> 2.7.6"
gem "delayed_job_active_record", "~> 4.1.3"
gem "delayed_job_active_record", "~> 4.1.4"
gem "devise", "~> 4.7.3"
gem "devise-async", "~> 1.0.0"
gem "devise_security_extension", git: "https://github.com/phatworx/devise_security_extension.git" #, "~> 0.10"

View File

@@ -165,10 +165,10 @@ GEM
daemons (1.3.1)
dalli (2.7.6)
database_cleaner (1.8.5)
delayed_job (4.1.5)
activesupport (>= 3.0, < 5.3)
delayed_job_active_record (4.1.3)
activerecord (>= 3.0, < 5.3)
delayed_job (4.1.8)
activesupport (>= 3.0, < 6.1)
delayed_job_active_record (4.1.4)
activerecord (>= 3.0, < 6.1)
delayed_job (>= 3.0, < 5)
devise (4.7.3)
bcrypt (~> 3.0)
@@ -653,7 +653,7 @@ DEPENDENCIES
daemons (~> 1.3.1)
dalli (~> 2.7.6)
database_cleaner (~> 1.8.5)
delayed_job_active_record (~> 4.1.3)
delayed_job_active_record (~> 4.1.4)
devise (~> 4.7.3)
devise-async (~> 1.0.0)
devise_security_extension!