diff --git a/Gemfile b/Gemfile index a0f0722..78af56e 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "pg", "~> 1.1" # Use the Puma web server [https://github.com/puma/puma] gem "puma", ">= 5.0" # Use GoodJob for Active Job queue adapter -gem "good_job", "~> 4.10", ">= 4.10.2" +gem "good_job", "~> 4.11" # Build JSON APIs with ease [https://github.com/rails/jbuilder] gem "jbuilder" diff --git a/Gemfile.lock b/Gemfile.lock index a4135fa..9e1a94f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -180,7 +180,7 @@ GEM raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - good_job (4.10.2) + good_job (4.11.1) activejob (>= 6.1.0) activerecord (>= 6.1.0) concurrent-ruby (>= 1.3.1) @@ -341,7 +341,7 @@ GEM i18n rb_sys (0.9.116) rake-compiler-dock (= 1.9.1) - rdoc (6.14.1) + rdoc (6.14.2) erb psych (>= 4.0.0) regexp_parser (2.10.0) @@ -432,7 +432,7 @@ DEPENDENCIES devise (~> 4.9) dotenv feedjira (~> 3.2) - good_job (~> 4.10, >= 4.10.2) + good_job (~> 4.11) http (~> 5.3) iconv (~> 1.1) importmap-rails (~> 2.1)